[jira] [Reopened] (HADOOP-13410) RunJar adds the content of the jar twice to the classpath

2016-09-15 Thread Sangjin Lee (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-13410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sangjin Lee reopened HADOOP-13410: -- The commit has been reverted. It turns out that MR {{JobConf.setJarByClass()}} (by using

Re: HADOOP-13410

2016-08-09 Thread Sangjin Lee
m the community (especially those who might >> > remember this) on HADOOP-13410: >> > https://issues.apache.org/jira/browse/HADOOP-13410 >> > >> > It appears that Hadoop's RunJar adds the original jar to the app's >> > classpath even though

Re: HADOOP-13410

2016-08-09 Thread Sangjin Lee
n Tue, Aug 9, 2016 at 11:00 AM, Sangjin Lee wrote: > > I'd like to get feedback from the community (especially those who might > > remember this) on HADOOP-13410: > > https://issues.apache.org/jira/browse/HADOOP-13410 > > > > It appears that Hadoop's RunJar

Re: HADOOP-13410

2016-08-09 Thread Sean Busbey
ServiceLoader API stuff won't load out of the unpacked version, right? On Tue, Aug 9, 2016 at 11:00 AM, Sangjin Lee wrote: > I'd like to get feedback from the community (especially those who might > remember this) on HADOOP-13410: > https://issues.apache.org/jira/browse/

HADOOP-13410

2016-08-09 Thread Sangjin Lee
I'd like to get feedback from the community (especially those who might remember this) on HADOOP-13410: https://issues.apache.org/jira/browse/HADOOP-13410 It appears that Hadoop's RunJar adds the original jar to the app's classpath even though the unjarred contents of the jar are i

[jira] [Created] (HADOOP-13410) RunJar adds the content of the jar twice to the classpath

2016-07-22 Thread Sangjin Lee (JIRA)
Sangjin Lee created HADOOP-13410: Summary: RunJar adds the content of the jar twice to the classpath Key: HADOOP-13410 URL: https://issues.apache.org/jira/browse/HADOOP-13410 Project: Hadoop Common