[
https://issues.apache.org/jira/browse/HADOOP-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612668#action_12612668
]
Mahadev konar commented on HADOOP-3743:
---------------------------------------
The problem seems to be that
1) Runjar does nto implement tools.
2) also if runjar implements tools then the parsing done by the generic
opptions parser will be lost when a user does new JobConf() --(unless the user
implements his/hers job as a Tools which breaks backwards compatibility and
would break all the user applications). The problem seems to be that the
libjars and other parsed options needs to be available to the jobclient when
jobclient.runJob() is inovoked.
I do not have any suggestions right now. I will update the jira if I have any
suggestions regarding this.
> -libjars, -files and -archives options do not work with 0.18
> ------------------------------------------------------------
>
> Key: HADOOP-3743
> URL: https://issues.apache.org/jira/browse/HADOOP-3743
> Project: Hadoop Core
> Issue Type: Bug
> Affects Versions: 0.17.0
> Reporter: Mahadev konar
> Assignee: Devaraj Das
> Priority: Blocker
> Fix For: 0.18.0
>
>
> I am not sure how to get -libjars and -files working with 0.18. I tried all
> the options but cannot get it runnning. I am filing this as a blocker until
> we find out that its not broken. -- in that case we need to update the docs
> with an example to say how it works.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.