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

Nanda kumar commented on HDDS-222:
----------------------------------

[~anu] & [~elek], the acceptance test is failing for me as well.
I also tried to deploy a pseudo-distributed cluster with this patch, got the 
below error while starting scm
{noformat}
apache/ozone-0.2.1-SNAPSHOT> bin/ozone scm
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/hadoop/hdfs/DFSUtil
        at 
org.apache.hadoop.hdds.scm.server.StorageContainerManager.main(StorageContainerManager.java:275)
Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.hdfs.DFSUtil
        at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 1 more
{noformat}
It looks like the classpath is not properly set or we are not properly copying 
the required jar files.



> Remove hdfs command line from ozone distrubution.
> -------------------------------------------------
>
>                 Key: HDDS-222
>                 URL: https://issues.apache.org/jira/browse/HDDS-222
>             Project: Hadoop Distributed Data Store
>          Issue Type: Sub-task
>            Reporter: Elek, Marton
>            Assignee: Elek, Marton
>            Priority: Major
>              Labels: newbie
>             Fix For: 0.2.1
>
>         Attachments: HDDS-222.001.patch
>
>
> As the ozone release artifact doesn't contain a stable namenode/datanode code 
> the hdfs command should be removed from the ozone artifact.
> ozone-dist-layout-stitching also could be simplified to copy only the 
> required jar files (we don't need to copy the namenode/datanode server side 
> jars, just the common artifacts



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to