| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
83 (0.177s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Pig jobs - get stdout and stderr - Pig - [mail # user]
|
|
...Not sure what you are exactly trying to capture, but one workaround I can think of is writing your own log4j appender and capturing the log information. -Rohini On Thu, Mar 21, ...
|
|
|
Author: Rohini Palaniswamy,
2013-03-22, 20:41
|
|
|
[PIG-3255] Avoid extra byte array copy in streaming deserialize - Pig - [issue]
|
|
...PigStreaming.java: public Tuple deserialize(byte[] bytes) throws IOException { Text val = new Text(bytes); return ...
|
|
|
http://issues.apache.org/jira/browse/PIG-3255
Author: Rohini Palaniswamy,
2013-03-20, 21:48
|
|
|
Re: Anybody using custom Serializer/Deserializer in Pig Streaming? - Pig - [mail # user]
|
|
...Nice summarization Koji. Wish we had some object that has byte[] and length instead of byte[] as the return type of serialize() and method param of deserialize(). That would enable reuse and...
|
|
|
Author: Rohini Palaniswamy,
2013-03-20, 19:52
|
|
|
Re: Review Request: [PIG-3173] - Partition filter pushdown does not happen if partition keys condition include a AND and OR construct - Pig - [mail # dev]
|
|
... The whole file uses tab for indent instead of spaces. The code I added has space for indent which makes it look as if the indentation is wrong in the patch. But viewing in a editor it...
|
|
|
Author: Rohini Palaniswamy,
2013-03-20, 19:02
|
|
|
Review Request: [PIG-3173] - Partition filter pushdown does not happen if partition keys condition include a AND and OR construct - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10035/ Review request for pig. Description 1) Fixed cases where partition pushdown...
|
|
|
Author: Rohini Palaniswamy,
2013-03-20, 00:16
|
|
|
Re: Failure to run pig jobs using HbaseStorage in Oozie - Pig - [mail # user]
|
|
...The oozie pig launcher log cannot have emtpy stdout. Can you rerun your oozie workflow and check what is the stack trace in the pig launcher stdout/stderr log? Regards, Rohini O...
|
|
|
Author: Rohini Palaniswamy,
2013-03-19, 20:45
|
|
|
[PIG-3172] Partition filter push down does not happen when there is a non partition key map column filter - Pig - [issue]
|
|
...A = LOAD 'job_confs' USING org.apache.hcatalog.pig.HCatLoader();B = FILTER A by grid == 'cluster1' and dt < '2012_12_01' and dt > '2012_11_20';C = FILTER B by params#'mapreduce.job.use...
|
|
|
http://issues.apache.org/jira/browse/PIG-3172
Author: Rohini Palaniswamy,
2013-03-18, 22:08
|
|
|
[PIG-3205] Passing arguments to python script does not work with -f option - Pig - [issue]
|
|
...With "pig sample.py arg1 arg2", arguments can be accessed in the embedded python script using sys.argv[]. But not in the case "pig -f sample.py arg1 arg2". In case of ExecMode.FILE, we don't...
|
|
|
http://issues.apache.org/jira/browse/PIG-3205
Author: Rohini Palaniswamy,
2013-03-18, 12:59
|
|
|
Re: Failure to run pig jobs using HbaseStorage in Oozie - Pig - [mail # user]
|
|
...Pig 3206 fixed an issue when the hbase cluster was secure. You must be facing a different issue. Need to see the stack trace in the hadoop job log for the actual error. Click on your workflo...
|
|
|
Author: Rohini Palaniswamy,
2013-03-15, 15:08
|
|
|
Re: Loader partitioning on field - Pig - [mail # user]
|
|
...The filter push down to LoadFunc happens on the front end before the job launch and the UDF is still not evaluated then. So you need to have constants in your filter condition. Logical...
|
|
|
Author: Rohini Palaniswamy,
2013-03-14, 21:30
|
|
|
|