You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Nandakumar (JIRA)" <ji...@apache.org> on 2017/07/11 18:07:00 UTC

[jira] [Created] (HDFS-12123) Ozone: OzoneClient: Abstraction of OzoneClient and default implementation

Nandakumar created HDFS-12123:
---------------------------------

             Summary: Ozone: OzoneClient: Abstraction of OzoneClient and default implementation
                 Key: HDFS-12123
                 URL: https://issues.apache.org/jira/browse/HDFS-12123
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: ozone
            Reporter: Nandakumar
            Assignee: Nandakumar


{{OzoneClient}} interface defines all the client operations supported by Ozone. 
{{OzoneClientImpl}} will have the default implementation, it should connects to KSM, SCM and DataNode through RPC to execute client calls.
Similarly we should have a client implementation which implements {{OzoneClient}} and uses REST protocol to execute client calls.
This will provide lots of flexibility to Ozone applications, when applications are running inside the cluster, they can use RPC protocol, but when running from outside the cluster, the same applications can speak REST protocol to communicate with Ozone.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org