[ 
https://issues.apache.org/jira/browse/HDDS-2370?focusedWorklogId=339817&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-339817
 ]

ASF GitHub Bot logged work on HDDS-2370:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Nov/19 09:22
            Start Date: 07/Nov/19 09:22
    Worklog Time Spent: 10m 
      Work Description: elek commented on pull request #105: HDDS-2370.Support 
HddsDatanodeService run as DataNode Plugin
URL: https://github.com/apache/hadoop-ozone/pull/105
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 339817)
    Time Spent: 20m  (was: 10m)

> Support Ozone HddsDatanodeService run as plugin with HDFS Datanode
> ------------------------------------------------------------------
>
>                 Key: HDDS-2370
>                 URL: https://issues.apache.org/jira/browse/HDDS-2370
>             Project: Hadoop Distributed Data Store
>          Issue Type: Task
>          Components: documentation
>            Reporter: luhuachao
>            Assignee: luhuachao
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.5.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> In RunningWithHDFS.md 
> {code:java}
> export 
> HADOOP_CLASSPATH=/opt/ozone/share/hadoop/ozoneplugin/hadoop-ozone-datanode-plugin.jar{code}
> ozone-hdfs/docker-compose.yaml
>  
> {code:java}
>       environment:
>          HADOOP_CLASSPATH: /opt/ozone/share/hadoop/ozoneplugin/*.jar
> {code}
> when i run hddsdatanodeservice as pulgin in hdfs datanode, it comes out with 
> the error below , there is no constructor without parameter.
>  
>  
> {code:java}
> 2019-10-21 21:38:56,391 ERROR datanode.DataNode 
> (DataNode.java:startPlugins(972)) - Unable to load DataNode plugins. 
> Specified list of plugins: org.apache.hadoop.ozone.HddsDatanodeService
> java.lang.RuntimeException: java.lang.NoSuchMethodException: 
> org.apache.hadoop.ozone.HddsDatanodeService.<init>()
> {code}
> what i doubt is that, ozone-0.5 not support running as a plugin in hdfs 
> datanode now ? if so, 
> why donnot  we remove doc RunningWithHDFS.md ? 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to