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

Adam Berry commented on HDT-15:
-------------------------------

So yes, building this using pom-first would be correct, and I'd been looking at 
it, but thanks to the reactor issue, this is a slightly larger issue.

Plus, I don't see anyway of doing this and not forcing maven/m2eclipse on 
everyone who wants to work with the source for the hdt plugins. Now that may 
well be unavoidable, but I'd like to see if there is some way around it.
                
> 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