[ 
https://issues.apache.org/jira/browse/HDT-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13607256#comment-13607256
 ] 

Rahul Sharma commented on HDT-15:
---------------------------------

I would like these dependencies to come from maven. There is a way in Tycho to 
do this, here is the link for the same 
http://wiki.eclipse.org/Tycho/How_Tos/Dependency_on_pom-first_artifacts. But as 
per the docs this may not be possible in the same maven rector build, so we may 
end up creating few profiles.

I am not sure on how all of this can be done but I can spend some time to look 
into this if the issue needs to fixed in this direction. 
                
> Runtime dependencies not satisfied
> ----------------------------------
>
>                 Key: HDT-15
>                 URL: https://issues.apache.org/jira/browse/HDT-15
>             Project: Hadoop Development Tools
>          Issue Type: Bug
>            Reporter: Bob Kerns
>            Assignee: Adam Berry
>         Attachments: HDT-15.patch
>
>
> When trying to open a cluster, it gets the error below. I presume there are 
> more necessary jars we're not providing as well.
> java.lang.NoClassDefFoundError: org/codehaus/jackson/map/JsonMappingException
>       at 
> org.apache.hdt.core.cluster.HadoopCluster.getJobClient(HadoopCluster.java:484)
>       at 
> org.apache.hdt.core.cluster.HadoopCluster$LocationStatusUpdater.run(HadoopCluster.java:107)
>       at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: java.lang.ClassNotFoundException: 
> org.codehaus.jackson.map.JsonMappingException
>       at 
> org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
>       at 
> org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
>       at 
> org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
>       at 
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
>       at java.lang.ClassLoader.loadClass(Unknown Source)
>       ... 3 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to