[ https://issues.apache.org/jira/browse/HADOOP-8095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chris Trezzo resolved HADOOP-8095. ---------------------------------- Resolution: Won't Fix Resolving this jira as it is very old and this issue has been fixed in later versions of hadoop. > -libjars option does not accept multiple jar files > -------------------------------------------------- > > Key: HADOOP-8095 > URL: https://issues.apache.org/jira/browse/HADOOP-8095 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 0.20.203.0 > Environment: Linux > Reporter: Andy Doddington > > Using the hadoop 'jar' command as an example, the following works fine: > hadoop jar <jarfile0> <main-class> -libjars <jarfile1> > However, adding a second jar file (as shown below) causes > ClassNotFoundExceptions, on classes that exist in jarfile1: > hadoop jar <jarfile0> <main-class> -libjars <jarfile1>,<jarfile2> > I have tried putting the lib jars arguments inside a quoted string, but this > gives the same results. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org