| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
63 (0.056s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: PigStorage's handling of InputFormat and OutputFormat - Pig - [mail # user]
|
|
...On Fri, Jul 22, 2011 at 1:29 PM, Daniel Dai wrote: There is no reference to PigOutputFormat in PigStorage. Did you mean PigTextOutputFormat Raghu. &nbs...
|
|
|
Author: Raghu Angadi,
2011-07-22, 21:51
|
|
|
Re: PigStorage's handling of InputFormat and OutputFormat - Pig - [mail # user]
|
|
...attached a patch to https://issues.apache.org/jira/browse/PIG-2187 Only drawback is extra copies required to make a Text(). On Thu, Jul 21, 2011 at 1:21 PM, Daniel Dai &nb...
|
|
|
Author: Raghu Angadi,
2011-07-22, 19:24
|
|
|
PigStorage's handling of InputFormat and OutputFormat - Pig - [mail # user]
|
|
...expectation from PigStorage.getInputFormat() is that it is a InputFormat, and PigStorage handles converting Text to Tuple. This is very useful and easy for users to use some other inpu...
|
|
|
Author: Raghu Angadi,
2011-07-21, 18:12
|
|
|
Re: STORE INTO replacing contents? - Pig - [mail # user]
|
|
...I noticed this too. I could not find any documentation regd how return code from a command like 'fs' or 'rmf' or some shell command is. Replace 'fs -rmr' with rmf for your case. ...
|
|
|
Author: Raghu Angadi,
2011-07-19, 07:42
|
|
|
Re: Specifying alternate zookeeper locations for HBaseStorage - Pig - [mail # user]
|
|
...did you try set hbase.zookeeper.quorum 'zkquorum2' in your script? It seems to work in my read test. Raghu. On Mon, Jul 18, 2011 at 10:36 AM, Matt Davies wrote: ...
|
|
|
Author: Raghu Angadi,
2011-07-18, 18:31
|
|
|
Re: space in param values in command line - Pig - [mail # user]
|
|
...https://issues.apache.org/jira/browse/PIG-2162 attached patch for bin/pig. didn't fix Pig parser. Currently parsers for %default and -p seem different. Raghu. On Tue,...
|
|
|
Author: Raghu Angadi,
2011-07-13, 22:43
|
|
|
Re: space in param values in command line - Pig - [mail # user]
|
|
...are you using bin/pig? With bin/pig, it does not even go to substitution stage. bin/pig joins all the arguments into one bash string. If I explicitly invoke pig java command (as printe...
|
|
|
Author: Raghu Angadi,
2011-07-12, 20:33
|
|
|
Re: space in param values in command line - Pig - [mail # user]
|
|
...On Mon, Jul 11, 2011 at 9:30 PM, Daniel Dai wrote: This helps.. I was wondering why my test didn't work even when there were no spaces. The space is still a pr...
|
|
|
Author: Raghu Angadi,
2011-07-12, 05:15
|
|
|
space in param values in command line - Pig - [mail # user]
|
|
...I am not able to assign a value with spaces to param on command line. $ pig -p cond='x == 1' test.pig results in command line parser error. other attempts like 'pig -p cond='"x == 1"' test.p...
|
|
|
Author: Raghu Angadi,
2011-07-11, 21:09
|
|
|
Re: UDF property passing - Pig - [mail # user]
|
|
...On Fri, Jul 8, 2011 at 2:48 PM, Grant Ingersoll wrote: Anything that you want to remember needs to put in the context. PIG makes sure that the constructor is called with t...
|
|
|
Author: Raghu Angadi,
2011-07-09, 18:05
|
|
|
|