[
https://issues.apache.org/jira/browse/PIG-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884863#action_12884863
]
Julien Le Dem commented on PIG-928:
---
Aniket, this is assuming the ScriptEngine requires onl
[
https://issues.apache.org/jira/browse/PIG-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884856#action_12884856
]
Aniket Mokashi commented on PIG-928:
I had added an interface: getStandardScriptJarPath to
[
https://issues.apache.org/jira/browse/PIG-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aniket Mokashi updated PIG-928:
---
Attachment: RegisterPythonUDFFinale.patch
Changes needed for script UDF.
TODO- jython.jar related change
[
https://issues.apache.org/jira/browse/PIG-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884845#action_12884845
]
Dmitriy V. Ryaboy commented on PIG-928:
---
Aniket, I already made the changes you need to
[
https://issues.apache.org/jira/browse/PIG-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884841#action_12884841
]
Aniket Mokashi commented on PIG-928:
The fix needed some changes in queryparser to support
[
https://issues.apache.org/jira/browse/PIG-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884834#action_12884834
]
Richard Ding commented on PIG-1389:
---
We use Hadoop Path as a parser to parse the input/outp
PigServer throws exception if it cannot find hadoop-site.xml or core-site.xml
-
Key: PIG-1481
URL: https://issues.apache.org/jira/browse/PIG-1481
Project: Pig
Issue
[
https://issues.apache.org/jira/browse/PIG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Romain Rigaux updated PIG-1404:
---
Status: Patch Available (was: Open)
> PigUnit - Pig script testing simplified.
>
[
https://issues.apache.org/jira/browse/PIG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Romain Rigaux updated PIG-1404:
---
Status: Open (was: Patch Available)
> PigUnit - Pig script testing simplified.
>
[
https://issues.apache.org/jira/browse/PIG-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884811#action_12884811
]
Xuefu Zhang commented on PIG-1321:
--
Add one more pre-condition:
3. The first foreach stateme
[
https://issues.apache.org/jira/browse/PIG-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884807#action_12884807
]
Dmitriy V. Ryaboy commented on PIG-1434:
I think it's important in this particular ca
[
https://issues.apache.org/jira/browse/PIG-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884794#action_12884794
]
Richard Ding commented on PIG-1434:
---
So all one needs to do is internally replace the line
[
https://issues.apache.org/jira/browse/PIG-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884791#action_12884791
]
Thejas M Nair commented on PIG-1434:
I think the replicated cross is a good alternative t
[
https://issues.apache.org/jira/browse/PIG-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashutosh Chauhan updated PIG-1309:
--
Attachment: PIG_1309_7.patch
Backport of merge cogroup for 0.7 branch. Since, hudson can test onl
[
https://issues.apache.org/jira/browse/PIG-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitriy V. Ryaboy updated PIG-928:
--
Attachment: PIG-928.patch
I rebased the patch and made it pull jython down via maven. 2.5.1 doesn'
[
https://issues.apache.org/jira/browse/PIG-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884763#action_12884763
]
Dmitriy V. Ryaboy commented on PIG-928:
---
Aniket, the patch does not apply cleanly to tru
[
https://issues.apache.org/jira/browse/PIG-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884759#action_12884759
]
Richard Ding commented on PIG-1434:
---
I agree that we should use the right syntax. What I me
[
https://issues.apache.org/jira/browse/PIG-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884755#action_12884755
]
Dmitriy V. Ryaboy commented on PIG-1434:
Richard,
In my opinion -- Yes in principle,
[
https://issues.apache.org/jira/browse/PIG-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884750#action_12884750
]
Richard Ding commented on PIG-1434:
---
How about a "replicated" cross?
{code}
A = load 'dat
[
https://issues.apache.org/jira/browse/PIG-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitriy V. Ryaboy closed PIG-1469.
--
> DefaultDataBag assumes ArrayList as default List type
> ---
[
https://issues.apache.org/jira/browse/PIG-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitriy V. Ryaboy updated PIG-1469:
---
Status: Resolved (was: Patch Available)
Resolution: Fixed
I committed this.
> Default
[
https://issues.apache.org/jira/browse/PIG-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitriy V. Ryaboy closed PIG-1449.
--
> RegExLoader hangs on lines that don't match the regular expression
> --
[
https://issues.apache.org/jira/browse/PIG-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884732#action_12884732
]
Hadoop QA commented on PIG-1478:
-1 overall. Here are the results of testing the latest atta
[
https://issues.apache.org/jira/browse/PIG-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884677#action_12884677
]
Hadoop QA commented on PIG-1478:
-1 overall. Here are the results of testing the latest atta
[
https://issues.apache.org/jira/browse/PIG-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884577#action_12884577
]
Jeff Zhang commented on PIG-794:
We can leverage AvroInputFormat and AvroOutputFormat in Avro
25 matches
Mail list logo