[jira] [Resolved] (KNOX-1238) Fix Custom Truststore Settings for Gateway

2018-04-04 Thread Larry McCay (JIRA)

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

Larry McCay resolved KNOX-1238.
---
Resolution: Fixed

> Fix Custom Truststore Settings for Gateway
> --
>
> Key: KNOX-1238
> URL: https://issues.apache.org/jira/browse/KNOX-1238
> Project: Apache Knox
>  Issue Type: Bug
>  Components: Server
>Reporter: Larry McCay
>Assignee: Larry McCay
>Priority: Major
> Fix For: 1.1.0
>
>
> After some hair pulling, I realized that the truststore configuration and 
> sslContextFactory creation in JettySSLService is not working properly. It is 
> setting the gateway's identity store as the truststore whether there is a 
> custom truststore configured or not.
> This patch fixes that issue and allows for a separate truststore.
> In the meantime, there is a workaround of adding trusted certs to the 
> gateway.jks keystore or to cacerts for the gateway instance.



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


First Commit Task

2018-04-04 Thread larry mccay
Hi Kevin -

I am excited to have you as a committer and PMC member for Apache Knox now!

A typical first commit is to add yourself to the site as a member on page:
https://knox.apache.org/team-list.html

The site is a SVN rather than git repo and the links are available on the
site.

Please let me know if you have any problems with your account which should
be setup appropriately now.

Welcome aboard!

thanks

--larry


[jira] [Commented] (KNOX-1238) Fix Custom Truststore Settings for Gateway

2018-04-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/KNOX-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16426117#comment-16426117
 ] 

ASF subversion and git services commented on KNOX-1238:
---

Commit f8cad74ca71768243aadda69bb6cb54067e06656 in knox's branch 
refs/heads/master from [~lmccay]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=f8cad74 ]

KNOX-1238 - Fix Custom Truststore Settings for Gateway

> Fix Custom Truststore Settings for Gateway
> --
>
> Key: KNOX-1238
> URL: https://issues.apache.org/jira/browse/KNOX-1238
> Project: Apache Knox
>  Issue Type: Bug
>  Components: Server
>Reporter: Larry McCay
>Assignee: Larry McCay
>Priority: Major
> Fix For: 1.1.0
>
>
> After some hair pulling, I realized that the truststore configuration and 
> sslContextFactory creation in JettySSLService is not working properly. It is 
> setting the gateway's identity store as the truststore whether there is a 
> custom truststore configured or not.
> This patch fixes that issue and allows for a separate truststore.
> In the meantime, there is a workaround of adding trusted certs to the 
> gateway.jks keystore or to cacerts for the gateway instance.



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


[jira] [Created] (KNOX-1238) Fix Custom Truststore Settings for Gateway

2018-04-04 Thread Larry McCay (JIRA)
Larry McCay created KNOX-1238:
-

 Summary: Fix Custom Truststore Settings for Gateway
 Key: KNOX-1238
 URL: https://issues.apache.org/jira/browse/KNOX-1238
 Project: Apache Knox
  Issue Type: Bug
  Components: Server
Reporter: Larry McCay
Assignee: Larry McCay
 Fix For: 1.1.0


After some hair pulling, I realized that the truststore configuration and 
sslContextFactory creation in JettySSLService is not working properly. It is 
setting the gateway's identity store as the truststore whether there is a 
custom truststore configured or not.

This patch fixes that issue and allows for a separate truststore.

In the meantime, there is a workaround of adding trusted certs to the 
gateway.jks keystore or to cacerts for the gateway instance.



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


[jira] [Updated] (KNOX-1237) Knox DSL should support HBase Stateless Scanner

2018-04-04 Thread Kevin Risden (JIRA)

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

Kevin Risden updated KNOX-1237:
---
Fix Version/s: 1.1.0

> Knox DSL should support HBase Stateless Scanner
> ---
>
> Key: KNOX-1237
> URL: https://issues.apache.org/jira/browse/KNOX-1237
> Project: Apache Knox
>  Issue Type: Improvement
>  Components: ClientDSL
>Reporter: Kevin Risden
>Priority: Minor
> Fix For: 1.1.0
>
>
> KNOX-8 added support for HBase REST apis via Knox. The Knox DSL supports 
> stateful scanners as shown in the documentation 
> (https://knox.apache.org/books/knox-1-0-0/user-guide.html#table(String+tableName).scanner().create()+-+Scanner+Creation).
> HBase REST supports stateless scanners 
> ([https://hbase.apache.org/1.2/apidocs/org/apache/hadoop/hbase/rest/package-summary.html#operation_stateless_scanner])
>  which can be easily load balanced. The feature is not well documented in 
> HBase REST.
> Currently if using stateful scanners and Knox or HBase REST is being load 
> balanced, there will be an issue using that scanner. The stateless scanners 
> avoid this since they have all the information necessary.



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


[jira] [Commented] (KNOX-1237) Knox DSL should support HBase Stateless Scanner

2018-04-04 Thread Kevin Risden (JIRA)

[ 
https://issues.apache.org/jira/browse/KNOX-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16425758#comment-16425758
 ] 

Kevin Risden commented on KNOX-1237:


Setting fix version to Knox 1.1.0 to make sure it doesn't get lost. I don't 
have a patch for this and won't be working on it in the near future.

> Knox DSL should support HBase Stateless Scanner
> ---
>
> Key: KNOX-1237
> URL: https://issues.apache.org/jira/browse/KNOX-1237
> Project: Apache Knox
>  Issue Type: Improvement
>  Components: ClientDSL
>Reporter: Kevin Risden
>Priority: Minor
> Fix For: 1.1.0
>
>
> KNOX-8 added support for HBase REST apis via Knox. The Knox DSL supports 
> stateful scanners as shown in the documentation 
> (https://knox.apache.org/books/knox-1-0-0/user-guide.html#table(String+tableName).scanner().create()+-+Scanner+Creation).
> HBase REST supports stateless scanners 
> ([https://hbase.apache.org/1.2/apidocs/org/apache/hadoop/hbase/rest/package-summary.html#operation_stateless_scanner])
>  which can be easily load balanced. The feature is not well documented in 
> HBase REST.
> Currently if using stateful scanners and Knox or HBase REST is being load 
> balanced, there will be an issue using that scanner. The stateless scanners 
> avoid this since they have all the information necessary.



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


[jira] [Created] (KNOX-1237) Knox DSL should support HBase Stateless Scanner

2018-04-04 Thread Kevin Risden (JIRA)
Kevin Risden created KNOX-1237:
--

 Summary: Knox DSL should support HBase Stateless Scanner
 Key: KNOX-1237
 URL: https://issues.apache.org/jira/browse/KNOX-1237
 Project: Apache Knox
  Issue Type: Improvement
  Components: ClientDSL
Reporter: Kevin Risden


KNOX-8 added support for HBase REST apis via Knox. The Knox DSL supports 
stateful scanners as shown in the documentation 
([https://knox.apache.org/books/knox-0-9-0/user-guide.html#table(String+tableName).scanner().create()+-+Scanner+Creation).]

HBase REST supports stateless scanners 
(https://hbase.apache.org/1.2/apidocs/org/apache/hadoop/hbase/rest/package-summary.html#operation_stateless_scanner)
 which can be easily load balanced. The feature is not well documented in HBase 
REST.

Currently if using stateful scanners and Knox or HBase REST is being load 
balanced, there will be an issue using that scanner. The stateless scanners 
avoid this since they have all the information necessary.



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


[jira] [Updated] (KNOX-1237) Knox DSL should support HBase Stateless Scanner

2018-04-04 Thread Kevin Risden (JIRA)

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

Kevin Risden updated KNOX-1237:
---
Description: 
KNOX-8 added support for HBase REST apis via Knox. The Knox DSL supports 
stateful scanners as shown in the documentation 
(https://knox.apache.org/books/knox-1-0-0/user-guide.html#table(String+tableName).scanner().create()+-+Scanner+Creation).

HBase REST supports stateless scanners 
([https://hbase.apache.org/1.2/apidocs/org/apache/hadoop/hbase/rest/package-summary.html#operation_stateless_scanner])
 which can be easily load balanced. The feature is not well documented in HBase 
REST.

Currently if using stateful scanners and Knox or HBase REST is being load 
balanced, there will be an issue using that scanner. The stateless scanners 
avoid this since they have all the information necessary.

  was:
KNOX-8 added support for HBase REST apis via Knox. The Knox DSL supports 
stateful scanners as shown in the documentation 
([https://knox.apache.org/books/knox-0-9-0/user-guide.html#table(String+tableName).scanner().create()+-+Scanner+Creation).]

HBase REST supports stateless scanners 
(https://hbase.apache.org/1.2/apidocs/org/apache/hadoop/hbase/rest/package-summary.html#operation_stateless_scanner)
 which can be easily load balanced. The feature is not well documented in HBase 
REST.

Currently if using stateful scanners and Knox or HBase REST is being load 
balanced, there will be an issue using that scanner. The stateless scanners 
avoid this since they have all the information necessary.


> Knox DSL should support HBase Stateless Scanner
> ---
>
> Key: KNOX-1237
> URL: https://issues.apache.org/jira/browse/KNOX-1237
> Project: Apache Knox
>  Issue Type: Improvement
>  Components: ClientDSL
>Reporter: Kevin Risden
>Priority: Minor
>
> KNOX-8 added support for HBase REST apis via Knox. The Knox DSL supports 
> stateful scanners as shown in the documentation 
> (https://knox.apache.org/books/knox-1-0-0/user-guide.html#table(String+tableName).scanner().create()+-+Scanner+Creation).
> HBase REST supports stateless scanners 
> ([https://hbase.apache.org/1.2/apidocs/org/apache/hadoop/hbase/rest/package-summary.html#operation_stateless_scanner])
>  which can be easily load balanced. The feature is not well documented in 
> HBase REST.
> Currently if using stateful scanners and Knox or HBase REST is being load 
> balanced, there will be an issue using that scanner. The stateless scanners 
> avoid this since they have all the information necessary.



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


RE: [EXTERNAL] Re: [ANNOUNCE] New committer and PMC member: Kevin Risden

2018-04-04 Thread Chen, Dequan
Congratulation, Kevin. Look forward to your future greater contributions!

Have a great day!

Best wishes,

Dequan

-Original Message-
From: Phil Zampino [mailto:pzamp...@apache.org] 
Sent: Tuesday, April 03, 2018 10:10 AM
To: kris...@apache.org
Cc: dev@knox.apache.org
Subject: [EXTERNAL] Re: [ANNOUNCE] New committer and PMC member: Kevin Risden

Congrats!

On Tue, Apr 3, 2018 at 10:39 AM, larry mccay  wrote:

> The Project Management Committee (PMC) for Apache Knox has invited 
> Kevin Risden to become a committer and PMC member and we are pleased 
> to announce that he has accepted.
>
> Kevin has been a contributor to Apache Knox with LDAP and Solr related 
> contributions for a number of years. He has also provided tremendous 
> assistance to others within the community on the dev@ and user@ lists.
>
> I am excited to have him on board as a committer and PMC member and 
> look forward to his continued contributions to the project and its direction.
>
> Being a committer enables easier contribution to the project since 
> there is no need to go via the patch submission process. This should 
> enable better productivity.
> Being a PMC member enables assistance with the management and to guide 
> the direction of the project.
>


[jira] [Assigned] (KNOX-1212) Support new YARN webui2 in knox

2018-04-04 Thread Phil Zampino (JIRA)

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

Phil Zampino reassigned KNOX-1212:
--

Assignee: Phil Zampino

> Support new YARN webui2 in knox
> ---
>
> Key: KNOX-1212
> URL: https://issues.apache.org/jira/browse/KNOX-1212
> Project: Apache Knox
>  Issue Type: Bug
>Reporter: Sunil G
>Assignee: Phil Zampino
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: KNOX-1212.001.patch
>
>
> YARN-3368 introduced new js based YARN ui framework.
> To access this UI behind knox proxy, introducing a new service named 
> "yarnuiv2" and attaching rewrite rules for same.
> [~lmc...@apache.org] Could u pls help to review this. cc/[~leftnoteasy] 
> [~vinodkv]
>  



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


[jira] [Created] (KNOX-1236) Support service discovery for YARNUIV2

2018-04-04 Thread Phil Zampino (JIRA)
Phil Zampino created KNOX-1236:
--

 Summary: Support service discovery for YARNUIV2
 Key: KNOX-1236
 URL: https://issues.apache.org/jira/browse/KNOX-1236
 Project: Apache Knox
  Issue Type: Bug
  Components: Server
Affects Versions: 1.1.0
Reporter: Phil Zampino
Assignee: Phil Zampino
 Fix For: 1.1.0


Add support for discovering service URLs for topology generation involving the 
new YARNUIV2 service.



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


Re: [ANNOUNCE] New committer and PMC member: Kevin Risden

2018-04-04 Thread Jeff
Congratulations, Kevin!

On Wed, Apr 4, 2018 at 8:15 AM Krishna Pandey 
wrote:

> Congrats, Kevin!
>
> On Tue, Apr 3, 2018 at 8:40 PM, Phil Zampino  wrote:
>
> > Congrats!
> >
> > On Tue, Apr 3, 2018 at 10:39 AM, larry mccay  wrote:
> >
> > > The Project Management Committee (PMC) for Apache Knox
> > > has invited Kevin Risden to become a committer and PMC member and
> > > we are pleased to announce that he has accepted.
> > >
> > > Kevin has been a contributor to Apache Knox with LDAP and Solr related
> > > contributions for a number of years. He has also provided tremendous
> > > assistance
> > > to others within the community on the dev@ and user@ lists.
> > >
> > > I am excited to have him on board as a committer and PMC member and
> look
> > > forward to his continued contributions to the project and its
> direction.
> > >
> > > Being a committer enables easier contribution to the
> > > project since there is no need to go via the patch
> > > submission process. This should enable better productivity.
> > > Being a PMC member enables assistance with the management
> > > and to guide the direction of the project.
> > >
> >
>


Re: [ANNOUNCE] New committer and PMC member: Kevin Risden

2018-04-04 Thread Krishna Pandey
Congrats, Kevin!

On Tue, Apr 3, 2018 at 8:40 PM, Phil Zampino  wrote:

> Congrats!
>
> On Tue, Apr 3, 2018 at 10:39 AM, larry mccay  wrote:
>
> > The Project Management Committee (PMC) for Apache Knox
> > has invited Kevin Risden to become a committer and PMC member and
> > we are pleased to announce that he has accepted.
> >
> > Kevin has been a contributor to Apache Knox with LDAP and Solr related
> > contributions for a number of years. He has also provided tremendous
> > assistance
> > to others within the community on the dev@ and user@ lists.
> >
> > I am excited to have him on board as a committer and PMC member and look
> > forward to his continued contributions to the project and its direction.
> >
> > Being a committer enables easier contribution to the
> > project since there is no need to go via the patch
> > submission process. This should enable better productivity.
> > Being a PMC member enables assistance with the management
> > and to guide the direction of the project.
> >
>