[jira] Reopened: (MAPREDUCE-521) After JobTracker restart Capacity Schduler does not schedules pending tasks from already running tasks.

2010-03-25 Thread Vinod K V (JIRA)

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

Vinod K V reopened MAPREDUCE-521:
-


> After JobTracker restart  Capacity Schduler does not schedules pending tasks 
> from already running tasks.
> 
>
> Key: MAPREDUCE-521
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-521
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Reporter: Karam Singh
>Assignee: rahul k singh
> Attachments: hadoop-5739-20-alt.patch, hadoop-5739-3.patch, 
> hadoop-5739-4.patch, hadoop-5739-5.patch, hadoop-5739-6-Version20.patch, 
> hadoop-5739-6.patch, hadoop-5739-7.patch, hadoop-5739-latest.patch, 
> hadoop-5739.patch, hadoop-5739.patch
>
>
> After JobTracker restart  Capacity Schduler does not schedules pending task 
> from already running tasks.

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



[jira] Resolved: (MAPREDUCE-521) After JobTracker restart Capacity Schduler does not schedules pending tasks from already running tasks.

2010-03-25 Thread Vinod K V (JIRA)

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

Vinod K V resolved MAPREDUCE-521.
-

Resolution: Duplicate

Setting correct resolution status.

> After JobTracker restart  Capacity Schduler does not schedules pending tasks 
> from already running tasks.
> 
>
> Key: MAPREDUCE-521
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-521
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Reporter: Karam Singh
>Assignee: rahul k singh
> Attachments: hadoop-5739-20-alt.patch, hadoop-5739-3.patch, 
> hadoop-5739-4.patch, hadoop-5739-5.patch, hadoop-5739-6-Version20.patch, 
> hadoop-5739-6.patch, hadoop-5739-7.patch, hadoop-5739-latest.patch, 
> hadoop-5739.patch, hadoop-5739.patch
>
>
> After JobTracker restart  Capacity Schduler does not schedules pending task 
> from already running tasks.

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



[jira] Updated: (MAPREDUCE-1614) TestDFSIO should allow to configure output directory

2010-03-25 Thread Konstantin Boudnik (JIRA)

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

Konstantin Boudnik updated MAPREDUCE-1614:
--

Issue Type: Bug  (was: Improvement)

I have ran TestDFSIO on 0.20 secured cluster and used -Dtest.build.data to some 
place on HDFS. TestDFSIO failed because it couldn't create {{/benchmarks}} 
directory.
Therefore I am changing this JIRA from 'Improvement' to 'Bug'

> TestDFSIO should allow to configure output directory
> 
>
> Key: MAPREDUCE-1614
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1614
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: benchmarks
>Affects Versions: 0.20.2
>Reporter: Konstantin Boudnik
>
> TestDFSIO has a hardcoded location for its files to be written and read to or 
> from. This location is /benchmarks. However, it might pose a problem if HDFS 
> '/' doesn't allow anyone to write into it. It'd be convenient to have a 
> command line option to specify an alternative location on demand.

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



[jira] Created: (MAPREDUCE-1634) add input and output formats for Avro value wrappers

2010-03-25 Thread Doug Cutting (JIRA)
add input and output formats for Avro value wrappers


 Key: MAPREDUCE-1634
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1634
 Project: Hadoop Map/Reduce
  Issue Type: New Feature
  Components: client
Reporter: Doug Cutting
 Fix For: 0.22.0


HADOOP-6660 proposes adding an AvroValue wrapper for Avro data.  We should add 
InputFormat and OutputFormat implementations for Avro data files that use this.

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



[jira] Created: (MAPREDUCE-1633) ACLs documentation must talk about wildcards

2010-03-25 Thread Hemanth Yamijala (JIRA)
ACLs documentation must talk about wildcards


 Key: MAPREDUCE-1633
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1633
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: documentation
Reporter: Hemanth Yamijala


Currently the Forrest documentation about queue ACLs is not talking about 
wildcards - the value that states that all users are allowed for an operation 
in a queue. This should be documented.

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



[jira] Updated: (MAPREDUCE-1627) HadoopArchives should not uses DistCp method

2010-03-25 Thread Tsz Wo (Nicholas), SZE (JIRA)

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

Tsz Wo (Nicholas), SZE updated MAPREDUCE-1627:
--

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

I have committed this.

> HadoopArchives should not uses DistCp method
> 
>
> Key: MAPREDUCE-1627
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1627
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: harchive
>Reporter: Tsz Wo (Nicholas), SZE
>Assignee: Tsz Wo (Nicholas), SZE
>Priority: Minor
> Fix For: 0.22.0
>
> Attachments: m1627_20100324.patch, m1627_20100324b.patch
>
>
> {code}
> //line 502.
>   final String randomId = DistCp.getRandomId();
> {code}
> If HadoopArchives does not use the DistCp method, it could be packaged as a 
> standalone tool.

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



[jira] Updated: (MAPREDUCE-1592) Generate Eclipse's .classpath file from Ivy config

2010-03-25 Thread Paolo Castagna (JIRA)

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

Paolo Castagna updated MAPREDUCE-1592:
--

Status: Patch Available  (was: Open)

> Generate Eclipse's .classpath file from Ivy config
> --
>
> Key: MAPREDUCE-1592
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1592
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: build
>Reporter: Tom White
>Assignee: Tom White
> Attachments: MAPREDUCE-1592.patch
>
>
> MapReduce companion issue for HADOOP-6407.

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



[jira] Commented: (MAPREDUCE-1627) HadoopArchives should not uses DistCp method

2010-03-25 Thread Tsz Wo (Nicholas), SZE (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849744#action_12849744
 ] 

Tsz Wo (Nicholas), SZE commented on MAPREDUCE-1627:
---

I did not add any new test since this is a trivial change.

> HadoopArchives should not uses DistCp method
> 
>
> Key: MAPREDUCE-1627
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1627
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: harchive
>Reporter: Tsz Wo (Nicholas), SZE
>Assignee: Tsz Wo (Nicholas), SZE
>Priority: Minor
> Fix For: 0.22.0
>
> Attachments: m1627_20100324.patch, m1627_20100324b.patch
>
>
> {code}
> //line 502.
>   final String randomId = DistCp.getRandomId();
> {code}
> If HadoopArchives does not use the DistCp method, it could be packaged as a 
> standalone tool.

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



[jira] Created: (MAPREDUCE-1632) TestHadoopArchives fails on trunk

2010-03-25 Thread Amareshwari Sriramadasu (JIRA)
TestHadoopArchives fails on trunk
-

 Key: MAPREDUCE-1632
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1632
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: harchive, test
Affects Versions: 0.22.0
Reporter: Amareshwari Sriramadasu
 Fix For: 0.22.0


Here is the test report:
org.apache.hadoop.tools.TestHadoopArchives.testPathWithSpaces  (from 
TestHadoopArchives)
Failing for the past 7 builds (Since Failed#48 )
Took 25 sec.

Error Message:

expected:<[/a, /b, /c, /c_c, /sub_1, /sub_1/file, /sub_1/file_x_y_z, /sub_1/x, 
/sub_1/y, /sub_1/z, /sub_2]> but was:<[]>

Stacktrace:

junit.framework.AssertionFailedError: expected:<[/a, /b, /c, /c_c, /sub_1, 
/sub_1/file, /sub_1/file_x_y_z, /sub_1/x, /sub_1/y, /sub_1/z, /sub_2]> but 
was:<[]>
at 
org.apache.hadoop.tools.TestHadoopArchives.testPathWithSpaces(TestHadoopArchives.java:158)

Full log for the Failure is @ 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/54/testReport/org.apache.hadoop.tools/TestHadoopArchives/testPathWithSpaces/
 

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



[jira] Commented: (MAPREDUCE-1618) JobStatus.getJobAcls() and setJobAcls should have javadoc

2010-03-25 Thread Amareshwari Sriramadasu (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849707#action_12849707
 ] 

Amareshwari Sriramadasu commented on MAPREDUCE-1618:


Test failure are unrelated. Patch just adds javadoc.

> JobStatus.getJobAcls() and setJobAcls should have javadoc
> -
>
> Key: MAPREDUCE-1618
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1618
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 0.22.0
>Reporter: Amareshwari Sriramadasu
>Priority: Trivial
> Fix For: 0.22.0
>
> Attachments: patch-1618.txt
>
>
> org.apache.hadoop.mapreduce.JobStatus.getJobAcls() and setJobAcls are added 
> in MAPREDUCE-1307. They should have javadoc.

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



[jira] Commented: (MAPREDUCE-889) binary communication formats added to Streaming by HADOOP-1722 should be documented

2010-03-25 Thread Amareshwari Sriramadasu (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849704#action_12849704
 ] 

Amareshwari Sriramadasu commented on MAPREDUCE-889:
---

I ran ant docs with the patch; and it was successful.

> binary communication formats added to Streaming by HADOOP-1722 should be 
> documented
> ---
>
> Key: MAPREDUCE-889
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-889
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: documentation
>Reporter: Amareshwari Sriramadasu
>Assignee: Klaas Bosteels
>Priority: Blocker
> Fix For: 0.21.0
>
> Attachments: MAPREDUCE-889.patch, MAPREDUCE-889.patch
>
>
> binary communication formats added to Streaming by HADOOP-1722 should be 
> documented in forrest

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



[jira] Commented: (MAPREDUCE-889) binary communication formats added to Streaming by HADOOP-1722 should be documented

2010-03-25 Thread Amareshwari Sriramadasu (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849699#action_12849699
 ] 

Amareshwari Sriramadasu commented on MAPREDUCE-889:
---

Sorry I missed the last update. Thanks Klaas for updating the patch. Changes 
look fine to me.

> binary communication formats added to Streaming by HADOOP-1722 should be 
> documented
> ---
>
> Key: MAPREDUCE-889
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-889
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: documentation
>Reporter: Amareshwari Sriramadasu
>Assignee: Klaas Bosteels
>Priority: Blocker
> Fix For: 0.21.0
>
> Attachments: MAPREDUCE-889.patch, MAPREDUCE-889.patch
>
>
> binary communication formats added to Streaming by HADOOP-1722 should be 
> documented in forrest

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



[jira] Created: (MAPREDUCE-1631) hadoop-mapreduce-trunk build has broken because fo build issue.

2010-03-25 Thread Iyappan Srinivasan (JIRA)
hadoop-mapreduce-trunk build has broken because fo build issue.
---

 Key: MAPREDUCE-1631
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1631
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: build
Affects Versions: 0.22.0
Reporter: Iyappan Srinivasan



http://hudson.zones.apache.org/hudson/view/Hadoop/job/Hadoop-Mapreduce-trunk/269/console

ERROR: Publisher hudson.tasks.JavadocArchiver aborted due to exception
java.io.IOException: Broken pipe
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:260)
at 
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.write(BufferedOutputStream.java:109)
at 
java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1838)
at 
java.io.ObjectOutputStream$BlockDataOutputStream.writeByte(ObjectOutputStream.java:1876)
at 
java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1537)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:329)
at hudson.remoting.Channel.send(Channel.java:417)
at hudson.remoting.Request.call(Request.java:105)
at hudson.remoting.Channel.call(Channel.java:551)
at hudson.EnvVars.getRemote(EnvVars.java:196)
at hudson.model.Computer.getEnvironment(Computer.java:728)
at hudson.model.Run.getEnvironment(Run.java:1601)
at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:663)
at hudson.tasks.JavadocArchiver.perform(JavadocArchiver.java:92)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at 
hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:582)
at 
hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:563)
at 
hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:550)
at hudson.model.Build$RunnerImpl.post2(Build.java:152)
at 
hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:528)
at hudson.model.Run.run(Run.java:1221)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:122)



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



[jira] Commented: (MAPREDUCE-1623) Apply audience and stability annotations to classes in mapred package

2010-03-25 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849673#action_12849673
 ] 

Hadoop QA commented on MAPREDUCE-1623:
--

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12439732/MAPREDUCE-1623.patch
  against trunk revision 927187.

+1 @author.  The patch does not contain any @author tags.

+0 tests included.  The patch appears to be a documentation patch that 
doesn't require tests.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

+1 core tests.  The patch passed core unit tests.

+1 contrib tests.  The patch passed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/59/testReport/
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/59/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/59/artifact/trunk/build/test/checkstyle-errors.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/59/console

This message is automatically generated.

> Apply audience and stability annotations to classes in mapred package
> -
>
> Key: MAPREDUCE-1623
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1623
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Tom White
>Assignee: Tom White
> Attachments: MAPREDUCE-1623.patch
>
>
> There are lots of implementation classes in org.apache.hadoop.mapred which 
> makes it difficult to see the user-level MapReduce API classes in the 
> Javadoc. (See 
> http://hadoop.apache.org/common/docs/r0.20.2/api/org/apache/hadoop/mapred/package-summary.html
>  for example.) By marking these implementation classes with the 
> InterfaceAudience.Private annotation we can exclude them from user Javadoc 
> (using HADOOP-6658).
> Later work will move the implementation classes into o.a.h.mapreduce.server 
> and related packages (see MAPREDUCE-561), but applying the annotations is a 
> good first step. 

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



[jira] Updated: (MAPREDUCE-889) binary communication formats added to Streaming by HADOOP-1722 should be documented

2010-03-25 Thread Klaas Bosteels (JIRA)

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

Klaas Bosteels updated MAPREDUCE-889:
-

Status: Patch Available  (was: Open)

Looks like there are no more comments, so I'm going to send this through 
hudson...

> binary communication formats added to Streaming by HADOOP-1722 should be 
> documented
> ---
>
> Key: MAPREDUCE-889
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-889
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: documentation
>Reporter: Amareshwari Sriramadasu
>Assignee: Klaas Bosteels
>Priority: Blocker
> Fix For: 0.21.0
>
> Attachments: MAPREDUCE-889.patch, MAPREDUCE-889.patch
>
>
> binary communication formats added to Streaming by HADOOP-1722 should be 
> documented in forrest

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



[jira] Commented: (MAPREDUCE-1619) Eclipse .classpath file should be generated from Ivy files to avoid duplicating dependencies

2010-03-25 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849611#action_12849611
 ] 

Hadoop QA commented on MAPREDUCE-1619:
--

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12439724/MAPREDUCE-1619.patch
  against trunk revision 927187.

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 13 new or modified tests.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

+1 core tests.  The patch passed core unit tests.

+1 contrib tests.  The patch passed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/58/testReport/
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/58/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/58/artifact/trunk/build/test/checkstyle-errors.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/58/console

This message is automatically generated.

> Eclipse .classpath file should be generated from Ivy files to avoid 
> duplicating dependencies
> 
>
> Key: MAPREDUCE-1619
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1619
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 0.20.3
>Reporter: Paolo Castagna
>Assignee: Paolo Castagna
>Priority: Trivial
> Fix For: 0.21.0
>
> Attachments: MAPREDUCE-1619.patch
>
>
> Using Ant-Eclipse (http://sourceforge.net/projects/ant-eclipse/) it's 
> possible to generate Eclipse files from Ivy files, this avoids unnecessary 
> duplication of dependencies information.
> See: HADOOP-6407

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



[jira] Updated: (MAPREDUCE-1592) Generate Eclipse's .classpath file from Ivy config

2010-03-25 Thread Paolo Castagna (JIRA)

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

Paolo Castagna updated MAPREDUCE-1592:
--

Attachment: MAPREDUCE-1592.patch

> Generate Eclipse's .classpath file from Ivy config
> --
>
> Key: MAPREDUCE-1592
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1592
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: build
>Reporter: Tom White
>Assignee: Tom White
> Attachments: MAPREDUCE-1592.patch
>
>
> MapReduce companion issue for HADOOP-6407.

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



[jira] Resolved: (MAPREDUCE-1619) Eclipse .classpath file should be generated from Ivy files to avoid duplicating dependencies

2010-03-25 Thread Paolo Castagna (JIRA)

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

Paolo Castagna resolved MAPREDUCE-1619.
---

Resolution: Duplicate

> Eclipse .classpath file should be generated from Ivy files to avoid 
> duplicating dependencies
> 
>
> Key: MAPREDUCE-1619
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1619
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 0.20.3
>Reporter: Paolo Castagna
>Assignee: Paolo Castagna
>Priority: Trivial
> Fix For: 0.21.0
>
> Attachments: MAPREDUCE-1619.patch
>
>
> Using Ant-Eclipse (http://sourceforge.net/projects/ant-eclipse/) it's 
> possible to generate Eclipse files from Ivy files, this avoids unnecessary 
> duplication of dependencies information.
> See: HADOOP-6407

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



[jira] Commented: (MAPREDUCE-1592) Generate Eclipse's .classpath file from Ivy config

2010-03-25 Thread Paolo Castagna (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849602#action_12849602
 ] 

Paolo Castagna commented on MAPREDUCE-1592:
---

The new patch does not copy .launch scripts, but it does not address the 
problem with the 15 contrib modules.

> Generate Eclipse's .classpath file from Ivy config
> --
>
> Key: MAPREDUCE-1592
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1592
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: build
>Reporter: Tom White
>Assignee: Tom White
>
> MapReduce companion issue for HADOOP-6407.

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



[jira] Updated: (MAPREDUCE-1619) Eclipse .classpath file should be generated from Ivy files to avoid duplicating dependencies

2010-03-25 Thread Paolo Castagna (JIRA)

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

Paolo Castagna updated MAPREDUCE-1619:
--

Status: Open  (was: Patch Available)

> Eclipse .classpath file should be generated from Ivy files to avoid 
> duplicating dependencies
> 
>
> Key: MAPREDUCE-1619
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1619
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 0.20.3
>Reporter: Paolo Castagna
>Assignee: Paolo Castagna
>Priority: Trivial
> Fix For: 0.21.0
>
> Attachments: MAPREDUCE-1619.patch
>
>
> Using Ant-Eclipse (http://sourceforge.net/projects/ant-eclipse/) it's 
> possible to generate Eclipse files from Ivy files, this avoids unnecessary 
> duplication of dependencies information.
> See: HADOOP-6407

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



[jira] Commented: (MAPREDUCE-1592) Generate Eclipse's .classpath file from Ivy config

2010-03-25 Thread Paolo Castagna (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849600#action_12849600
 ] 

Paolo Castagna commented on MAPREDUCE-1592:
---

>From duplicate issue MAPREDUCE-1619:

bq. We should include source paths for the Java source (including tests) for 
each contrib module.

I followed the approach in HADOOP-6407 which does not include contrib modules.
There are 15 contrib modules and I do not see an easy way to automate this.

bq. I don't think the copy task is needed in the new eclipse target.

I left it there to copy .launch scripts, but it can be removed if you think 
it's better.

> Generate Eclipse's .classpath file from Ivy config
> --
>
> Key: MAPREDUCE-1592
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1592
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: build
>Reporter: Tom White
>Assignee: Tom White
>
> MapReduce companion issue for HADOOP-6407.

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