[jira] Updated: (PIG-1560) Build target 'checkstyle' fails

2010-08-24 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1560:


Attachment: pig-1560.patch

This patch fixes the checkstyle target build failure.

> Build target 'checkstyle' fails
> ---
>
> Key: PIG-1560
> URL: https://issues.apache.org/jira/browse/PIG-1560
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.8.0
>Reporter: Richard Ding
>Assignee: Giridharan Kesavan
> Fix For: 0.8.0
>
> Attachments: pig-1560.patch
>
>
> Stack trace:
> {code}
> /trunk/build.xml:894: java.lang.NoClassDefFoundError: 
> org/apache/commons/logging/LogFactory
> at 
> org.apache.commons.beanutils.ConvertUtilsBean.(ConvertUtilsBean.java:130)
> at 
> com.puppycrawl.tools.checkstyle.api.AutomaticBean.createBeanUtilsBean(AutomaticBean.java:73)
> at 
> com.puppycrawl.tools.checkstyle.api.AutomaticBean.contextualize(AutomaticBean.java:222)
> at 
> com.puppycrawl.tools.checkstyle.CheckStyleTask.createChecker(CheckStyleTask.java:372)
> at 
> com.puppycrawl.tools.checkstyle.CheckStyleTask.realExecute(CheckStyleTask.java:304)
> at 
> com.puppycrawl.tools.checkstyle.CheckStyleTask.execute(CheckStyleTask.java:265)
> at 
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
> at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at 
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
> at org.apache.tools.ant.Task.perform(Task.java:348)
> at org.apache.tools.ant.Target.execute(Target.java:390)
> at org.apache.tools.ant.Target.performTasks(Target.java:411)
> at 
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1360)
> at org.apache.tools.ant.Project.executeTarget(Project.java:1329)
> at 
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
> at org.apache.tools.ant.Project.executeTargets(Project.java:1212)
> at org.apache.tools.ant.Main.runBuild(Main.java:801)
> at org.apache.tools.ant.Main.startAnt(Main.java:218)
> at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
> at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.commons.logging.LogFactory
> at 
> org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1386)
> at 
> org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1336)
> at 
> org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1074)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
> ... 22 more
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (PIG-1560) Build target 'checkstyle' fails

2010-08-24 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan resolved PIG-1560.
-

Resolution: Fixed

> Build target 'checkstyle' fails
> ---
>
> Key: PIG-1560
> URL: https://issues.apache.org/jira/browse/PIG-1560
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.8.0
>Reporter: Richard Ding
>Assignee: Giridharan Kesavan
> Fix For: 0.8.0
>
> Attachments: pig-1560.patch
>
>
> Stack trace:
> {code}
> /trunk/build.xml:894: java.lang.NoClassDefFoundError: 
> org/apache/commons/logging/LogFactory
> at 
> org.apache.commons.beanutils.ConvertUtilsBean.(ConvertUtilsBean.java:130)
> at 
> com.puppycrawl.tools.checkstyle.api.AutomaticBean.createBeanUtilsBean(AutomaticBean.java:73)
> at 
> com.puppycrawl.tools.checkstyle.api.AutomaticBean.contextualize(AutomaticBean.java:222)
> at 
> com.puppycrawl.tools.checkstyle.CheckStyleTask.createChecker(CheckStyleTask.java:372)
> at 
> com.puppycrawl.tools.checkstyle.CheckStyleTask.realExecute(CheckStyleTask.java:304)
> at 
> com.puppycrawl.tools.checkstyle.CheckStyleTask.execute(CheckStyleTask.java:265)
> at 
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
> at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at 
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
> at org.apache.tools.ant.Task.perform(Task.java:348)
> at org.apache.tools.ant.Target.execute(Target.java:390)
> at org.apache.tools.ant.Target.performTasks(Target.java:411)
> at 
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1360)
> at org.apache.tools.ant.Project.executeTarget(Project.java:1329)
> at 
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
> at org.apache.tools.ant.Project.executeTargets(Project.java:1212)
> at org.apache.tools.ant.Main.runBuild(Main.java:801)
> at org.apache.tools.ant.Main.startAnt(Main.java:218)
> at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
> at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.commons.logging.LogFactory
> at 
> org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1386)
> at 
> org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1336)
> at 
> org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1074)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
> ... 22 more
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-1582) upgrade commons-logging version with ivy

2010-08-31 Thread Giridharan Kesavan (JIRA)
upgrade commons-logging version with ivy


 Key: PIG-1582
 URL: https://issues.apache.org/jira/browse/PIG-1582
 Project: Pig
  Issue Type: Improvement
  Components: build
Reporter: Giridharan Kesavan


to upgrade the commons-logging version for pig from 1.0.3 to 1.1.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (PIG-1582) upgrade commons-logging version with ivy

2010-08-31 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan reassigned PIG-1582:
---

Assignee: Giridharan Kesavan

> upgrade commons-logging version with ivy
> 
>
> Key: PIG-1582
> URL: https://issues.apache.org/jira/browse/PIG-1582
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: pig-1582.patch
>
>
> to upgrade the commons-logging version for pig from 1.0.3 to 1.1.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1582) upgrade commons-logging version with ivy

2010-08-31 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1582:


Attachment: pig-1582.patch

> upgrade commons-logging version with ivy
> 
>
> Key: PIG-1582
> URL: https://issues.apache.org/jira/browse/PIG-1582
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: pig-1582.patch
>
>
> to upgrade the commons-logging version for pig from 1.0.3 to 1.1.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1582) upgrade commons-logging version with ivy

2010-08-31 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1582:


Status: Patch Available  (was: Open)

> upgrade commons-logging version with ivy
> 
>
> Key: PIG-1582
> URL: https://issues.apache.org/jira/browse/PIG-1582
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: pig-1582.patch
>
>
> to upgrade the commons-logging version for pig from 1.0.3 to 1.1.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1582) upgrade commons-logging version with ivy

2010-08-31 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1582:


   Status: Resolved  (was: Patch Available)
Fix Version/s: 0.8.0
   Resolution: Fixed

> upgrade commons-logging version with ivy
> 
>
> Key: PIG-1582
> URL: https://issues.apache.org/jira/browse/PIG-1582
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Fix For: 0.8.0
>
> Attachments: pig-1582.patch
>
>
> to upgrade the commons-logging version for pig from 1.0.3 to 1.1.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1583) piggybank unit test TestLookupInFiles is broken

2010-08-31 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1583:


Status: Open  (was: Patch Available)

submitting to hudson 

> piggybank unit test TestLookupInFiles is broken
> ---
>
> Key: PIG-1583
> URL: https://issues.apache.org/jira/browse/PIG-1583
> Project: Pig
>  Issue Type: Bug
>  Components: impl
>Affects Versions: 0.8.0
>Reporter: Daniel Dai
>Assignee: Daniel Dai
> Fix For: 0.8.0
>
> Attachments: PIG-1583-1.patch
>
>
> Error message:
> 10/08/31 09:32:12 INFO mapred.TaskInProgress: Error from 
> attempt_20100831093139211_0001_m_00_3: 
> org.apache.pig.backend.executionengine.ExecException: ERROR 2078: Caught 
> error from UDF: org.apache.pig.piggybank.evaluation.string.LookupInFiles 
> [LookupInFiles : Cannot open file one]
> at 
> org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.POUserFunc.getNext(POUserFunc.java:262)
> at 
> org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.POUserFunc.getNext(POUserFunc.java:283)
> at 
> org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POForEach.processPlan(POForEach.java:355)
> at 
> org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POForEach.getNext(POForEach.java:291)
> at 
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigMapBase.runPipeline(PigMapBase.java:236)
> at 
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigMapBase.map(PigMapBase.java:231)
> at 
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigMapBase.map(PigMapBase.java:53)
> at org.apache.hadoop.mapreduce.Mapper.run(Mapper.java:144)
> at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:621)
> at org.apache.hadoop.mapred.MapTask.run(MapTask.java:305)
> at org.apache.hadoop.mapred.Child.main(Child.java:170)
> Caused by: java.io.IOException: LookupInFiles : Cannot open file one
> at 
> org.apache.pig.piggybank.evaluation.string.LookupInFiles.init(LookupInFiles.java:92)
> at 
> org.apache.pig.piggybank.evaluation.string.LookupInFiles.exec(LookupInFiles.java:115)
> at 
> org.apache.pig.piggybank.evaluation.string.LookupInFiles.exec(LookupInFiles.java:49)
> at 
> org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.POUserFunc.getNext(POUserFunc.java:229)
> ... 10 more
> Caused by: java.io.IOException: hdfs://localhost:47453/user/hadoopqa/one 
> does not exist
> at 
> org.apache.pig.impl.io.FileLocalizer.openDFSFile(FileLocalizer.java:224)
> at 
> org.apache.pig.impl.io.FileLocalizer.openDFSFile(FileLocalizer.java:172)
> at 
> org.apache.pig.piggybank.evaluation.string.LookupInFiles.init(LookupInFiles.java:89)
> ... 13 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1583) piggybank unit test TestLookupInFiles is broken

2010-08-31 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1583:


Status: Patch Available  (was: Open)

> piggybank unit test TestLookupInFiles is broken
> ---
>
> Key: PIG-1583
> URL: https://issues.apache.org/jira/browse/PIG-1583
> Project: Pig
>  Issue Type: Bug
>  Components: impl
>Affects Versions: 0.8.0
>Reporter: Daniel Dai
>Assignee: Daniel Dai
> Fix For: 0.8.0
>
> Attachments: PIG-1583-1.patch
>
>
> Error message:
> 10/08/31 09:32:12 INFO mapred.TaskInProgress: Error from 
> attempt_20100831093139211_0001_m_00_3: 
> org.apache.pig.backend.executionengine.ExecException: ERROR 2078: Caught 
> error from UDF: org.apache.pig.piggybank.evaluation.string.LookupInFiles 
> [LookupInFiles : Cannot open file one]
> at 
> org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.POUserFunc.getNext(POUserFunc.java:262)
> at 
> org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.POUserFunc.getNext(POUserFunc.java:283)
> at 
> org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POForEach.processPlan(POForEach.java:355)
> at 
> org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POForEach.getNext(POForEach.java:291)
> at 
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigMapBase.runPipeline(PigMapBase.java:236)
> at 
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigMapBase.map(PigMapBase.java:231)
> at 
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigMapBase.map(PigMapBase.java:53)
> at org.apache.hadoop.mapreduce.Mapper.run(Mapper.java:144)
> at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:621)
> at org.apache.hadoop.mapred.MapTask.run(MapTask.java:305)
> at org.apache.hadoop.mapred.Child.main(Child.java:170)
> Caused by: java.io.IOException: LookupInFiles : Cannot open file one
> at 
> org.apache.pig.piggybank.evaluation.string.LookupInFiles.init(LookupInFiles.java:92)
> at 
> org.apache.pig.piggybank.evaluation.string.LookupInFiles.exec(LookupInFiles.java:115)
> at 
> org.apache.pig.piggybank.evaluation.string.LookupInFiles.exec(LookupInFiles.java:49)
> at 
> org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.POUserFunc.getNext(POUserFunc.java:229)
> ... 10 more
> Caused by: java.io.IOException: hdfs://localhost:47453/user/hadoopqa/one 
> does not exist
> at 
> org.apache.pig.impl.io.FileLocalizer.openDFSFile(FileLocalizer.java:224)
> at 
> org.apache.pig.impl.io.FileLocalizer.openDFSFile(FileLocalizer.java:172)
> at 
> org.apache.pig.piggybank.evaluation.string.LookupInFiles.init(LookupInFiles.java:89)
> ... 13 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-1562) Fix the version for the dependent packages for the maven

2010-09-09 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1290#action_1290
 ] 

Giridharan Kesavan commented on PIG-1562:
-

I verified this patch by uploading artifacts to the staging repo by using my 
gpg keys. This works fine.. 

But,
It publishes artifacts to org/apache/hadoop/pig-core/jar and pom artifacts.

i guess it should be pig and not pig-core



> Fix the version for the dependent packages for the maven 
> -
>
> Key: PIG-1562
> URL: https://issues.apache.org/jira/browse/PIG-1562
> Project: Pig
>  Issue Type: Bug
>Reporter: niraj rai
>Assignee: niraj rai
> Fix For: 0.8.0
>
> Attachments: PIG-1562_1.patch, PIG-1562_2.patch, PIG_1562_0.patch
>
>
> We need to fix the set version so that, version is properly set for the 
> dependent packages in the maven repository.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-1562) Fix the version for the dependent packages for the maven

2010-09-09 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907791#action_12907791
 ] 

Giridharan Kesavan commented on PIG-1562:
-

It looks like the latest patch publishes as org/apache/hadoop/pig/jar's.
it looks good except for javadoc artifact as mentioned in pig-1334.

> Fix the version for the dependent packages for the maven 
> -
>
> Key: PIG-1562
> URL: https://issues.apache.org/jira/browse/PIG-1562
> Project: Pig
>  Issue Type: Bug
>Reporter: niraj rai
>Assignee: niraj rai
> Fix For: 0.8.0
>
> Attachments: PIG-1562_1.patch, PIG-1562_2.patch, PIG_1562_0.patch
>
>
> We need to fix the set version so that, version is properly set for the 
> dependent packages in the maven repository.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1608) pig should always include pig-default.properties and pig.properties in the pig.jar

2010-09-15 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1608:


Status: Patch Available  (was: Open)

> pig should always include pig-default.properties and pig.properties in the 
> pig.jar
> --
>
> Key: PIG-1608
> URL: https://issues.apache.org/jira/browse/PIG-1608
> Project: Pig
>  Issue Type: Bug
>Reporter: niraj rai
>Assignee: niraj rai
> Attachments: PIG-1608_0.patch
>
>
> pig should always include pig-default.properties and pig.properties as a part 
> of the pig.jar file

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1608) pig should always include pig-default.properties and pig.properties in the pig.jar

2010-09-15 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1608:


Status: Open  (was: Patch Available)

re-submiting patch to hudson ..

> pig should always include pig-default.properties and pig.properties in the 
> pig.jar
> --
>
> Key: PIG-1608
> URL: https://issues.apache.org/jira/browse/PIG-1608
> Project: Pig
>  Issue Type: Bug
>Reporter: niraj rai
>Assignee: niraj rai
> Attachments: PIG-1608_0.patch
>
>
> pig should always include pig-default.properties and pig.properties as a part 
> of the pig.jar file

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1608) pig should always include pig-default.properties and pig.properties in the pig.jar

2010-09-15 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1608:


Status: Open  (was: Patch Available)

> pig should always include pig-default.properties and pig.properties in the 
> pig.jar
> --
>
> Key: PIG-1608
> URL: https://issues.apache.org/jira/browse/PIG-1608
> Project: Pig
>  Issue Type: Bug
>Reporter: niraj rai
>Assignee: niraj rai
> Attachments: PIG-1608_0.patch
>
>
> pig should always include pig-default.properties and pig.properties as a part 
> of the pig.jar file

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1608) pig should always include pig-default.properties and pig.properties in the pig.jar

2010-09-15 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1608:


Status: Patch Available  (was: Open)

> pig should always include pig-default.properties and pig.properties in the 
> pig.jar
> --
>
> Key: PIG-1608
> URL: https://issues.apache.org/jira/browse/PIG-1608
> Project: Pig
>  Issue Type: Bug
>Reporter: niraj rai
>Assignee: niraj rai
> Attachments: PIG-1608_0.patch
>
>
> pig should always include pig-default.properties and pig.properties as a part 
> of the pig.jar file

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-1657) reduce the ivy verbosity during build.

2010-09-30 Thread Giridharan Kesavan (JIRA)
reduce the ivy verbosity during build.
--

 Key: PIG-1657
 URL: https://issues.apache.org/jira/browse/PIG-1657
 Project: Pig
  Issue Type: Improvement
Reporter: Giridharan Kesavan


ivy is very verbose while doing build, making it less verbose would let us see 
what the builds actually does.. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-1607) pig should have separate javadoc.jar in the maven repository

2010-09-30 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916594#action_12916594
 ] 

Giridharan Kesavan commented on PIG-1607:
-

looks good +1 

able to do mvn-install and mvn-deploy to install/deploy javadoc jar to the fs 
and apache mvn repo.



> pig should have separate javadoc.jar in the maven repository
> 
>
> Key: PIG-1607
> URL: https://issues.apache.org/jira/browse/PIG-1607
> Project: Pig
>  Issue Type: Bug
>Reporter: niraj rai
>Assignee: niraj rai
> Attachments: PIG-1607_0.patch, PIG-1607_1.patch, PIG-1607_2.patch, 
> PIG-1607_3.patch, PIG-1607_4.patch
>
>
> At this moment, javadoc is part of the source.jar but pig should have 
> separate javadoc.jar in the maven repository.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-1196) Fix releaseaudit warning count to zero

2010-01-17 Thread Giridharan Kesavan (JIRA)
Fix releaseaudit warning count to zero
--

 Key: PIG-1196
 URL: https://issues.apache.org/jira/browse/PIG-1196
 Project: Pig
  Issue Type: Improvement
Reporter: Giridharan Kesavan


ant releaseaudit -Djava5.home=" -Dforrest.home=""
479 files needs to be updated with Apache License header or some files should 
be excluded from running rats against them.
releaseaudit:
 [java]
 [java] *
 [java] Summary
 [java] ---
 [java] Notes: 12
 [java] Binaries: 121
 [java] Archives: 10
 [java] Standards: 3064
 [java]
 [java] Apache Licensed: 1143
 [java] Generated Documents: 1442
 [java]
 [java] JavaDocs are generated and so license header is optional
 [java] Generated files do not required license headers
 [java]
 [java] 479 Unknown Licenses
 [java]
 [java] ***

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-1328) pigtest ant target fails pigtrunk builds

2010-03-25 Thread Giridharan Kesavan (JIRA)
pigtest ant target fails pigtrunk builds


 Key: PIG-1328
 URL: https://issues.apache.org/jira/browse/PIG-1328
 Project: Pig
  Issue Type: Bug
  Components: build
Reporter: Giridharan Kesavan


java.lang.NoClassDefFoundError:com_cenqua_clover/CloverVersionInfo)
[junit] Tests run: 0, Failures: 0, Errors: 2, Time elapsed: 0.154 sec
[junit] Test org.apache.hadoop.zebra.pig.TestTableSortStorer FAILED
[junit] Running org.apache.hadoop.zebra.pig.TestTableSortStorerDesc
[junit] log4j:WARN No appenders could be found for logger 
(org.apache.hadoop.conf.Configuration).
[junit] log4j:WARN Please initialize the log4j system properly.
[junit] [CLOVER] FATAL ERROR: Clover could not be initialised. Are you sure 
you have Clover in the runtime classpath? (class 
java.lang.NoClassDefFoundError:com_cenqua_clover/CloverVersionInfo)
[junit] Tests run: 0, Failures: 0, Errors: 2, Time elapsed: 0.164 sec
[junit] Test org.apache.hadoop.zebra.pig.TestTableSortStorerDesc FAILED

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1372) Restore PigInputFormat.sJob for backward compatibility

2010-04-13 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1372:


Status: Open  (was: Patch Available)

> Restore PigInputFormat.sJob for backward compatibility
> --
>
> Key: PIG-1372
> URL: https://issues.apache.org/jira/browse/PIG-1372
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.7.0
>Reporter: Pradeep Kamath
>Assignee: Pradeep Kamath
> Fix For: 0.7.0
>
> Attachments: PIG-1372.patch
>
>
> The preferred method to get the job's Configuration object would be to use 
> UDFContext.getJobConf(). This jira is to restore PigInputFormat.sJob  (but we 
> will be marking it deprecated and indicating to use UDFContext.getJobConf() 
> instead) to be backward compatible - we can remove it from pig in a future 
> release.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (PIG-1372) Restore PigInputFormat.sJob for backward compatibility

2010-04-13 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1372:


Status: Patch Available  (was: Open)

> Restore PigInputFormat.sJob for backward compatibility
> --
>
> Key: PIG-1372
> URL: https://issues.apache.org/jira/browse/PIG-1372
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.7.0
>Reporter: Pradeep Kamath
>Assignee: Pradeep Kamath
> Fix For: 0.7.0
>
> Attachments: PIG-1372.patch
>
>
> The preferred method to get the job's Configuration object would be to use 
> UDFContext.getJobConf(). This jira is to restore PigInputFormat.sJob  (but we 
> will be marking it deprecated and indicating to use UDFContext.getJobConf() 
> instead) to be backward compatible - we can remove it from pig in a future 
> release.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (PIG-1372) Restore PigInputFormat.sJob for backward compatibility

2010-04-13 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1372:


Status: Open  (was: Patch Available)

> Restore PigInputFormat.sJob for backward compatibility
> --
>
> Key: PIG-1372
> URL: https://issues.apache.org/jira/browse/PIG-1372
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.7.0
>Reporter: Pradeep Kamath
>Assignee: Pradeep Kamath
> Fix For: 0.7.0
>
> Attachments: PIG-1372.patch
>
>
> The preferred method to get the job's Configuration object would be to use 
> UDFContext.getJobConf(). This jira is to restore PigInputFormat.sJob  (but we 
> will be marking it deprecated and indicating to use UDFContext.getJobConf() 
> instead) to be backward compatible - we can remove it from pig in a future 
> release.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (PIG-1372) Restore PigInputFormat.sJob for backward compatibility

2010-04-13 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1372:


Status: Patch Available  (was: Open)

> Restore PigInputFormat.sJob for backward compatibility
> --
>
> Key: PIG-1372
> URL: https://issues.apache.org/jira/browse/PIG-1372
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.7.0
>Reporter: Pradeep Kamath
>Assignee: Pradeep Kamath
> Fix For: 0.7.0
>
> Attachments: PIG-1372.patch
>
>
> The preferred method to get the job's Configuration object would be to use 
> UDFContext.getJobConf(). This jira is to restore PigInputFormat.sJob  (but we 
> will be marking it deprecated and indicating to use UDFContext.getJobConf() 
> instead) to be backward compatible - we can remove it from pig in a future 
> release.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (PIG-1413) to have a seperate test-patch script for pig patch tests

2010-05-12 Thread Giridharan Kesavan (JIRA)
to have a seperate test-patch script for pig patch tests


 Key: PIG-1413
 URL: https://issues.apache.org/jira/browse/PIG-1413
 Project: Pig
  Issue Type: Sub-task
Reporter: Giridharan Kesavan


test-patch.sh is shared across hadoop projects through svn:externals, which 
needs to be removed so that we can have project specific test-patch process.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (PIG-1413) to have a seperate test-patch script for pig patch tests

2010-05-12 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan resolved PIG-1413.
-

Fix Version/s: 0.8.0
   Resolution: Fixed

Removed the svn:externals reference to test-patch.sh script and created a local 
copy of test-patch.sh script.

> to have a seperate test-patch script for pig patch tests
> 
>
> Key: PIG-1413
> URL: https://issues.apache.org/jira/browse/PIG-1413
> Project: Pig
>  Issue Type: Sub-task
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Fix For: 0.8.0
>
>
> test-patch.sh is shared across hadoop projects through svn:externals, which 
> needs to be removed so that we can have project specific test-patch process.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (PIG-1413) to have a seperate test-patch script for pig patch tests

2010-05-12 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan reassigned PIG-1413:
---

Assignee: Giridharan Kesavan

> to have a seperate test-patch script for pig patch tests
> 
>
> Key: PIG-1413
> URL: https://issues.apache.org/jira/browse/PIG-1413
> Project: Pig
>  Issue Type: Sub-task
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
>
> test-patch.sh is shared across hadoop projects through svn:externals, which 
> needs to be removed so that we can have project specific test-patch process.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1302) Include zebra's "pigtest" ant target as a part of pig's ant test target

2010-06-08 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1302:


Attachment: PIG-1302.patch

This patch would add the pigtest target as part of ant test.

> Include zebra's "pigtest" ant target as a part of pig's ant test target
> ---
>
> Key: PIG-1302
> URL: https://issues.apache.org/jira/browse/PIG-1302
> Project: Pig
>  Issue Type: Improvement
>Affects Versions: 0.7.0
>Reporter: Pradeep Kamath
> Attachments: PIG-1302.patch
>
>
> There are changes made in Pig interfaces which break zebra loaders/storers. 
> It would be good to run the pig tests in the zebra unit tests as part of 
> running pig's core-test for each patch submission. So essentially in the 
> "test" ant target in pig, we would need to invoke zebra's "pigtest" target.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (PIG-1302) Include zebra's "pigtest" ant target as a part of pig's ant test target

2010-06-08 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan reassigned PIG-1302:
---

Assignee: Giridharan Kesavan

> Include zebra's "pigtest" ant target as a part of pig's ant test target
> ---
>
> Key: PIG-1302
> URL: https://issues.apache.org/jira/browse/PIG-1302
> Project: Pig
>  Issue Type: Improvement
>Affects Versions: 0.7.0
>Reporter: Pradeep Kamath
>Assignee: Giridharan Kesavan
> Attachments: PIG-1302.patch
>
>
> There are changes made in Pig interfaces which break zebra loaders/storers. 
> It would be good to run the pig tests in the zebra unit tests as part of 
> running pig's core-test for each patch submission. So essentially in the 
> "test" ant target in pig, we would need to invoke zebra's "pigtest" target.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1302) Include zebra's "pigtest" ant target as a part of pig's ant test target

2010-06-10 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1302:


Status: Patch Available  (was: Open)

> Include zebra's "pigtest" ant target as a part of pig's ant test target
> ---
>
> Key: PIG-1302
> URL: https://issues.apache.org/jira/browse/PIG-1302
> Project: Pig
>  Issue Type: Improvement
>Affects Versions: 0.7.0
>Reporter: Pradeep Kamath
>Assignee: Giridharan Kesavan
> Attachments: PIG-1302.patch
>
>
> There are changes made in Pig interfaces which break zebra loaders/storers. 
> It would be good to run the pig tests in the zebra unit tests as part of 
> running pig's core-test for each patch submission. So essentially in the 
> "test" ant target in pig, we would need to invoke zebra's "pigtest" target.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-1302) Include zebra's "pigtest" ant target as a part of pig's ant test target

2010-06-15 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878904#action_12878904
 ] 

Giridharan Kesavan commented on PIG-1302:
-

This patch just adds the pigtest target as part of the test target, and doesnt 
modify any source code, the test failures are not-related.

> Include zebra's "pigtest" ant target as a part of pig's ant test target
> ---
>
> Key: PIG-1302
> URL: https://issues.apache.org/jira/browse/PIG-1302
> Project: Pig
>  Issue Type: Improvement
>Affects Versions: 0.7.0
>Reporter: Pradeep Kamath
>Assignee: Giridharan Kesavan
> Attachments: PIG-1302.patch
>
>
> There are changes made in Pig interfaces which break zebra loaders/storers. 
> It would be good to run the pig tests in the zebra unit tests as part of 
> running pig's core-test for each patch submission. So essentially in the 
> "test" ant target in pig, we would need to invoke zebra's "pigtest" target.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1302) Include zebra's "pigtest" ant target as a part of pig's ant test target

2010-06-15 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1302:


   Status: Resolved  (was: Patch Available)
 Hadoop Flags: [Reviewed]
Fix Version/s: 0.8.0
   Resolution: Fixed

I just committed this. 

> Include zebra's "pigtest" ant target as a part of pig's ant test target
> ---
>
> Key: PIG-1302
> URL: https://issues.apache.org/jira/browse/PIG-1302
> Project: Pig
>  Issue Type: Improvement
>Affects Versions: 0.7.0
>Reporter: Pradeep Kamath
>Assignee: Giridharan Kesavan
> Fix For: 0.8.0
>
> Attachments: PIG-1302.patch
>
>
> There are changes made in Pig interfaces which break zebra loaders/storers. 
> It would be good to run the pig tests in the zebra unit tests as part of 
> running pig's core-test for each patch submission. So essentially in the 
> "test" ant target in pig, we would need to invoke zebra's "pigtest" target.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-1452) to remove hadoop20.jar from lib and use hadoop from the apache maven repo.

2010-06-16 Thread Giridharan Kesavan (JIRA)
to remove hadoop20.jar from lib and use hadoop from the apache maven repo.
--

 Key: PIG-1452
 URL: https://issues.apache.org/jira/browse/PIG-1452
 Project: Pig
  Issue Type: Improvement
  Components: build
Affects Versions: 0.8.0
Reporter: Giridharan Kesavan


pig use ivy for dependency management. But still it uses hadoop20.jar from the 
lib folder. 
Now that we have the hadoop-0.20.2 artifacts available in the maven repo, pig 
should leverage ivy for resolving/retrieving hadoop artifacts.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (PIG-1452) to remove hadoop20.jar from lib and use hadoop from the apache maven repo.

2010-06-16 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan reassigned PIG-1452:
---

Assignee: Giridharan Kesavan

> to remove hadoop20.jar from lib and use hadoop from the apache maven repo.
> --
>
> Key: PIG-1452
> URL: https://issues.apache.org/jira/browse/PIG-1452
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 0.8.0
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-1452.PATCH
>
>
> pig use ivy for dependency management. But still it uses hadoop20.jar from 
> the lib folder. 
> Now that we have the hadoop-0.20.2 artifacts available in the maven repo, pig 
> should leverage ivy for resolving/retrieving hadoop artifacts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1452) to remove hadoop20.jar from lib and use hadoop from the apache maven repo.

2010-06-16 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1452:


Attachment: PIG-1452.PATCH

this patch deletes the hadoop20.jar from the lib folder and resolves/retrieves 
hadoop from maven repository using ivy.



> to remove hadoop20.jar from lib and use hadoop from the apache maven repo.
> --
>
> Key: PIG-1452
> URL: https://issues.apache.org/jira/browse/PIG-1452
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 0.8.0
>Reporter: Giridharan Kesavan
> Attachments: PIG-1452.PATCH
>
>
> pig use ivy for dependency management. But still it uses hadoop20.jar from 
> the lib folder. 
> Now that we have the hadoop-0.20.2 artifacts available in the maven repo, pig 
> should leverage ivy for resolving/retrieving hadoop artifacts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1452) to remove hadoop20.jar from lib and use hadoop from the apache maven repo.

2010-06-16 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1452:


Status: Patch Available  (was: Open)

> to remove hadoop20.jar from lib and use hadoop from the apache maven repo.
> --
>
> Key: PIG-1452
> URL: https://issues.apache.org/jira/browse/PIG-1452
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 0.8.0
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-1452.PATCH
>
>
> pig use ivy for dependency management. But still it uses hadoop20.jar from 
> the lib folder. 
> Now that we have the hadoop-0.20.2 artifacts available in the maven repo, pig 
> should leverage ivy for resolving/retrieving hadoop artifacts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-1452) to remove hadoop20.jar from lib and use hadoop from the apache maven repo.

2010-06-16 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879478#action_12879478
 ] 

Giridharan Kesavan commented on PIG-1452:
-

Yes actually hadoop would resolve/retrieve its transient dependencies. But I 
added these dependencies b'coz pig directly depends on these. 
When we remove these new set of dependencies pig build would fail even before 
failing for not having hadoop. 

(Here ivy is smart enough so it woudnt retrieve these artifacts, though they 
are transient dependencies of hadoop again)

> to remove hadoop20.jar from lib and use hadoop from the apache maven repo.
> --
>
> Key: PIG-1452
> URL: https://issues.apache.org/jira/browse/PIG-1452
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 0.8.0
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-1452.PATCH
>
>
> pig use ivy for dependency management. But still it uses hadoop20.jar from 
> the lib folder. 
> Now that we have the hadoop-0.20.2 artifacts available in the maven repo, pig 
> should leverage ivy for resolving/retrieving hadoop artifacts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1452) to remove hadoop20.jar from lib and use hadoop from the apache maven repo.

2010-07-13 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1452:


  Status: Resolved  (was: Patch Available)
Hadoop Flags: [Reviewed]
  Resolution: Fixed

I just committed this!

> to remove hadoop20.jar from lib and use hadoop from the apache maven repo.
> --
>
> Key: PIG-1452
> URL: https://issues.apache.org/jira/browse/PIG-1452
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 0.8.0
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Fix For: 0.8.0
>
> Attachments: PIG-1452.PATCH
>
>
> pig use ivy for dependency management. But still it uses hadoop20.jar from 
> the lib folder. 
> Now that we have the hadoop-0.20.2 artifacts available in the maven repo, pig 
> should leverage ivy for resolving/retrieving hadoop artifacts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-1500) guava.jar should be removed from the lib folder

2010-07-13 Thread Giridharan Kesavan (JIRA)
guava.jar should be removed from the lib folder
---

 Key: PIG-1500
 URL: https://issues.apache.org/jira/browse/PIG-1500
 Project: Pig
  Issue Type: Bug
  Components: build
Reporter: Giridharan Kesavan


guava jar is available in the maven repository but still its is checked into 
the pig trunk's lib folder.

I ve checked the availability of guava jar in the maven repository.
http://mvnrepository.com/artifact/com.google.guava/guava

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1452) to remove hadoop20.jar from lib and use hadoop from the apache maven repo.

2010-07-29 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1452:


Status: Patch Available  (was: Reopened)

> to remove hadoop20.jar from lib and use hadoop from the apache maven repo.
> --
>
> Key: PIG-1452
> URL: https://issues.apache.org/jira/browse/PIG-1452
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 0.8.0
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Fix For: 0.8.0
>
> Attachments: PIG-1452.PATCH, PIG-1452V2.PATCH
>
>
> pig use ivy for dependency management. But still it uses hadoop20.jar from 
> the lib folder. 
> Now that we have the hadoop-0.20.2 artifacts available in the maven repo, pig 
> should leverage ivy for resolving/retrieving hadoop artifacts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1452) to remove hadoop20.jar from lib and use hadoop from the apache maven repo.

2010-07-29 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-1452:


Attachment: PIG-1452V2.PATCH

Attached patch would add hadoop and transient dependencies to the pig.jar file 
as well resolve hadoop from maven repo.

> to remove hadoop20.jar from lib and use hadoop from the apache maven repo.
> --
>
> Key: PIG-1452
> URL: https://issues.apache.org/jira/browse/PIG-1452
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 0.8.0
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Fix For: 0.8.0
>
> Attachments: PIG-1452.PATCH, PIG-1452V2.PATCH
>
>
> pig use ivy for dependency management. But still it uses hadoop20.jar from 
> the lib folder. 
> Now that we have the hadoop-0.20.2 artifacts available in the maven repo, pig 
> should leverage ivy for resolving/retrieving hadoop artifacts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-1334) Make pig artifacts available through maven

2010-07-29 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893581#action_12893581
 ] 

Giridharan Kesavan commented on PIG-1334:
-

patch fails with current trunk.

> Make pig artifacts available through maven
> --
>
> Key: PIG-1334
> URL: https://issues.apache.org/jira/browse/PIG-1334
> Project: Pig
>  Issue Type: Improvement
>Reporter: Olga Natkovich
>Assignee: niraj rai
> Fix For: 0.8.0
>
> Attachments: mvn-pig.patch, mvn_pig_2.patch, mvn_pig_3.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-1452) to remove hadoop20.jar from lib and use hadoop from the apache maven repo.

2010-08-02 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894651#action_12894651
 ] 

Giridharan Kesavan commented on PIG-1452:
-

we can just include the list of jars that you may want it as part of the pig 
jar. 

Only reason I didnt do it in first place is that I didnt want to write 15 to 20 
lines of  zipfileset. Looks like its necessary for the given scenario. 
As long as someone can give me the list of jars that should go into the 
pig.jar, I shall add it to the pig.jar

> to remove hadoop20.jar from lib and use hadoop from the apache maven repo.
> --
>
> Key: PIG-1452
> URL: https://issues.apache.org/jira/browse/PIG-1452
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 0.8.0
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Fix For: 0.8.0
>
> Attachments: PIG-1452.PATCH, PIG-1452V2.PATCH
>
>
> pig use ivy for dependency management. But still it uses hadoop20.jar from 
> the lib folder. 
> Now that we have the hadoop-0.20.2 artifacts available in the maven repo, pig 
> should leverage ivy for resolving/retrieving hadoop artifacts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-1452) to remove hadoop20.jar from lib and use hadoop from the apache maven repo.

2010-08-02 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894807#action_12894807
 ] 

Giridharan Kesavan commented on PIG-1452:
-



bq. Besides that, I see some more jars pulled along with hadoop, eg: 
core-3.1.1.jar, ftpserver-deprecated-1.0.0-M2.jar, etc, which we never see 
before and it drastically increase the size of pig.jar. Do you know what's 
happen? How can we exclude these jars?

These are transient dependencies of hadoop-test.jar

> to remove hadoop20.jar from lib and use hadoop from the apache maven repo.
> --
>
> Key: PIG-1452
> URL: https://issues.apache.org/jira/browse/PIG-1452
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 0.8.0
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Fix For: 0.8.0
>
> Attachments: PIG-1452.PATCH, PIG-1452V2.PATCH
>
>
> pig use ivy for dependency management. But still it uses hadoop20.jar from 
> the lib folder. 
> Now that we have the hadoop-0.20.2 artifacts available in the maven repo, pig 
> should leverage ivy for resolving/retrieving hadoop artifacts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-1452) to remove hadoop20.jar from lib and use hadoop from the apache maven repo.

2010-08-02 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894809#action_12894809
 ] 

Giridharan Kesavan commented on PIG-1452:
-



bq. We only need to exclude three jars which are pulled by Pig: 
hsqldb.jar 
jython.jar 
javacc.jar 


I remember that hadoop depends on  hsqldb.jar. 
Is there any reason why we dont want it to be added to the pig.jar?

> to remove hadoop20.jar from lib and use hadoop from the apache maven repo.
> --
>
> Key: PIG-1452
> URL: https://issues.apache.org/jira/browse/PIG-1452
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 0.8.0
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Fix For: 0.8.0
>
> Attachments: PIG-1452.PATCH, PIG-1452V2.PATCH
>
>
> pig use ivy for dependency management. But still it uses hadoop20.jar from 
> the lib folder. 
> Now that we have the hadoop-0.20.2 artifacts available in the maven repo, pig 
> should leverage ivy for resolving/retrieving hadoop artifacts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-699) Implement forrest docs target in Pig Build

2009-03-06 Thread Giridharan Kesavan (JIRA)
Implement forrest docs target in Pig Build
--

 Key: PIG-699
 URL: https://issues.apache.org/jira/browse/PIG-699
 Project: Pig
  Issue Type: New Feature
Reporter: Giridharan Kesavan




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-699) Implement forrest docs target in Pig Build

2009-03-06 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-699:
---

Attachment: PIG-699.patch

This patch implements the docs target using forrest.
we can edit the specific xml files to add project specific information.

> Implement forrest docs target in Pig Build
> --
>
> Key: PIG-699
> URL: https://issues.apache.org/jira/browse/PIG-699
> Project: Pig
>  Issue Type: New Feature
>Reporter: Giridharan Kesavan
> Attachments: PIG-699.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-700) To automate the pig patch test process

2009-03-06 Thread Giridharan Kesavan (JIRA)
To automate the pig patch test process
--

 Key: PIG-700
 URL: https://issues.apache.org/jira/browse/PIG-700
 Project: Pig
  Issue Type: New Feature
  Components: build
Reporter: Giridharan Kesavan




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-700) To automate the pig patch test process

2009-03-06 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679654#action_12679654
 ] 

Giridharan Kesavan commented on PIG-700:


Proposal to add a new ant patch test target

*Objective*
To automatically run check on the patch when a patch is made available.

*check's include*
1) Check if the patch contains author tag
2) Check if the patch has also contributed any new testcase 
3) Check if the patch merges seemlessly without any conflict with the current 
trunk code.
4) Check if patch has introduced any new java warnings.
5) Exceute the test target to see if everything passes. 
Finally update the jira with the jira with the patch check comments.

Enhancements:
We can also add - findbugs, rats for release audit at later point to enhance 
this patch test automation process.

> To automate the pig patch test process
> --
>
> Key: PIG-700
> URL: https://issues.apache.org/jira/browse/PIG-700
> Project: Pig
>  Issue Type: New Feature
>  Components: build
>Reporter: Giridharan Kesavan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (PIG-700) To automate the pig patch test process

2009-03-06 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan reassigned PIG-700:
--

Assignee: Giridharan Kesavan

> To automate the pig patch test process
> --
>
> Key: PIG-700
> URL: https://issues.apache.org/jira/browse/PIG-700
> Project: Pig
>  Issue Type: New Feature
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-699) Implement forrest docs target in Pig Build

2009-03-06 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-699:
---

Attachment: PIG-699.patch

Resubmiting the patch by removing samples folder.

This patch changes the *doc target and calls it as docs* 
Thanks Nigel for mentioning that.


> Implement forrest docs target in Pig Build
> --
>
> Key: PIG-699
> URL: https://issues.apache.org/jira/browse/PIG-699
> Project: Pig
>  Issue Type: New Feature
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-699.patch, PIG-699.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-701) Implemenet IVY for resolving pig dependencies

2009-03-06 Thread Giridharan Kesavan (JIRA)
Implemenet IVY for resolving pig dependencies 
--

 Key: PIG-701
 URL: https://issues.apache.org/jira/browse/PIG-701
 Project: Pig
  Issue Type: New Feature
  Components: build
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan


pig libraries to be resolved using IVY from the centralized maven repository.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-701) Implement IVY for resolving pig dependencies

2009-03-06 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-701:
---

Summary: Implement IVY for resolving pig dependencies   (was: Implemenet 
IVY for resolving pig dependencies )

> Implement IVY for resolving pig dependencies 
> -
>
> Key: PIG-701
> URL: https://issues.apache.org/jira/browse/PIG-701
> Project: Pig
>  Issue Type: New Feature
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
>
> pig libraries to be resolved using IVY from the centralized maven repository.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-700) To automate the pig patch test process

2009-03-06 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679783#action_12679783
 ] 

Giridharan Kesavan commented on PIG-700:


Yeah we can do that, I thought we would just start with the test-patch ant 
target and later enhance it with other targets.
I would file jira's to include findbugs and rats target for pig and work on them
Tnx!



> To automate the pig patch test process
> --
>
> Key: PIG-700
> URL: https://issues.apache.org/jira/browse/PIG-700
> Project: Pig
>  Issue Type: New Feature
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-701) Implement IVY for resolving pig dependencies

2009-03-06 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679786#action_12679786
 ] 

Giridharan Kesavan commented on PIG-701:


Hadoop jars are yet to be published to centralized repo.  

So Im thinking about just resolving those libraries which ever is available in 
the centralized repo at the moment and track the missing libraries in a jira 
and resolve them when available in the centralized repo (exactly how we are 
dealing in hadoop)

> Implement IVY for resolving pig dependencies 
> -
>
> Key: PIG-701
> URL: https://issues.apache.org/jira/browse/PIG-701
> Project: Pig
>  Issue Type: New Feature
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
>
> pig libraries to be resolved using IVY from the centralized maven repository.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-706) Implement ant target to use findbugs on PIG

2009-03-09 Thread Giridharan Kesavan (JIRA)
Implement ant target to use findbugs on PIG
---

 Key: PIG-706
 URL: https://issues.apache.org/jira/browse/PIG-706
 Project: Pig
  Issue Type: Sub-task
  Components: build
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan


To enable findbugs target for pig

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-708) implement releaseaudit tart to use rats on pig

2009-03-09 Thread Giridharan Kesavan (JIRA)
implement releaseaudit tart to use rats on pig
--

 Key: PIG-708
 URL: https://issues.apache.org/jira/browse/PIG-708
 Project: Pig
  Issue Type: Sub-task
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-706) Implement ant target to use findbugs on PIG

2009-03-09 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-706:
---

Attachment: PIG-706.patch

patch to add findbugs target to pigs build.xml.
To run findbugs on pig use 

*ant findbugs -Dfindbugs.home=*

> Implement ant target to use findbugs on PIG
> ---
>
> Key: PIG-706
> URL: https://issues.apache.org/jira/browse/PIG-706
> Project: Pig
>  Issue Type: Sub-task
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-706.patch
>
>
> To enable findbugs target for pig

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-708) implement releaseaudit tart to use rats on pig

2009-03-09 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-708:
---

Attachment: PIG-708.patch

This patch implements releaseaudit target for  PIG

To execute the releaseaudit target..

*ant releaseaudit*

> implement releaseaudit tart to use rats on pig
> --
>
> Key: PIG-708
> URL: https://issues.apache.org/jira/browse/PIG-708
> Project: Pig
>  Issue Type: Sub-task
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-708.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-711) Implement checkstyle for pig

2009-03-10 Thread Giridharan Kesavan (JIRA)
Implement checkstyle for pig


 Key: PIG-711
 URL: https://issues.apache.org/jira/browse/PIG-711
 Project: Pig
  Issue Type: Improvement
  Components: build
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-711) Implement checkstyle for pig

2009-03-10 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-711:
---

Issue Type: Sub-task  (was: Improvement)
Parent: PIG-700

> Implement checkstyle for pig
> 
>
> Key: PIG-711
> URL: https://issues.apache.org/jira/browse/PIG-711
> Project: Pig
>  Issue Type: Sub-task
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-711) Implement checkstyle for pig

2009-03-10 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-711:
---

Attachment: PIG-711.patch

this patch implements checkstyle for pig 

to execute checkstyle for pig do 
*ant  checkstyle -Dcheckstyle.home=*


> Implement checkstyle for pig
> 
>
> Key: PIG-711
> URL: https://issues.apache.org/jira/browse/PIG-711
> Project: Pig
>  Issue Type: Sub-task
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-711.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-714) javadoc throws warnings which needs to be fixed..

2009-03-11 Thread Giridharan Kesavan (JIRA)
javadoc throws warnings which needs to be fixed..
-

 Key: PIG-714
 URL: https://issues.apache.org/jira/browse/PIG-714
 Project: Pig
  Issue Type: Bug
Reporter: Giridharan Kesavan


[javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/PigException.java:311: 
warning - @param argument "msg" is not a parameter name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigOutputFormat.java:114:
 warning - Tag @see: can't find write(K, V) in 
org.apache.hadoop.mapred.RecordWriter
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/backend/hadoop/executionengine/physicalLayer/plans/PhyPlanVisitor.java:250:
 warning - @param argument "localRearrangeForIllustrate" is not a parameter 
name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/backend/hadoop/executionengine/physicalLayer/relationalOperators/POLocalRearrange.java:482:
 warning - @param argument "plans2" is not a parameter name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/impl/io/NullableBag.java:40:
 warning - @param argument "bytes" is not a parameter name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/impl/io/NullableTuple.java:40:
 warning - @param argument "bytes" is not a parameter name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/impl/logicalLayer/ExpressionOperator.java:141:
 warning - Tag @see: reference not found: 
org.apache.pig.impl.plan.LogicalOperator#clone()
  [javadoc]  Do not use the clone method directly. Operators are cloned when 
logical plans
  [javadoc]  are cloned using {...@link LogicalPlanCloner}
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/impl/logicalLayer/LogicalPlanCloneHelper.java:45:
 warning - @param argument "walker" is not a parameter name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/impl/logicalLayer/LogicalPlanCloneHelper.java:60:
 warning - @param argument "walker" is not a parameter name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/impl/logicalLayer/LOLoad.java:63:
 warning - @param argument "schemaFile" is not a parameter name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/impl/logicalLayer/schema/Schema.java:1578:
 warning - @param argument "schema" is not a parameter name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/impl/plan/OperatorPlan.java:189:
 warning - Tag @link: reference not found: insertBetween

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-714) javadoc throws warnings which needs to be fixed..

2009-03-11 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-714:
---

Description: 
[javadoc]   pig-trunk/src/org/apache/pig/PigException.java:311: warning - 
@param argument "msg" is not a parameter name.
  [javadoc] 
pig-trunk/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigOutputFormat.java:114:
 warning - Tag @see: can't find write(K, V) in 
org.apache.hadoop.mapred.RecordWriter
  [javadoc] 
pig-trunk/src/org/apache/pig/backend/hadoop/executionengine/physicalLayer/plans/PhyPlanVisitor.java:250:
 warning - @param argument "localRearrangeForIllustrate" is not a parameter 
name.
  [javadoc] 
pig-trunk/src/org/apache/pig/backend/hadoop/executionengine/physicalLayer/relationalOperators/POLocalRearrange.java:482:
 warning - @param argument "plans2" is not a parameter name.
  [javadoc] pig-trunk/src/org/apache/pig/impl/io/NullableBag.java:40: warning - 
@param argument "bytes" is not a parameter name.
  [javadoc] pig-trunk/src/org/apache/pig/impl/io/NullableTuple.java:40: warning 
- @param argument "bytes" is not a parameter name.
  [javadoc] 
pig-trunk/src/org/apache/pig/impl/logicalLayer/ExpressionOperator.java:141: 
warning - Tag @see: reference not found: 
org.apache.pig.impl.plan.LogicalOperator#clone()
  [javadoc]  Do not use the clone method directly. Operators are cloned when 
logical plans
  [javadoc]  are cloned using {...@link LogicalPlanCloner}
  [javadoc] 
pig-trunk/src/org/apache/pig/impl/logicalLayer/LogicalPlanCloneHelper.java:45: 
warning - @param argument "walker" is not a parameter name.
  [javadoc] 
pig-trunk/src/org/apache/pig/impl/logicalLayer/LogicalPlanCloneHelper.java:60: 
warning - @param argument "walker" is not a parameter name.
  [javadoc] pig-trunk/src/org/apache/pig/impl/logicalLayer/LOLoad.java:63: 
warning - @param argument "schemaFile" is not a parameter name.
  [javadoc] 
pig-trunk/src/org/apache/pig/impl/logicalLayer/schema/Schema.java:1578: warning 
- @param argument "schema" is not a parameter name.
  [javadoc] pig-trunk/src/org/apache/pig/impl/plan/OperatorPlan.java:189: 
warning - Tag @link: reference not found: insertBetween

  was:
[javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/PigException.java:311: 
warning - @param argument "msg" is not a parameter name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigOutputFormat.java:114:
 warning - Tag @see: can't find write(K, V) in 
org.apache.hadoop.mapred.RecordWriter
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/backend/hadoop/executionengine/physicalLayer/plans/PhyPlanVisitor.java:250:
 warning - @param argument "localRearrangeForIllustrate" is not a parameter 
name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/backend/hadoop/executionengine/physicalLayer/relationalOperators/POLocalRearrange.java:482:
 warning - @param argument "plans2" is not a parameter name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/impl/io/NullableBag.java:40:
 warning - @param argument "bytes" is not a parameter name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/impl/io/NullableTuple.java:40:
 warning - @param argument "bytes" is not a parameter name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/impl/logicalLayer/ExpressionOperator.java:141:
 warning - Tag @see: reference not found: 
org.apache.pig.impl.plan.LogicalOperator#clone()
  [javadoc]  Do not use the clone method directly. Operators are cloned when 
logical plans
  [javadoc]  are cloned using {...@link LogicalPlanCloner}
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/impl/logicalLayer/LogicalPlanCloneHelper.java:45:
 warning - @param argument "walker" is not a parameter name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/impl/logicalLayer/LogicalPlanCloneHelper.java:60:
 warning - @param argument "walker" is not a parameter name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/impl/logicalLayer/LOLoad.java:63:
 warning - @param argument "schemaFile" is not a parameter name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/impl/logicalLayer/schema/Schema.java:1578:
 warning - @param argument "schema" is not a parameter name.
  [javadoc] 
/home/gkesavan/pig-trunk-findbugs/src/org/apache/pig/impl/plan/OperatorPlan.java:189:
 warning - Tag @link: reference not found: insertBetween


> javadoc throws warnings which needs to be fixed..
> -
>
> Key: PIG-714
> URL: https://issues.apache.org/jira/browse/PIG-714
> Project: Pig
>  Issue Type: Bug
>Reporter: Giridharan Kesavan
>
> [javadoc]   pig-trunk/src/org/apache/pig/PigException.java:311: warning - 
> @param argument "msg" is not 

[jira] Created: (PIG-717) to make docs target portable b/w windows and unix flavours

2009-03-12 Thread Giridharan Kesavan (JIRA)
to make docs target portable b/w windows and unix flavours
--

 Key: PIG-717
 URL: https://issues.apache.org/jira/browse/PIG-717
 Project: Pig
  Issue Type: Improvement
  Components: build
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-717) to make docs target portable b/w windows and unix flavours

2009-03-12 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-717:
---

Attachment: PIG-717.patch

this patch make the docs target portable b/w windows and unix flavours.

> to make docs target portable b/w windows and unix flavours
> --
>
> Key: PIG-717
> URL: https://issues.apache.org/jira/browse/PIG-717
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-717.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-718) To add standard ant targets to build.xml file

2009-03-12 Thread Giridharan Kesavan (JIRA)
To add standard ant targets to build.xml file 
--

 Key: PIG-718
 URL: https://issues.apache.org/jira/browse/PIG-718
 Project: Pig
  Issue Type: Sub-task
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-718) To add standard ant targets to build.xml file

2009-03-13 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-718:
---

Attachment: PIG-718.patch

this patch adds ant targets to automate path testing

> To add standard ant targets to build.xml file 
> --
>
> Key: PIG-718
> URL: https://issues.apache.org/jira/browse/PIG-718
> Project: Pig
>  Issue Type: Sub-task
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-718.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-715) Remove 2 doc files: hello.pdf and overview.html

2009-03-13 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681936#action_12681936
 ] 

Giridharan Kesavan commented on PIG-715:


this overview.html is used by javadocs target to generate the api docs and it 
looks like javadoc target show error output.

[exec]   [javadoc] 
/home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/logicalLayer/schema/Schema.java:1578:
 warning - @param argument "schema" is not a parameter name.
[exec]   [javadoc] 
/home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/plan/OperatorPlan.java:189:
 warning - Tag @link: reference not found: insertBetween
[exec]   [javadoc] Building index for all the packages and classes...
[exec]   [javadoc] Building index for all classes...
[exec]   [javadoc] javadoc: error - Error while reading file 
/home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/docs/overview.html
[exec]   [javadoc] Generating 
/home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/build/docs/api/stylesheet.css...
[exec]   [javadoc] 1 error

> Remove 2 doc files: hello.pdf and overview.html
> ---
>
> Key: PIG-715
> URL: https://issues.apache.org/jira/browse/PIG-715
> Project: Pig
>  Issue Type: Bug
>  Components: documentation
>Reporter: Corinne Chandel
>Priority: Minor
>
> Please remove these 2 doc files. They don't belong with the Pig 2.0 
> documnetation and will cause confusion.
> (1) hello.pdf ... located in:
> trunk/src/docs/src/documentaiton/content/xdocs
> (2) overview.html ... located in:
> trunk/docs

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-716) skinconf.xml file - removed CC initials

2009-03-13 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-716:
---

Status: Patch Available  (was: Open)

> skinconf.xml file - removed CC initials
> ---
>
> Key: PIG-716
> URL: https://issues.apache.org/jira/browse/PIG-716
> Project: Pig
>  Issue Type: Task
>Reporter: Corinne Chandel
> Attachments: skinconf.patch
>
>
> Removed my initials (CC) from the skinconf.xml file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-716) skinconf.xml file - removed CC initials

2009-03-13 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-716:
---

Status: Open  (was: Patch Available)

Im resubmiting the path to hudson.. as the previous submit didnt go well..


> skinconf.xml file - removed CC initials
> ---
>
> Key: PIG-716
> URL: https://issues.apache.org/jira/browse/PIG-716
> Project: Pig
>  Issue Type: Task
>Reporter: Corinne Chandel
> Attachments: skinconf.patch
>
>
> Removed my initials (CC) from the skinconf.xml file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-715) Remove 2 doc files: hello.pdf and overview.html

2009-03-16 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682438#action_12682438
 ] 

Giridharan Kesavan commented on PIG-715:


I'm going to file a different jira and put this overview.html file in location 
exctly as hadoop does.
tnx


> Remove 2 doc files: hello.pdf and overview.html
> ---
>
> Key: PIG-715
> URL: https://issues.apache.org/jira/browse/PIG-715
> Project: Pig
>  Issue Type: Bug
>  Components: documentation
>Reporter: Corinne Chandel
>Priority: Minor
>
> Please remove these 2 doc files. They don't belong with the Pig 2.0 
> documnetation and will cause confusion.
> (1) hello.pdf ... located in:
> trunk/src/docs/src/documentaiton/content/xdocs
> (2) overview.html ... located in:
> trunk/docs

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-720) puttin in overview.html file to a more appropriate locaiton

2009-03-16 Thread Giridharan Kesavan (JIRA)
puttin in overview.html file to a more appropriate locaiton
---

 Key: PIG-720
 URL: https://issues.apache.org/jira/browse/PIG-720
 Project: Pig
  Issue Type: Bug
  Components: build
Reporter: Giridharan Kesavan


overview.html file will now get into src/overview.html as in hadoop.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-720) puttin in overview.html file to a more appropriate locaiton

2009-03-16 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-720:
---

Attachment: PIG-720.patch


here is the patch.. 

after applying the patch please do an 
svn rm doc

and then we can commit the code as we do it


> puttin in overview.html file to a more appropriate locaiton
> ---
>
> Key: PIG-720
> URL: https://issues.apache.org/jira/browse/PIG-720
> Project: Pig
>  Issue Type: Bug
>  Components: build
>Reporter: Giridharan Kesavan
> Attachments: PIG-720.patch
>
>
> overview.html file will now get into src/overview.html as in hadoop.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (PIG-720) puttin in overview.html file to a more appropriate locaiton

2009-03-16 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan reassigned PIG-720:
--

Assignee: Giridharan Kesavan

> puttin in overview.html file to a more appropriate locaiton
> ---
>
> Key: PIG-720
> URL: https://issues.apache.org/jira/browse/PIG-720
> Project: Pig
>  Issue Type: Bug
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-720.patch
>
>
> overview.html file will now get into src/overview.html as in hadoop.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-720) puttin in overview.html file to a more appropriate locaiton

2009-03-16 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-720:
---

Status: Patch Available  (was: Open)

> puttin in overview.html file to a more appropriate locaiton
> ---
>
> Key: PIG-720
> URL: https://issues.apache.org/jira/browse/PIG-720
> Project: Pig
>  Issue Type: Bug
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-720.patch
>
>
> overview.html file will now get into src/overview.html as in hadoop.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-720) puttin in overview.html file to a more appropriate locaiton

2009-03-16 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-720:
---

Status: Patch Available  (was: Open)

> puttin in overview.html file to a more appropriate locaiton
> ---
>
> Key: PIG-720
> URL: https://issues.apache.org/jira/browse/PIG-720
> Project: Pig
>  Issue Type: Bug
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-720.patch
>
>
> overview.html file will now get into src/overview.html as in hadoop.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-720) puttin in overview.html file to a more appropriate locaiton

2009-03-16 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-720:
---

Status: Open  (was: Patch Available)

> puttin in overview.html file to a more appropriate locaiton
> ---
>
> Key: PIG-720
> URL: https://issues.apache.org/jira/browse/PIG-720
> Project: Pig
>  Issue Type: Bug
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-720.patch
>
>
> overview.html file will now get into src/overview.html as in hadoop.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Issue Comment Edited: (PIG-720) puttin in overview.html file to a more appropriate locaiton

2009-03-16 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682458#action_12682458
 ] 

Giridharan Kesavan edited comment on PIG-720 at 3/16/09 6:27 PM:
-

here is the patch.. 

after applying the patch please do an 
svn rm docs

and then we can commit the code as we do it


  was (Author: gkesavan):

here is the patch.. 

after applying the patch please do an 
svn rm doc

and then we can commit the code as we do it

  
> puttin in overview.html file to a more appropriate locaiton
> ---
>
> Key: PIG-720
> URL: https://issues.apache.org/jira/browse/PIG-720
> Project: Pig
>  Issue Type: Bug
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-720.patch
>
>
> overview.html file will now get into src/overview.html as in hadoop.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-717) to make docs target portable b/w windows and unix flavours

2009-03-17 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-717:
---

Status: Patch Available  (was: Open)

> to make docs target portable b/w windows and unix flavours
> --
>
> Key: PIG-717
> URL: https://issues.apache.org/jira/browse/PIG-717
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-717.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-717) to make docs target portable b/w windows and unix flavours

2009-03-17 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-717:
---

Status: Patch Available  (was: Open)

> to make docs target portable b/w windows and unix flavours
> --
>
> Key: PIG-717
> URL: https://issues.apache.org/jira/browse/PIG-717
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-717.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-717) to make docs target portable b/w windows and unix flavours

2009-03-17 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-717:
---

Status: Open  (was: Patch Available)

> to make docs target portable b/w windows and unix flavours
> --
>
> Key: PIG-717
> URL: https://issues.apache.org/jira/browse/PIG-717
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-717.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-721) redirecting releaseaudit out to build/releaseaudit.txt file

2009-03-17 Thread Giridharan Kesavan (JIRA)
redirecting releaseaudit out to build/releaseaudit.txt file 


 Key: PIG-721
 URL: https://issues.apache.org/jira/browse/PIG-721
 Project: Pig
  Issue Type: Improvement
  Components: build
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-721) redirecting releaseaudit out to build/releaseaudit.txt file

2009-03-17 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-721:
---

Attachment: PIG-721.patch

This patch redirects releaseaudit outupt to 
build/test/releaseaudit/pig-releaseaudit-report.txt
tnx!

> redirecting releaseaudit out to build/releaseaudit.txt file 
> 
>
> Key: PIG-721
> URL: https://issues.apache.org/jira/browse/PIG-721
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-721.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-721) redirecting releaseaudit o/p to build/test/releaseaudit/pig-releaseaudit-report.txt

2009-03-17 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-721:
---

Summary: redirecting releaseaudit o/p to 
build/test/releaseaudit/pig-releaseaudit-report.txt   (was: redirecting 
releaseaudit out to build/releaseaudit.txt file )

> redirecting releaseaudit o/p to 
> build/test/releaseaudit/pig-releaseaudit-report.txt 
> 
>
> Key: PIG-721
> URL: https://issues.apache.org/jira/browse/PIG-721
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-721.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-722) javadoc target generates warnings which requires fix

2009-03-17 Thread Giridharan Kesavan (JIRA)
javadoc target generates warnings which requires fix


 Key: PIG-722
 URL: https://issues.apache.org/jira/browse/PIG-722
 Project: Pig
  Issue Type: Improvement
Reporter: Giridharan Kesavan


[exec]   [javadoc] javadoc: warning - Multiple sources of package comments 
found for package "org.apache.commons.logging"
[exec]   [javadoc] Standard Doclet version 1.6.0_11
[exec]   [javadoc] Building tree for all the packages and classes...
[exec]   [javadoc] 
/home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/PigException.java:311:
 warning - @param argument "msg" is not a parameter name.
[exec]   [javadoc] 
/home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigOutputFormat.java:114:
 warning - Tag @see: can't find write(K, V) in 
org.apache.hadoop.mapred.RecordWriter
[exec]   [javadoc] 
/home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/backend/hadoop/executionengine/physicalLayer/plans/PhyPlanVisitor.java:250:
 warning - @param argument "localRearrangeForIllustrate" is not a parameter 
name.
[exec]   [javadoc] 
/home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/backend/hadoop/executionengine/physicalLayer/relationalOperators/POLocalRearrange.java:482:
 warning - @param argument "plans2" is not a parameter name.
[exec]   [javadoc] 
/home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/io/NullableBag.java:40:
 warning - @param argument "bytes" is not a parameter name.
[exec]   [javadoc] 
/home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/io/NullableTuple.java:40:
 warning - @param argument "bytes" is not a parameter name.
[exec]   [javadoc] 
/home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/logicalLayer/ExpressionOperator.java:141:
 warning - Tag @see: reference not found: 
org.apache.pig.impl.plan.LogicalOperator#clone()
[exec]   [javadoc]  Do not use the clone method directly. Operators are cloned 
when logical plans
[exec]   [javadoc]  are cloned using {...@link LogicalPlanCloner}
[exec]   [javadoc] 
/home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/logicalLayer/LogicalPlanCloneHelper.java:45:
 warning - @param argument "walker" is not a parameter name.
[exec]   [javadoc] 
/home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/logicalLayer/LogicalPlanCloneHelper.java:60:
 warning - @param argument "walker" is not a parameter name.
[exec]   [javadoc] 
/home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/logicalLayer/LOLoad.java:63:
 warning - @param argument "schemaFile" is not a parameter name.
[exec]   [javadoc] 
/home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/logicalLayer/schema/Schema.java:1578:
 warning - @param argument "schema" is not a parameter name.
[exec]   [javadoc] 
/home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/plan/OperatorPlan.java:189:
 warning - Tag @link: reference not found: insertBetween
[exec]   [javadoc] Building index for all the packages and classes...
[exec]   [javadoc] Building index for all classes...
[exec]   [javadoc] Generating 
/home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/build/docs/api/stylesheet.css...
[exec]   [javadoc] 13 warnings



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-700) To automate the pig patch test process

2009-03-18 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683036#action_12683036
 ] 

Giridharan Kesavan commented on PIG-700:


test-patch.sh script resides in at 
http://svn.apache.org/repos/asf/hadoop/core/nightly/test-patch dir.

To get this pulled as part of pig trunk we may have to configure 
svn:externals.. 

Commands to configure svn externals for test-patch.sh script.. 

check out pig trunk
cd 
export EDITOR=vim
svn propedit svn:externals test
[ the above step will open up the vim editor type in the following line and 
save it]
bin http://svn.apache.org/respos/asf/hadoop/core/nightly/test-patch
svn commit

> To automate the pig patch test process
> --
>
> Key: PIG-700
> URL: https://issues.apache.org/jira/browse/PIG-700
> Project: Pig
>  Issue Type: New Feature
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-722) javadoc target generates warnings which requires fix

2009-03-18 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-722:
---

Issue Type: Sub-task  (was: Improvement)
Parent: PIG-700

> javadoc target generates warnings which requires fix
> 
>
> Key: PIG-722
> URL: https://issues.apache.org/jira/browse/PIG-722
> Project: Pig
>  Issue Type: Sub-task
>Reporter: Giridharan Kesavan
>
> [exec]   [javadoc] javadoc: warning - Multiple sources of package comments 
> found for package "org.apache.commons.logging"
> [exec]   [javadoc] Standard Doclet version 1.6.0_11
> [exec]   [javadoc] Building tree for all the packages and classes...
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/PigException.java:311:
>  warning - @param argument "msg" is not a parameter name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigOutputFormat.java:114:
>  warning - Tag @see: can't find write(K, V) in 
> org.apache.hadoop.mapred.RecordWriter
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/backend/hadoop/executionengine/physicalLayer/plans/PhyPlanVisitor.java:250:
>  warning - @param argument "localRearrangeForIllustrate" is not a parameter 
> name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/backend/hadoop/executionengine/physicalLayer/relationalOperators/POLocalRearrange.java:482:
>  warning - @param argument "plans2" is not a parameter name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/io/NullableBag.java:40:
>  warning - @param argument "bytes" is not a parameter name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/io/NullableTuple.java:40:
>  warning - @param argument "bytes" is not a parameter name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/logicalLayer/ExpressionOperator.java:141:
>  warning - Tag @see: reference not found: 
> org.apache.pig.impl.plan.LogicalOperator#clone()
> [exec]   [javadoc]  Do not use the clone method directly. Operators are 
> cloned when logical plans
> [exec]   [javadoc]  are cloned using {...@link LogicalPlanCloner}
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/logicalLayer/LogicalPlanCloneHelper.java:45:
>  warning - @param argument "walker" is not a parameter name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/logicalLayer/LogicalPlanCloneHelper.java:60:
>  warning - @param argument "walker" is not a parameter name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/logicalLayer/LOLoad.java:63:
>  warning - @param argument "schemaFile" is not a parameter name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/logicalLayer/schema/Schema.java:1578:
>  warning - @param argument "schema" is not a parameter name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/plan/OperatorPlan.java:189:
>  warning - Tag @link: reference not found: insertBetween
> [exec]   [javadoc] Building index for all the packages and classes...
> [exec]   [javadoc] Building index for all classes...
> [exec]   [javadoc] Generating 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/build/docs/api/stylesheet.css...
> [exec]   [javadoc] 13 warnings

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Issue Comment Edited: (PIG-700) To automate the pig patch test process

2009-03-18 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683036#action_12683036
 ] 

Giridharan Kesavan edited comment on PIG-700 at 3/18/09 11:01 AM:
--

test-patch.sh script resides in at 
http://svn.apache.org/repos/asf/hadoop/core/nightly/test-patch dir.

To get this pulled as part of pig trunk we may have to configure 
svn:externals.. 

Commands to configure svn externals for test-patch.sh script.. 

check out pig trunk
cd 
export EDITOR=vim
svn propedit svn:externals test
[ the above step will open up the vim editor type in the following line and 
save it]
bin http://svn.apache.org/repos/asf/hadoop/core/nightly/test-patch
svn commit

  was (Author: gkesavan):
test-patch.sh script resides in at 
http://svn.apache.org/repos/asf/hadoop/core/nightly/test-patch dir.

To get this pulled as part of pig trunk we may have to configure 
svn:externals.. 

Commands to configure svn externals for test-patch.sh script.. 

check out pig trunk
cd 
export EDITOR=vim
svn propedit svn:externals test
[ the above step will open up the vim editor type in the following line and 
save it]
bin http://svn.apache.org/respos/asf/hadoop/core/nightly/test-patch
svn commit
  
> To automate the pig patch test process
> --
>
> Key: PIG-700
> URL: https://issues.apache.org/jira/browse/PIG-700
> Project: Pig
>  Issue Type: New Feature
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-725) javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"

2009-03-18 Thread Giridharan Kesavan (JIRA)
javadoc: warning - Multiple sources of package comments found for package 
"org.apache.commons.logging"
--

 Key: PIG-725
 URL: https://issues.apache.org/jira/browse/PIG-725
 Project: Pig
  Issue Type: Improvement
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-725) javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"

2009-03-18 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-725:
---

Attachment: PIG-725.patch

This patch fixes the javadoc warning!
tnx!

> javadoc: warning - Multiple sources of package comments found for package 
> "org.apache.commons.logging"
> --
>
> Key: PIG-725
> URL: https://issues.apache.org/jira/browse/PIG-725
> Project: Pig
>  Issue Type: Improvement
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-725.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-722) javadoc target generates warnings which requires fix

2009-03-18 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683270#action_12683270
 ] 

Giridharan Kesavan commented on PIG-722:


I ve submitted PIG-725 which addresses this first javadoc warning "Multiple 
sources of package comments found for package "org.apache.commons.logging"
tnx

> javadoc target generates warnings which requires fix
> 
>
> Key: PIG-722
> URL: https://issues.apache.org/jira/browse/PIG-722
> Project: Pig
>  Issue Type: Sub-task
>Reporter: Giridharan Kesavan
> Attachments: PIG-722.patch
>
>
> [exec]   [javadoc] javadoc: warning - Multiple sources of package comments 
> found for package "org.apache.commons.logging"
> [exec]   [javadoc] Standard Doclet version 1.6.0_11
> [exec]   [javadoc] Building tree for all the packages and classes...
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/PigException.java:311:
>  warning - @param argument "msg" is not a parameter name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigOutputFormat.java:114:
>  warning - Tag @see: can't find write(K, V) in 
> org.apache.hadoop.mapred.RecordWriter
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/backend/hadoop/executionengine/physicalLayer/plans/PhyPlanVisitor.java:250:
>  warning - @param argument "localRearrangeForIllustrate" is not a parameter 
> name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/backend/hadoop/executionengine/physicalLayer/relationalOperators/POLocalRearrange.java:482:
>  warning - @param argument "plans2" is not a parameter name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/io/NullableBag.java:40:
>  warning - @param argument "bytes" is not a parameter name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/io/NullableTuple.java:40:
>  warning - @param argument "bytes" is not a parameter name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/logicalLayer/ExpressionOperator.java:141:
>  warning - Tag @see: reference not found: 
> org.apache.pig.impl.plan.LogicalOperator#clone()
> [exec]   [javadoc]  Do not use the clone method directly. Operators are 
> cloned when logical plans
> [exec]   [javadoc]  are cloned using {...@link LogicalPlanCloner}
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/logicalLayer/LogicalPlanCloneHelper.java:45:
>  warning - @param argument "walker" is not a parameter name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/logicalLayer/LogicalPlanCloneHelper.java:60:
>  warning - @param argument "walker" is not a parameter name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/logicalLayer/LOLoad.java:63:
>  warning - @param argument "schemaFile" is not a parameter name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/logicalLayer/schema/Schema.java:1578:
>  warning - @param argument "schema" is not a parameter name.
> [exec]   [javadoc] 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/src/org/apache/pig/impl/plan/OperatorPlan.java:189:
>  warning - Tag @link: reference not found: insertBetween
> [exec]   [javadoc] Building index for all the packages and classes...
> [exec]   [javadoc] Building index for all classes...
> [exec]   [javadoc] Generating 
> /home/hudson/hudson-slave/workspace/Pig-Patch-minerva.apache.org/trunk/build/docs/api/stylesheet.css...
> [exec]   [javadoc] 13 warnings

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-725) javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"

2009-03-19 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683518#action_12683518
 ] 

Giridharan Kesavan commented on PIG-725:


Nigel, could you please review this?

> javadoc: warning - Multiple sources of package comments found for package 
> "org.apache.commons.logging"
> --
>
> Key: PIG-725
> URL: https://issues.apache.org/jira/browse/PIG-725
> Project: Pig
>  Issue Type: Improvement
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-725.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-725) javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"

2009-03-19 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-725:
---

Status: Patch Available  (was: Open)

> javadoc: warning - Multiple sources of package comments found for package 
> "org.apache.commons.logging"
> --
>
> Key: PIG-725
> URL: https://issues.apache.org/jira/browse/PIG-725
> Project: Pig
>  Issue Type: Improvement
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-725.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-725) javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"

2009-03-19 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-725:
---

Attachment: PIG-725.patch

> javadoc: warning - Multiple sources of package comments found for package 
> "org.apache.commons.logging"
> --
>
> Key: PIG-725
> URL: https://issues.apache.org/jira/browse/PIG-725
> Project: Pig
>  Issue Type: Improvement
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-725.patch, PIG-725.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-717) to make docs target portable b/w windows and unix flavours

2009-03-28 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-717:
---

Status: Open  (was: Patch Available)

> to make docs target portable b/w windows and unix flavours
> --
>
> Key: PIG-717
> URL: https://issues.apache.org/jira/browse/PIG-717
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-717.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-717) to make docs target portable b/w windows and unix flavours

2009-03-28 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-717:
---

Status: Patch Available  (was: Open)

> to make docs target portable b/w windows and unix flavours
> --
>
> Key: PIG-717
> URL: https://issues.apache.org/jira/browse/PIG-717
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: PIG-717.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (PIG-743) to implement clover

2009-04-01 Thread Giridharan Kesavan (JIRA)
to implement clover
---

 Key: PIG-743
 URL: https://issues.apache.org/jira/browse/PIG-743
 Project: Pig
  Issue Type: Improvement
  Components: build
Reporter: Giridharan Kesavan




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (PIG-743) to implement clover

2009-04-01 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan reassigned PIG-743:
--

Assignee: Giridharan Kesavan

> to implement clover
> ---
>
> Key: PIG-743
> URL: https://issues.apache.org/jira/browse/PIG-743
> Project: Pig
>  Issue Type: Improvement
>  Components: build
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-733) Order by sampling dumps entire sample to hdfs which causes dfs "FileSystem closed" error on large input

2009-04-06 Thread Giridharan Kesavan (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696416#action_12696416
 ] 

Giridharan Kesavan commented on PIG-733:


I'm going to resubmit the patch to hudson .. 

> Order by sampling dumps entire sample to hdfs which causes dfs "FileSystem 
> closed" error on large input
> ---
>
> Key: PIG-733
> URL: https://issues.apache.org/jira/browse/PIG-733
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.2.0
>Reporter: Pradeep Kamath
>Assignee: Pradeep Kamath
> Fix For: 0.3.0
>
> Attachments: PIG-733-v2.patch, PIG-733.patch
>
>
> Order by has a sampling job which samples the input and creates a sorted list 
> of sample items. CUrrently the number of items sampled is 100 per map task. 
> So if the input is large resulting in many maps (say 50,000) the sample is 
> big. This sorted sample is stored on dfs. The WeightedRangePartitioner 
> computes quantile boundaries and weighted probabilities for repeating values 
> in each map by reading the samples file from DFS. In queries with many maps 
> (in the order of 50,000) the dfs read of the sample file fails with 
> "FileSystem closed" error. This seems to point to a dfs issue wherein a big 
> dfs file being read simultaneously by many dfs clients (in this case all 
> maps) causes the clients to be closed. However on the pig side, loading the 
> sample from each map in the final map reduce job and computing the quantile 
> boundaries and weighted probabilities is inefficient. We should do this 
> computation through a FindQuantiles udf in the same map reduce job which 
> produces the sorted samples. This way lesser data is written to dfs and in 
> the final map reduce job, the weightedRangePartitioner needs to just load the 
> computed information.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-733) Order by sampling dumps entire sample to hdfs which causes dfs "FileSystem closed" error on large input

2009-04-06 Thread Giridharan Kesavan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Giridharan Kesavan updated PIG-733:
---

Status: Patch Available  (was: Open)

> Order by sampling dumps entire sample to hdfs which causes dfs "FileSystem 
> closed" error on large input
> ---
>
> Key: PIG-733
> URL: https://issues.apache.org/jira/browse/PIG-733
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.2.0
>Reporter: Pradeep Kamath
>Assignee: Pradeep Kamath
> Fix For: 0.3.0
>
> Attachments: PIG-733-v2.patch, PIG-733.patch
>
>
> Order by has a sampling job which samples the input and creates a sorted list 
> of sample items. CUrrently the number of items sampled is 100 per map task. 
> So if the input is large resulting in many maps (say 50,000) the sample is 
> big. This sorted sample is stored on dfs. The WeightedRangePartitioner 
> computes quantile boundaries and weighted probabilities for repeating values 
> in each map by reading the samples file from DFS. In queries with many maps 
> (in the order of 50,000) the dfs read of the sample file fails with 
> "FileSystem closed" error. This seems to point to a dfs issue wherein a big 
> dfs file being read simultaneously by many dfs clients (in this case all 
> maps) causes the clients to be closed. However on the pig side, loading the 
> sample from each map in the final map reduce job and computing the quantile 
> boundaries and weighted probabilities is inefficient. We should do this 
> computation through a FindQuantiles udf in the same map reduce job which 
> produces the sorted samples. This way lesser data is written to dfs and in 
> the final map reduce job, the weightedRangePartitioner needs to just load the 
> computed information.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



  1   2   >