[jira] [Updated] (HDDS-45) Removal of old OzoneRestClient

2018-05-24 Thread Mukul Kumar Singh (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDDS-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mukul Kumar Singh updated HDDS-45:
--
Resolution: Fixed
Status: Resolved  (was: Patch Available)

Thanks for the contribution [~ljain] and Thanks [~anu] for the reviews. I have 
committed this to trunk.

> Removal of old OzoneRestClient
> --
>
> Key: HDDS-45
> URL: https://issues.apache.org/jira/browse/HDDS-45
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Client
>Reporter: Nanda kumar
>Assignee: Lokesh Jain
>Priority: Major
> Fix For: 0.2.1
>
> Attachments: HDDS-45.001.patch, HDDS-45.002.patch, HDDS-45.003.patch, 
> HDDS-45.004.patch
>
>
> Originally, Ozone used to have a REST client only, that is what was used in 
> the oz CLI. Later we developed an RPC client and started using it Freon. The 
> load generator for Ozone. Then we created a common interface and created 
> factory methods for RestClient or RpcClient. That allows CLI or Freon or any 
> program that is using the Ozone client SDK to trivially switch between REST 
> and RPC.
> This patch removes the old REST client from the code base, since the new code 
> has better features and all the clients (CLI, Freon, Tests) have switched to 
> using this new client with this patch.



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

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-45) Removal of old OzoneRestClient

2018-05-23 Thread Lokesh Jain (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDDS-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lokesh Jain updated HDDS-45:

Attachment: HDDS-45.004.patch

> Removal of old OzoneRestClient
> --
>
> Key: HDDS-45
> URL: https://issues.apache.org/jira/browse/HDDS-45
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Client
>Reporter: Nanda kumar
>Assignee: Lokesh Jain
>Priority: Major
> Fix For: 0.2.1
>
> Attachments: HDDS-45.001.patch, HDDS-45.002.patch, HDDS-45.003.patch, 
> HDDS-45.004.patch
>
>
> Originally, Ozone used to have a REST client only, that is what was used in 
> the oz CLI. Later we developed an RPC client and started using it Freon. The 
> load generator for Ozone. Then we created a common interface and created 
> factory methods for RestClient or RpcClient. That allows CLI or Freon or any 
> program that is using the Ozone client SDK to trivially switch between REST 
> and RPC.
> This patch removes the old REST client from the code base, since the new code 
> has better features and all the clients (CLI, Freon, Tests) have switched to 
> using this new client with this patch.



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

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-45) Removal of old OzoneRestClient

2018-05-19 Thread Lokesh Jain (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDDS-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lokesh Jain updated HDDS-45:

Attachment: HDDS-45.003.patch

> Removal of old OzoneRestClient
> --
>
> Key: HDDS-45
> URL: https://issues.apache.org/jira/browse/HDDS-45
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Client
>Reporter: Nanda kumar
>Assignee: Lokesh Jain
>Priority: Major
> Fix For: 0.2.1
>
> Attachments: HDDS-45.001.patch, HDDS-45.002.patch, HDDS-45.003.patch
>
>
> Originally, Ozone used to have a REST client only, that is what was used in 
> the oz CLI. Later we developed an RPC client and started using it Freon. The 
> load generator for Ozone. Then we created a common interface and created 
> factory methods for RestClient or RpcClient. That allows CLI or Freon or any 
> program that is using the Ozone client SDK to trivially switch between REST 
> and RPC.
> This patch removes the old REST client from the code base, since the new code 
> has better features and all the clients (CLI, Freon, Tests) have switched to 
> using this new client with this patch.



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

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-45) Removal of old OzoneRestClient

2018-05-19 Thread Anu Engineer (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDDS-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anu Engineer updated HDDS-45:
-
Fix Version/s: 0.2.1

> Removal of old OzoneRestClient
> --
>
> Key: HDDS-45
> URL: https://issues.apache.org/jira/browse/HDDS-45
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Client
>Reporter: Nanda kumar
>Assignee: Lokesh Jain
>Priority: Major
> Fix For: 0.2.1
>
> Attachments: HDDS-45.001.patch, HDDS-45.002.patch
>
>
> Originally, Ozone used to have a REST client only, that is what was used in 
> the oz CLI. Later we developed an RPC client and started using it Freon. The 
> load generator for Ozone. Then we created a common interface and created 
> factory methods for RestClient or RpcClient. That allows CLI or Freon or any 
> program that is using the Ozone client SDK to trivially switch between REST 
> and RPC.
> This patch removes the old REST client from the code base, since the new code 
> has better features and all the clients (CLI, Freon, Tests) have switched to 
> using this new client with this patch.



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

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-45) Removal of old OzoneRestClient

2018-05-19 Thread Anu Engineer (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDDS-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anu Engineer updated HDDS-45:
-
Description: 
Originally, Ozone used to have a REST client only, that is what was used in the 
oz CLI. Later we developed an RPC client and started using it Freon. The load 
generator for Ozone. Then we created a common interface and created factory 
methods for RestClient or RpcClient. That allows CLI or Freon or any program 
that is using the Ozone client SDK to trivially switch between REST and RPC.

This patch removes the old REST client from the code base, since the new code 
has better features and all the clients (CLI, Freon, Tests) have switched to 
using this new client with this patch.

  was:
Originally, Ozone used to have a REST client only, that is what was used in the 
oz CLI. Later we developed an RPC client and started using it Freon. The load 
generator for Ozone. Then we created a common interface and created factory 
methods for RestClient or RpcClient. That allows CLI or Freon or any program 
that is using the Ozone client SDK to trivially switch between REST and RPC.

This patch removes the old REST client from the code base, since the new code 
has better features and it all the clients (CLI, Freon, Tests) have switched to 
using this new client with this patch.


> Removal of old OzoneRestClient
> --
>
> Key: HDDS-45
> URL: https://issues.apache.org/jira/browse/HDDS-45
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Client
>Reporter: Nanda kumar
>Assignee: Lokesh Jain
>Priority: Major
> Attachments: HDDS-45.001.patch, HDDS-45.002.patch
>
>
> Originally, Ozone used to have a REST client only, that is what was used in 
> the oz CLI. Later we developed an RPC client and started using it Freon. The 
> load generator for Ozone. Then we created a common interface and created 
> factory methods for RestClient or RpcClient. That allows CLI or Freon or any 
> program that is using the Ozone client SDK to trivially switch between REST 
> and RPC.
> This patch removes the old REST client from the code base, since the new code 
> has better features and all the clients (CLI, Freon, Tests) have switched to 
> using this new client with this patch.



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

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-45) Removal of old OzoneRestClient

2018-05-19 Thread Anu Engineer (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDDS-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anu Engineer updated HDDS-45:
-
Description: 
Originally, Ozone used to have a REST client only, that is what was used in the 
oz CLI. Later we developed an RPC client and started using it Freon. The load 
generator for Ozone. Then we created a common interface and created factory 
methods for RestClient or RpcClient. That allows CLI or Freon or any program 
that is using the Ozone client SDK to trivially switch between REST and RPC.

This patch removes the old REST client from the code base, since the new code 
has better features and it all the clients (CLI, Freon, Tests) have switched to 
using this new client with this patch.

  was:Once new REST based OzoneClient is ready, the old OzoneRestClient can be 
removed. This jira is to track the same.


> Removal of old OzoneRestClient
> --
>
> Key: HDDS-45
> URL: https://issues.apache.org/jira/browse/HDDS-45
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Client
>Reporter: Nanda kumar
>Assignee: Lokesh Jain
>Priority: Major
> Attachments: HDDS-45.001.patch, HDDS-45.002.patch
>
>
> Originally, Ozone used to have a REST client only, that is what was used in 
> the oz CLI. Later we developed an RPC client and started using it Freon. The 
> load generator for Ozone. Then we created a common interface and created 
> factory methods for RestClient or RpcClient. That allows CLI or Freon or any 
> program that is using the Ozone client SDK to trivially switch between REST 
> and RPC.
> This patch removes the old REST client from the code base, since the new code 
> has better features and it all the clients (CLI, Freon, Tests) have switched 
> to using this new client with this patch.



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

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-45) Removal of old OzoneRestClient

2018-05-19 Thread Lokesh Jain (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDDS-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lokesh Jain updated HDDS-45:

Attachment: HDDS-45.002.patch

> Removal of old OzoneRestClient
> --
>
> Key: HDDS-45
> URL: https://issues.apache.org/jira/browse/HDDS-45
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Client
>Reporter: Nanda kumar
>Assignee: Lokesh Jain
>Priority: Major
> Attachments: HDDS-45.001.patch, HDDS-45.002.patch
>
>
> Once new REST based OzoneClient is ready, the old OzoneRestClient can be 
> removed. This jira is to track the same.



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

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-45) Removal of old OzoneRestClient

2018-05-18 Thread Anu Engineer (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDDS-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anu Engineer updated HDDS-45:
-
Status: Patch Available  (was: Open)

> Removal of old OzoneRestClient
> --
>
> Key: HDDS-45
> URL: https://issues.apache.org/jira/browse/HDDS-45
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Client
>Reporter: Nanda kumar
>Assignee: Lokesh Jain
>Priority: Major
> Attachments: HDDS-45.001.patch
>
>
> Once new REST based OzoneClient is ready, the old OzoneRestClient can be 
> removed. This jira is to track the same.



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

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-45) Removal of old OzoneRestClient

2018-05-18 Thread Lokesh Jain (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDDS-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lokesh Jain updated HDDS-45:

Attachment: HDDS-45.001.patch

> Removal of old OzoneRestClient
> --
>
> Key: HDDS-45
> URL: https://issues.apache.org/jira/browse/HDDS-45
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Client
>Reporter: Nanda kumar
>Assignee: Lokesh Jain
>Priority: Major
> Attachments: HDDS-45.001.patch
>
>
> Once new REST based OzoneClient is ready, the old OzoneRestClient can be 
> removed. This jira is to track the same.



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

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-45) Removal of old OzoneRestClient

2018-05-18 Thread Lokesh Jain (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDDS-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lokesh Jain updated HDDS-45:

Attachment: (was: HDDS-45.001.patch)

> Removal of old OzoneRestClient
> --
>
> Key: HDDS-45
> URL: https://issues.apache.org/jira/browse/HDDS-45
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Client
>Reporter: Nanda kumar
>Assignee: Lokesh Jain
>Priority: Major
>
> Once new REST based OzoneClient is ready, the old OzoneRestClient can be 
> removed. This jira is to track the same.



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

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-45) Removal of old OzoneRestClient

2018-05-18 Thread Lokesh Jain (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDDS-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lokesh Jain updated HDDS-45:

Attachment: HDDS-45.001.patch

> Removal of old OzoneRestClient
> --
>
> Key: HDDS-45
> URL: https://issues.apache.org/jira/browse/HDDS-45
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Client
>Reporter: Nanda kumar
>Assignee: Lokesh Jain
>Priority: Major
> Attachments: HDDS-45.001.patch
>
>
> Once new REST based OzoneClient is ready, the old OzoneRestClient can be 
> removed. This jira is to track the same.



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

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-45) Removal of old OzoneRestClient

2018-05-11 Thread Anu Engineer (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDDS-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anu Engineer updated HDDS-45:
-
Sprint: HDDS Acadia

> Removal of old OzoneRestClient
> --
>
> Key: HDDS-45
> URL: https://issues.apache.org/jira/browse/HDDS-45
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Client
>Reporter: Nanda kumar
>Assignee: Nanda kumar
>Priority: Major
>
> Once new REST based OzoneClient is ready, the old OzoneRestClient can be 
> removed. This jira is to track the same.



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

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org