[jira] Updated: (PIG-1839) piggybank: XMLLoader will always add an extra empty tuple even if no tags are matched

2011-02-02 Thread Vivek Padmanabhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vivek Padmanabhan updated PIG-1839: --- Patch Info: [Patch Available] > piggybank: XMLLoader will always add an extra empty tuple even

[jira] Commented: (PIG-1618) Switch to new parser generator technology

2011-02-02 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989940#comment-12989940 ] Thejas M Nair commented on PIG-1618: +1 NewParser-15.patch Patch committed to trunk. So

[jira] Commented: (PIG-1831) Indeterministic behavior in local mode due to static variable PigMapReduce.sJobConf

2011-02-02 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989854#comment-12989854 ] Richard Ding commented on PIG-1831: --- +1 > Indeterministic behavior in local mode due to s

[jira] Commented: (PIG-1826) Unexpected data type -1 found in stream error

2011-02-02 Thread Jonathan Coveney (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989789#comment-12989789 ] Jonathan Coveney commented on PIG-1826: --- MutableInt is defined as such: package sque

[jira] Commented: (PIG-1826) Unexpected data type -1 found in stream error

2011-02-02 Thread Jonathan Coveney (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989790#comment-12989790 ] Jonathan Coveney commented on PIG-1826: --- (note that it should be 1 tab a, 1 tab b, etc

Re: Question about the hadoop-core-0.20.2.jar

2011-02-02 Thread Dmitriy Ryaboy
Why do you need hadoop in pig jar at all? Just build the jar-withouthadoop target and use whatever hadoop jar you like on your classpath. D On Wed, Feb 2, 2011 at 11:29 AM, qi zheng wrote: > Hello Chaitanya, > > It still didn't work. I think the reason is in pig 0.8 it actually downloads > the

Re: Question about the hadoop-core-0.20.2.jar

2011-02-02 Thread qi zheng
Hello Chaitanya, It still didn't work. I think the reason is in pig 0.8 it actually downloads the hadoop from online repository instead of using the jar under build directly. When I deleted the jar and ran ant, a new hadoop-core-0.20.2.jar was generated again. I think I will switch back to pig 0.

[jira] Created: (PIG-1840) smoketests maven artifacts should have type "tests"

2011-02-02 Thread Konstantin Boudnik (JIRA)
smoketests maven artifacts should have type "tests" --- Key: PIG-1840 URL: https://issues.apache.org/jira/browse/PIG-1840 Project: Pig Issue Type: Bug Components: build Affects Ve

[jira] Resolved: (PIG-1835) Pig 0.9 new logical plan throws class cast exception

2011-02-02 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai resolved PIG-1835. - Resolution: Fixed Fix Version/s: 0.9.0 The issue only happen in older version of trunk. Currently tr

Fwd: please xmloader problem ERROR 1000: Error during parsing. Encountered " "java "" at line 1, column 1.

2011-02-02 Thread Baraa Mohamad
hi all please I can do nothing I get always this error ERROR 1000: Error during parsing. Encountered " "java "" at line 1, column 1. this is my script A = load 'H:/apps/Pig/brain.xml' using org.apache.pig.piggybank.storage.XMLLoader(dicom) as (x:chararray); dump A; and this is my xml file 1

please xmloader problem ERROR 1000: Error during parsing. Encountered " "java "" at line 1, column 1.

2011-02-02 Thread Baraa Mohamad
hi all please I can do nothing I get always this error ERROR 1000: Error during parsing. Encountered " "java "" at line 1, column 1. this is my script A = load 'H:/apps/Pig/brain.xml' using org.apache.pig.piggybank.storage.XMLLoader(dicom) as (x:chararray); dump A; and this is my xml file 1

[jira] Updated: (PIG-1839) piggybank: XMLLoader will always add an extra empty tuple even if no tags are matched

2011-02-02 Thread Vivek Padmanabhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vivek Padmanabhan updated PIG-1839: --- Attachment: PIG-1839-1.patch Attaching the initial patch. Please note that I have modified the

[jira] Created: (PIG-1839) piggybank: XMLLoader will always add an extra empty tuple even if no tags are matched

2011-02-02 Thread Vivek Padmanabhan (JIRA)
piggybank: XMLLoader will always add an extra empty tuple even if no tags are matched - Key: PIG-1839 URL: https://issues.apache.org/jira/browse/PIG-1839 Project: Pig