[jira] [Updated] (HDFS-12007) Ozone: Enable HttpServer2 for SCM and KSM

2017-06-24 Thread Anu Engineer (JIRA)

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

Anu Engineer updated HDFS-12007:

   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: HDFS-7240
   Status: Resolved  (was: Patch Available)

[~elek] Thank you for the contribution. Thanks to all others for reviews and 
comments. I have committed this to the feature branch.

> Ozone: Enable HttpServer2 for SCM and KSM
> -
>
> Key: HDFS-12007
> URL: https://issues.apache.org/jira/browse/HDFS-12007
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Elek, Marton
>Assignee: Elek, Marton
> Fix For: HDFS-7240
>
> Attachments: HDFS-12007-HDFS-7240.001.patch, 
> HDFS-12007-HDFS-7240.002.patch, HDFS-12007-HDFS-7240.003.patch, 
> HDFS-12007-HDFS-7240.004.patch, HDFS-12007-HDFS-7240.005.patch, 
> HDFS-12007-HDFS-7240.006.patch, Screen Shot 2017-06-22 at 10.28.05 PM.png, 
> Screen Shot 2017-06-22 at 10.28.32 PM.png, Screen Shot 2017-06-22 at 10.28.48 
> PM.png
>
>
> As a first step toward a webui for KSM/SCM we need to start and stop a 
> HttpServer2 with KSM and SCM processes. Similar to the Namenode and Datanode 
> it could be done with a small wrapper class, but praticly it could be done 
> with a common super class to avoid duplicated code between KSM/SCM.
> As a result of this issue, we will have a listening web server in both 
> KSM/SCM with a simple template page and with all the default servlets 
> (conf/jmx/logLevel/stack).
> The https and kerberos code could be reused from the nameserver wrapper.



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

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



[jira] [Updated] (HDFS-12007) Ozone: Enable HttpServer2 for SCM and KSM

2017-06-23 Thread Elek, Marton (JIRA)

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

Elek, Marton updated HDFS-12007:

Attachment: HDFS-12007-HDFS-7240.006.patch

Rebased.

> Ozone: Enable HttpServer2 for SCM and KSM
> -
>
> Key: HDFS-12007
> URL: https://issues.apache.org/jira/browse/HDFS-12007
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Elek, Marton
>Assignee: Elek, Marton
> Attachments: HDFS-12007-HDFS-7240.001.patch, 
> HDFS-12007-HDFS-7240.002.patch, HDFS-12007-HDFS-7240.003.patch, 
> HDFS-12007-HDFS-7240.004.patch, HDFS-12007-HDFS-7240.005.patch, 
> HDFS-12007-HDFS-7240.006.patch, Screen Shot 2017-06-22 at 10.28.05 PM.png, 
> Screen Shot 2017-06-22 at 10.28.32 PM.png, Screen Shot 2017-06-22 at 10.28.48 
> PM.png
>
>
> As a first step toward a webui for KSM/SCM we need to start and stop a 
> HttpServer2 with KSM and SCM processes. Similar to the Namenode and Datanode 
> it could be done with a small wrapper class, but praticly it could be done 
> with a common super class to avoid duplicated code between KSM/SCM.
> As a result of this issue, we will have a listening web server in both 
> KSM/SCM with a simple template page and with all the default servlets 
> (conf/jmx/logLevel/stack).
> The https and kerberos code could be reused from the nameserver wrapper.



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

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



[jira] [Updated] (HDFS-12007) Ozone: Enable HttpServer2 for SCM and KSM

2017-06-23 Thread Elek, Marton (JIRA)

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

Elek, Marton updated HDFS-12007:

Attachment: HDFS-12007-HDFS-7240.005.patch

> Ozone: Enable HttpServer2 for SCM and KSM
> -
>
> Key: HDFS-12007
> URL: https://issues.apache.org/jira/browse/HDFS-12007
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Elek, Marton
>Assignee: Elek, Marton
> Attachments: HDFS-12007-HDFS-7240.001.patch, 
> HDFS-12007-HDFS-7240.002.patch, HDFS-12007-HDFS-7240.003.patch, 
> HDFS-12007-HDFS-7240.004.patch, HDFS-12007-HDFS-7240.005.patch, Screen Shot 
> 2017-06-22 at 10.28.05 PM.png, Screen Shot 2017-06-22 at 10.28.32 PM.png, 
> Screen Shot 2017-06-22 at 10.28.48 PM.png
>
>
> As a first step toward a webui for KSM/SCM we need to start and stop a 
> HttpServer2 with KSM and SCM processes. Similar to the Namenode and Datanode 
> it could be done with a small wrapper class, but praticly it could be done 
> with a common super class to avoid duplicated code between KSM/SCM.
> As a result of this issue, we will have a listening web server in both 
> KSM/SCM with a simple template page and with all the default servlets 
> (conf/jmx/logLevel/stack).
> The https and kerberos code could be reused from the nameserver wrapper.



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

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



[jira] [Updated] (HDFS-12007) Ozone: Enable HttpServer2 for SCM and KSM

2017-06-22 Thread Anu Engineer (JIRA)

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

Anu Engineer updated HDFS-12007:

Attachment: Screen Shot 2017-06-22 at 10.28.05 PM.png
Screen Shot 2017-06-22 at 10.28.32 PM.png
Screen Shot 2017-06-22 at 10.28.48 PM.png

[~cheersyang], [~xyao], [~vagarychen], [~szetszwo], [~jnp], [~linyiqun], 
[~msingh], [~nandakumar131] Please look at the ozone UI being born. This is 
just a place holder, but now JMX is accesiable via HTTP. Thanks for the 
contribution [~elek], really appreciate it.

> Ozone: Enable HttpServer2 for SCM and KSM
> -
>
> Key: HDFS-12007
> URL: https://issues.apache.org/jira/browse/HDFS-12007
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Elek, Marton
>Assignee: Elek, Marton
> Attachments: HDFS-12007-HDFS-7240.001.patch, 
> HDFS-12007-HDFS-7240.002.patch, HDFS-12007-HDFS-7240.003.patch, 
> HDFS-12007-HDFS-7240.004.patch, Screen Shot 2017-06-22 at 10.28.05 PM.png, 
> Screen Shot 2017-06-22 at 10.28.32 PM.png, Screen Shot 2017-06-22 at 10.28.48 
> PM.png
>
>
> As a first step toward a webui for KSM/SCM we need to start and stop a 
> HttpServer2 with KSM and SCM processes. Similar to the Namenode and Datanode 
> it could be done with a small wrapper class, but praticly it could be done 
> with a common super class to avoid duplicated code between KSM/SCM.
> As a result of this issue, we will have a listening web server in both 
> KSM/SCM with a simple template page and with all the default servlets 
> (conf/jmx/logLevel/stack).
> The https and kerberos code could be reused from the nameserver wrapper.



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

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



[jira] [Updated] (HDFS-12007) Ozone: Enable HttpServer2 for SCM and KSM

2017-06-22 Thread Elek, Marton (JIRA)

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

Elek, Marton updated HDFS-12007:

Attachment: HDFS-12007-HDFS-7240.004.patch

> Ozone: Enable HttpServer2 for SCM and KSM
> -
>
> Key: HDFS-12007
> URL: https://issues.apache.org/jira/browse/HDFS-12007
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Elek, Marton
>Assignee: Elek, Marton
> Attachments: HDFS-12007-HDFS-7240.001.patch, 
> HDFS-12007-HDFS-7240.002.patch, HDFS-12007-HDFS-7240.003.patch, 
> HDFS-12007-HDFS-7240.004.patch
>
>
> As a first step toward a webui for KSM/SCM we need to start and stop a 
> HttpServer2 with KSM and SCM processes. Similar to the Namenode and Datanode 
> it could be done with a small wrapper class, but praticly it could be done 
> with a common super class to avoid duplicated code between KSM/SCM.
> As a result of this issue, we will have a listening web server in both 
> KSM/SCM with a simple template page and with all the default servlets 
> (conf/jmx/logLevel/stack).
> The https and kerberos code could be reused from the nameserver wrapper.



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

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



[jira] [Updated] (HDFS-12007) Ozone: Enable HttpServer2 for SCM and KSM

2017-06-22 Thread Elek, Marton (JIRA)

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

Elek, Marton updated HDFS-12007:

Attachment: HDFS-12007-HDFS-7240.003.patch

> Ozone: Enable HttpServer2 for SCM and KSM
> -
>
> Key: HDFS-12007
> URL: https://issues.apache.org/jira/browse/HDFS-12007
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Elek, Marton
>Assignee: Elek, Marton
> Attachments: HDFS-12007-HDFS-7240.001.patch, 
> HDFS-12007-HDFS-7240.002.patch, HDFS-12007-HDFS-7240.003.patch
>
>
> As a first step toward a webui for KSM/SCM we need to start and stop a 
> HttpServer2 with KSM and SCM processes. Similar to the Namenode and Datanode 
> it could be done with a small wrapper class, but praticly it could be done 
> with a common super class to avoid duplicated code between KSM/SCM.
> As a result of this issue, we will have a listening web server in both 
> KSM/SCM with a simple template page and with all the default servlets 
> (conf/jmx/logLevel/stack).
> The https and kerberos code could be reused from the nameserver wrapper.



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

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



[jira] [Updated] (HDFS-12007) Ozone: Enable HttpServer2 for SCM and KSM

2017-06-22 Thread Elek, Marton (JIRA)

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

Elek, Marton updated HDFS-12007:

Attachment: HDFS-12007-HDFS-7240.002.patch

> Ozone: Enable HttpServer2 for SCM and KSM
> -
>
> Key: HDFS-12007
> URL: https://issues.apache.org/jira/browse/HDFS-12007
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Elek, Marton
>Assignee: Elek, Marton
> Attachments: HDFS-12007-HDFS-7240.001.patch, 
> HDFS-12007-HDFS-7240.002.patch
>
>
> As a first step toward a webui for KSM/SCM we need to start and stop a 
> HttpServer2 with KSM and SCM processes. Similar to the Namenode and Datanode 
> it could be done with a small wrapper class, but praticly it could be done 
> with a common super class to avoid duplicated code between KSM/SCM.
> As a result of this issue, we will have a listening web server in both 
> KSM/SCM with a simple template page and with all the default servlets 
> (conf/jmx/logLevel/stack).
> The https and kerberos code could be reused from the nameserver wrapper.



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

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



[jira] [Updated] (HDFS-12007) Ozone: Enable HttpServer2 for SCM and KSM

2017-06-21 Thread Elek, Marton (JIRA)

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

Elek, Marton updated HDFS-12007:

Target Version/s: HDFS-7240
   Fix Version/s: (was: HDFS-7240)

> Ozone: Enable HttpServer2 for SCM and KSM
> -
>
> Key: HDFS-12007
> URL: https://issues.apache.org/jira/browse/HDFS-12007
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Elek, Marton
>Assignee: Elek, Marton
> Attachments: HDFS-12007-HDFS-7240.001.patch
>
>
> As a first step toward a webui for KSM/SCM we need to start and stop a 
> HttpServer2 with KSM and SCM processes. Similar to the Namenode and Datanode 
> it could be done with a small wrapper class, but praticly it could be done 
> with a common super class to avoid duplicated code between KSM/SCM.
> As a result of this issue, we will have a listening web server in both 
> KSM/SCM with a simple template page and with all the default servlets 
> (conf/jmx/logLevel/stack).
> The https and kerberos code could be reused from the nameserver wrapper.



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

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



[jira] [Updated] (HDFS-12007) Ozone: Enable HttpServer2 for SCM and KSM

2017-06-21 Thread Elek, Marton (JIRA)

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

Elek, Marton updated HDFS-12007:

Status: Patch Available  (was: Open)

> Ozone: Enable HttpServer2 for SCM and KSM
> -
>
> Key: HDFS-12007
> URL: https://issues.apache.org/jira/browse/HDFS-12007
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Elek, Marton
>Assignee: Elek, Marton
> Attachments: HDFS-12007-HDFS-7240.001.patch
>
>
> As a first step toward a webui for KSM/SCM we need to start and stop a 
> HttpServer2 with KSM and SCM processes. Similar to the Namenode and Datanode 
> it could be done with a small wrapper class, but praticly it could be done 
> with a common super class to avoid duplicated code between KSM/SCM.
> As a result of this issue, we will have a listening web server in both 
> KSM/SCM with a simple template page and with all the default servlets 
> (conf/jmx/logLevel/stack).
> The https and kerberos code could be reused from the nameserver wrapper.



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

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



[jira] [Updated] (HDFS-12007) Ozone: Enable HttpServer2 for SCM and KSM

2017-06-21 Thread Elek, Marton (JIRA)

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

Elek, Marton updated HDFS-12007:

Attachment: HDFS-12007-HDFS-7240.001.patch

> Ozone: Enable HttpServer2 for SCM and KSM
> -
>
> Key: HDFS-12007
> URL: https://issues.apache.org/jira/browse/HDFS-12007
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Elek, Marton
>Assignee: Elek, Marton
> Fix For: HDFS-7240
>
> Attachments: HDFS-12007-HDFS-7240.001.patch
>
>
> As a first step toward a webui for KSM/SCM we need to start and stop a 
> HttpServer2 with KSM and SCM processes. Similar to the Namenode and Datanode 
> it could be done with a small wrapper class, but praticly it could be done 
> with a common super class to avoid duplicated code between KSM/SCM.
> As a result of this issue, we will have a listening web server in both 
> KSM/SCM with a simple template page and with all the default servlets 
> (conf/jmx/logLevel/stack).
> The https and kerberos code could be reused from the nameserver wrapper.



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

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