[ 
https://issues.apache.org/jira/browse/HADOOP-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487917
 ] 

Michael Bieniosek commented on HADOOP-1114:
-------------------------------------------

We have a separate mechanism to distribute generic software; this is what we 
currently use to distribute jar dependencies.  Currently our hadoop jars also 
depend on non-java code which can't be distributed via jar.  So we could 
package all our java code into a single jar (we would just need to write a 
combine-jar tool).  But this wouldn't solve our problem, because some of our 
code wouldn't go in the jar and would still have to be distributed through a 
different mechanism.  I'd rather be supporting one software distribution system 
than two.


> bin/hadoop script clobbers CLASSPATH
> ------------------------------------
>
>                 Key: HADOOP-1114
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1114
>             Project: Hadoop
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.12.0
>            Reporter: Michael Bieniosek
>            Priority: Minor
>             Fix For: 0.13.0
>
>         Attachments: hadoop-no-clobber-classpath.patch
>
>
> The bin/hadoop script distributed with hadoop clobbers the user's CLASSPATH.  
> This prevents ad-hoc appending to the CLASSPATH.

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

Reply via email to