[
https://issues.apache.org/jira/browse/MAPREDUCE-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aaron Kimball updated MAPREDUCE-1146:
-------------------------------------
Attachment: MAPREDUCE-1146.3.patch
New patch that handles OS X as well. On most operating systems, the javac
compiler is exposed through {{tools.jar}} in the JDK's lib/ directory. In OS X,
this is rolled into the monolithic {{classes.jar}} that is already implicitly
on the classpath. This version of the patch checks {{${os.name}}} to see
whether it's on OS X or not. If so, it comments out the tools.jar classpath
entry, otherwise, it includes it. This is some unfortunately hairy ant-fu, but
I'm not sure if there's a cleaner way to do it.
> Sqoop dependencies break Ecpilse build on Linux
> -----------------------------------------------
>
> Key: MAPREDUCE-1146
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1146
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: contrib/sqoop
> Environment: Linux, Sun JDK6
> Reporter: Konstantin Boudnik
> Assignee: Aaron Kimball
> Attachments: MAPREDUCE-1146.2.patch, MAPREDUCE-1146.3.patch,
> MAPREDUCE-1146.patch
>
>
> Under Linux there's the error in the Eclipse "Problems" view:
> {noformat}
> - "com.sun.tools cannot be resolved" at line 166 of
> org.apache.hadoop.sqoop.orm.CompilationManager
> {noformat}
> The problem doesn't appear on MacOS though
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.