You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The length is bad enough by itself, but between my shell and my terminal program I sometimes have problems editing long command lines, in particular what I see on the screen gets out of sync with what is in the memory buffer so I can end up submitting a command different than what I see on the screen and then the cluster run fails.
I'd rather write something like
haruhi run job -clusterId mediumAwsCluster uniqURISubjects -r 11 -dir s3n://basekb-now/2013-11-10-00-00/sieved/ a description key keyNs links name notability notableForPredicate text webpages -dir s3n://basekb-sandbox/2013-11-10-00-00/ uniqURISubjects
Note that -dir sets a "working directory" for all the paths to the right until another -dir is specified.
This should be built into all commands that take multiple inputs.
The text was updated successfully, but these errors were encountered:
a problem I'm having now is that when I want to run a q against all of :BaseKB, I have to write a long command line like
The length is bad enough by itself, but between my shell and my terminal program I sometimes have problems editing long command lines, in particular what I see on the screen gets out of sync with what is in the memory buffer so I can end up submitting a command different than what I see on the screen and then the cluster run fails.
I'd rather write something like
Note that -dir sets a "working directory" for all the paths to the right until another -dir is specified.
This should be built into all commands that take multiple inputs.
The text was updated successfully, but these errors were encountered: