| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
24979 (0.211s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-3357] Pig doesn't take care of declared float type and converts it to double - Pig - [issue]
|
|
...Here is the script:register /usr/lib/pig/lib/avro-1.7.4.jar;register /usr/lib/pig/lib/json-simple-1.1.jar;register /usr/lib/pig/piggybank.jar;register test.py using jython as udf;table_in = ...
|
|
|
http://issues.apache.org/jira/browse/PIG-3357
Author: Sergey,
2013-06-19, 02:12
|
|
|
Re: Javascript UDF return Empty results - Pig - [mail # user]
|
|
...Take a look at these. Do they help? http://pig.apache.org/docs/r0.11.0/func.html#add-duration http://pig.apache.org/docs/r0.11.1/api/index.html?org/apache/pig/piggybank/evaluation/datetime/d...
|
|
|
Author: Shahab Yunus,
2013-06-18, 20:46
|
|
|
RE: Javascript UDF return Empty results - Pig - [mail # user]
|
|
...Hi Shahab, Thanks for the fast replay!, Yes, the reason is that I'm looking for a DateAdd capabilities, while the piggybank (as I understand it), handles only format conversion...
|
|
|
Author: Eran Sagi,
2013-06-18, 20:28
|
|
|
Fwd: IMPORTANT: Major Confluence Upgrade Coming Soon. Please review test instance now. - Pig - [mail # dev]
|
|
... Julien Begin forwarded message: ...
|
|
|
Author: Julien Le Dem,
2013-06-18, 19:35
|
|
|
[PIG-3355] ColumnMapKeyPrune bug with distinct operator - Pig - [issue]
|
|
...We came across a bug that happens when you have a distinct operator immediately followed by a union where the result of the union has at least one column that will be pruned by ColumnMapKeyP...
|
|
|
http://issues.apache.org/jira/browse/PIG-3355
Author: Jeremy Karn,
2013-06-18, 18:38
|
|
|
Re: Javascript UDF return Empty results - Pig - [mail # user]
|
|
...Is there a special reason you are writing your own function? Have you taken a look at the following: http://pig.apache.org/docs/r0.11.0/api/org/apache/pig/piggybank/evaluation/datetime/conve...
|
|
|
Author: Shahab Yunus,
2013-06-18, 17:17
|
|
|
Javascript UDF return Empty results - Pig - [mail # user]
|
|
...Hi, I’ve written a PIG LATIN batch which loads a CSV file. To support DateAdd calculation I’ve written and registered a javascript function, Although tested outside of PIG environment ...
|
|
|
Author: Eran Sagi,
2013-06-18, 16:52
|
|
|
Javascript UDF return Empty results - Pig - [mail # user]
|
|
...Hi, I’ve written a PIG LATIN batch which loads a CSV file. To support DateAdd calculation I’ve written and registered a javascript function, Although tested outside of PIG environment ...
|
|
|
Author: Eran Sagi,
2013-06-18, 15:36
|
|
|
Javascript UDF return Empty results - Pig - [mail # user]
|
|
...Hi, I’ve written a PIG LATIN batch which loads a CSV file. To support DateAdd calculation I’ve written and registered a javascript function, Although tested outside of PIG environment ...
|
|
|
Author: Eran Sagi,
2013-06-18, 15:25
|
|
|
[PIG-2596] Jython UDF does not handle boolean output - Pig - [issue]
|
|
...When a Jython UDF returns boolean, we still get integer object in Pig, through describe show the right boolean type.Jython UDF:@outputSchema("retired:boolean")def isretired(age): ...
|
|
|
http://issues.apache.org/jira/browse/PIG-2596
Author: Daniel Dai,
2013-06-18, 10:44
|
|
|
|