| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
83 (0.096s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Reduce Tasks - Pig - [mail # user]
|
|
...The number of maps depends on the number of input splits. mapred.map.tasks is just a hint and needs to be honored by the InputFormat. With pig, you can try pig.maxCombinedSplitSize con...
|
|
|
Author: Rohini Palaniswamy,
2013-02-06, 21:30
|
|
|
Re: Pig and DistributedCache - Pig - [mail # user]
|
|
...You should be fine using tmpfiles and that's the way to do it. Else you will have to copy the file to hdfs, and call the DistributedCache.addFileToClassPath yourself (basically what t...
|
|
|
Author: Rohini Palaniswamy,
2013-02-06, 21:23
|
|
|
Re: Pig 11.0 - Pig - [mail # dev]
|
|
...e2e tests are fine on my end too except for hcat tests (Did not have hcat setup) and few transient Errors test failures which is a known issue. Ran with Hadoop 0.23. Regards, Rohini &n...
|
|
|
Author: Rohini Palaniswamy,
2013-01-29, 03:22
|
|
|
Re: Pig 11.0 - Pig - [mail # dev]
|
|
...Thats good :). Unit tests have all been passing. I haven't run e2e tests on pig 0.11 for sometime. Will kick off one this weekend. It would be nice if Cheolsoo and Daniel can also kick off o...
|
|
|
Author: Rohini Palaniswamy,
2013-01-26, 00:27
|
|
|
Re: Run a job async - Pig - [mail # user]
|
|
...Jon, Those are good areas to check. Few things I have seen regarding those are 1) JythonScriptEngine -PythonInterpreter is static and is not suitable for multiple runs if the s...
|
|
|
Author: Rohini Palaniswamy,
2013-01-26, 00:23
|
|
|
Re: tmp directory for Pig - Pig - [mail # user]
|
|
...java.io.tmpdir should work. If you are running python script, more space is required as the jars will cached in the java.io.tmp dir. Alternatively, you can try a different location for it by...
|
|
|
Author: Rohini Palaniswamy,
2013-01-25, 18:47
|
|
|
[PIG-2972] Umbrella ticket for test failures in 0.11/trunk - Pig - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/PIG-2972
Author: Rohini Palaniswamy,
2013-01-23, 00:19
|
|
|
Re: [VOTE] Release Pig 0.10.1 (candidate 3) - Pig - [mail # dev]
|
|
...+1. Downloaded the tar binary, checked signature, ran unit tests, piggybank unit tests, checked docs/release notes, ran a simple script locally and against a cluster. On Mon, Dec 31, ...
|
|
|
Author: Rohini Palaniswamy,
2013-01-03, 20:11
|
|
|
Re: pig ship tar files - Pig - [mail # user]
|
|
...You can also use -Dmapred.cache.archives= to ship the tar file using distributed cache. Hadoop will take care of untarring the file and putting it in the current directory if the extension i...
|
|
|
Author: Rohini Palaniswamy,
2012-12-27, 17:40
|
|
|
Re: Replacing string in input parameter - Pig - [mail # user]
|
|
...Take a look at http://pig.apache.org/docs/r0.10.0/cont.html#Parameter-Sub- Specifying Parameters Using the Declare Statement. You can do this in your case %declare page_input_path `ech...
|
|
|
Author: Rohini Palaniswamy,
2012-12-27, 17:34
|
|
|
|