Jenkins build is back to normal : Knox-master-patch-scan #104584

2018-12-19 Thread Apache Jenkins Server
See 




Build failed in Jenkins: Knox-master-patch-scan #104583

2018-12-19 Thread Apache Jenkins Server
See 


--
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on H1 (Hadoop) in workspace 

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/knox.git # timeout=10
Fetching upstream changes from https://github.com/apache/knox.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/knox.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 632a6b64f8794c602f0c3f86bd3cdd990a5fbe58 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 632a6b64f8794c602f0c3f86bd3cdd990a5fbe58
Commit message: "KNOX-1686 - XmlFilterReader - Ensure XPath and XPathFactory 
thread safety"
 > git rev-list --no-walk 632a6b64f8794c602f0c3f86bd3cdd990a5fbe58 # timeout=10
[Knox-master-patch-scan] $ /bin/bash /tmp/jenkins3916313867855071390.sh
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 
0100 163680 163680 0  22516  0 --:--:-- --:--:-- --:--:-- 
22514100 818400 818400 0  87397  0 --:--:-- --:--:-- --:--:-- 
87342
curl: (18) transfer closed with outstanding read data remaining
Could not retrieve available patches from JIRA
Build step 'Execute shell' marked build as failure


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

2018-12-19 Thread Kevin Risden (JIRA)


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

Kevin Risden commented on KNOX-1237:


Updated patch to recent master due to some of the additional style/correctness 
checks.

> 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
>Assignee: Dequan Chen
>Priority: Minor
> Fix For: 1.3.0
>
> Attachments: KNOX-1237.patch, KNOX-1237.patch
>
>
> 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] [Updated] (KNOX-1237) Knox DSL should support HBase Stateless Scanner

2018-12-19 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:
---
Attachment: KNOX-1237.patch

> 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
>Assignee: Dequan Chen
>Priority: Minor
> Fix For: 1.3.0
>
> Attachments: KNOX-1237.patch, KNOX-1237.patch
>
>
> 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-1694) Portmapping to lock down a topology only to a given port

2018-12-19 Thread Sandeep More (JIRA)
Sandeep More created KNOX-1694:
--

 Summary: Portmapping to lock down a topology only to a given port
 Key: KNOX-1694
 URL: https://issues.apache.org/jira/browse/KNOX-1694
 Project: Apache Knox
  Issue Type: New Feature
  Components: Server
Affects Versions: 1.3.0
Reporter: Sandeep More
Assignee: Sandeep More


Currently with port mapping enabled, a topology is exposed on the port-mapped 
port as well as on the configured gateway port (8443 - default), we need an 
ability to lock down the topology only yo port-mapped port so it cannot be 
accesses from other port/s.



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


[jira] [Updated] (KNOX-1689) Migrate Knox git repo from git-wip to gitbox

2018-12-19 Thread Kevin Risden (JIRA)


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

Kevin Risden updated KNOX-1689:
---
Description: Depends on INFRA-17474. There are some items that need to be 
addressed once the move from git-wip to gitbox is complete.  (was: There are 
some items that need to be addressed once the move from git-wip to gitbox is 
complete.)

> Migrate Knox git repo from git-wip to gitbox
> 
>
> Key: KNOX-1689
> URL: https://issues.apache.org/jira/browse/KNOX-1689
> Project: Apache Knox
>  Issue Type: Task
>Reporter: Kevin Risden
>Assignee: Kevin Risden
>Priority: Major
> Fix For: 1.3.0
>
>
> Depends on INFRA-17474. There are some items that need to be addressed once 
> the move from git-wip to gitbox is complete.



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


[jira] [Updated] (KNOX-1693) Update Knox wiki with new git url

2018-12-19 Thread Kevin Risden (JIRA)


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

Kevin Risden updated KNOX-1693:
---
Description: 
* https://cwiki.apache.org/confluence/display/KNOX/Build+Process
* https://cwiki.apache.org/confluence/display/KNOX/Contribution+Process
* https://cwiki.apache.org/confluence/display/KNOX/Release+Process

  was:
* https://cwiki.apache.org/confluence/display/KNOX/Build+Process



> Update Knox wiki with new git url
> -
>
> Key: KNOX-1693
> URL: https://issues.apache.org/jira/browse/KNOX-1693
> Project: Apache Knox
>  Issue Type: Sub-task
>  Components: Site
>Reporter: Kevin Risden
>Assignee: Kevin Risden
>Priority: Major
> Fix For: 1.3.0
>
>
> * https://cwiki.apache.org/confluence/display/KNOX/Build+Process
> * https://cwiki.apache.org/confluence/display/KNOX/Contribution+Process
> * https://cwiki.apache.org/confluence/display/KNOX/Release+Process



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


[jira] [Created] (KNOX-1693) Update Knox wiki with new git url

2018-12-19 Thread Kevin Risden (JIRA)
Kevin Risden created KNOX-1693:
--

 Summary: Update Knox wiki with new git url
 Key: KNOX-1693
 URL: https://issues.apache.org/jira/browse/KNOX-1693
 Project: Apache Knox
  Issue Type: Sub-task
  Components: Site
Reporter: Kevin Risden
Assignee: Kevin Risden
 Fix For: 1.3.0


* https://cwiki.apache.org/confluence/display/KNOX/Build+Process




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


[jira] [Work started] (KNOX-1689) Migrate Knox git repo from git-wip to gitbox

2018-12-19 Thread Kevin Risden (JIRA)


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

Work on KNOX-1689 started by Kevin Risden.
--
> Migrate Knox git repo from git-wip to gitbox
> 
>
> Key: KNOX-1689
> URL: https://issues.apache.org/jira/browse/KNOX-1689
> Project: Apache Knox
>  Issue Type: Task
>Reporter: Kevin Risden
>Assignee: Kevin Risden
>Priority: Major
> Fix For: 1.3.0
>
>
> There are some items that need to be addressed once the move from git-wip to 
> gitbox is complete.



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


[jira] [Created] (KNOX-1692) Update Knox site git url

2018-12-19 Thread Kevin Risden (JIRA)
Kevin Risden created KNOX-1692:
--

 Summary: Update Knox site git url 
 Key: KNOX-1692
 URL: https://issues.apache.org/jira/browse/KNOX-1692
 Project: Apache Knox
  Issue Type: Sub-task
  Components: Site
Reporter: Kevin Risden
Assignee: Kevin Risden
 Fix For: 1.3.0


The gir url is in ./trunk/src/site/site.xml



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


[jira] [Created] (KNOX-1690) Update pom.xml with new git url

2018-12-19 Thread Kevin Risden (JIRA)
Kevin Risden created KNOX-1690:
--

 Summary: Update pom.xml with new git url
 Key: KNOX-1690
 URL: https://issues.apache.org/jira/browse/KNOX-1690
 Project: Apache Knox
  Issue Type: Sub-task
Reporter: Kevin Risden
Assignee: Kevin Risden
 Fix For: 1.3.0


The pom.xml has a scm section that should be updated to the new gitbox url



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


[jira] [Created] (KNOX-1691) Update doap_Knox with new git location

2018-12-19 Thread Kevin Risden (JIRA)
Kevin Risden created KNOX-1691:
--

 Summary: Update doap_Knox with new git location
 Key: KNOX-1691
 URL: https://issues.apache.org/jira/browse/KNOX-1691
 Project: Apache Knox
  Issue Type: Sub-task
Reporter: Kevin Risden
Assignee: Kevin Risden
 Fix For: 1.3.0






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


[jira] [Created] (KNOX-1689) Migrate Knox git repo from git-wip to gitbox

2018-12-19 Thread Kevin Risden (JIRA)
Kevin Risden created KNOX-1689:
--

 Summary: Migrate Knox git repo from git-wip to gitbox
 Key: KNOX-1689
 URL: https://issues.apache.org/jira/browse/KNOX-1689
 Project: Apache Knox
  Issue Type: Task
Reporter: Kevin Risden
Assignee: Kevin Risden
 Fix For: 1.3.0


There are some items that need to be addressed once the move from git-wip to 
gitbox is complete.



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


Re: [VOTE] Move Apache Knox repo to Gitbox

2018-12-19 Thread Kevin Risden
Thanks all for the responses. I'll create a ticket with INFRA to move
git-wip -> gitbox.

Kevin Risden

On Wed, Dec 19, 2018 at 10:38 AM Jeffrey Rodriguez  wrote:
>
> +1
> Jeffrey Rodriguez
>
> On Wed, Dec 19, 2018 at 7:34 AM larry mccay  wrote:
>
> > +1
> >
> >
> > On Tue, Dec 18, 2018 at 4:44 PM
Kevin Risden  wrote:
> >
> > > +1
> > >
> > > Kevin Risden
> > >
> > > Kevin Risden
> > > On Tue, Dec 18, 2018 at 9:29 AM Sandeep Moré 
> > > wrote:
> > > >
> > > > +1
> > > >
> > > > On Tue, Dec 18, 2018 at 6:12 AM  wrote:
> > > >
> > > > > Apache is moving off of their old Git servers (git-wip) to Gitbox.
> > See
> > > > > this post for details:
> > > > >
> > > > >
> > >
> > https://blogs.apache.org/infra/entry/relocation-of-apache-git-repositories
> > > > >
> > > > > We just finished the Apache Knox 1.2.0 release so it would be a good
> > > > > time to do this. There was some initial interest on the DISCUSS
> > thread
> > > > > here [1].
> > > > >
> > > > > Please vote within the next 24 hours on whether to request an early
> > > move:
> > > > >
> > > > > [ ] +1 to request early move
> > > > > [ ]  0 for no opinion
> > > > > [ ] -1 to wait (please explain why)
> > > > >
> > > > > [1]
> > > > >
> > >
> > http://mail-archives.apache.org/mod_mbox/knox-dev/201812.mbox/%3CCAJU9nmjNgiJ5AHMBzQT-wQWxKjMrCdXsqqjqO6rynBngA_Xgqg%40mail.gmail.com%3E
> > > > >
> > > > > Kevin Risden
> > > > >
> > >
> >


Re: [VOTE] Move Apache Knox repo to Gitbox

2018-12-19 Thread Jeffrey Rodriguez
+1
Jeffrey Rodriguez

On Wed, Dec 19, 2018 at 7:34 AM larry mccay  wrote:

> +1
>
>
> On Tue, Dec 18, 2018 at 4:44 PM Kevin Risden  wrote:
>
> > +1
> >
> > Kevin Risden
> >
> > Kevin Risden
> > On Tue, Dec 18, 2018 at 9:29 AM Sandeep Moré 
> > wrote:
> > >
> > > +1
> > >
> > > On Tue, Dec 18, 2018 at 6:12 AM  wrote:
> > >
> > > > Apache is moving off of their old Git servers (git-wip) to Gitbox.
> See
> > > > this post for details:
> > > >
> > > >
> >
> https://blogs.apache.org/infra/entry/relocation-of-apache-git-repositories
> > > >
> > > > We just finished the Apache Knox 1.2.0 release so it would be a good
> > > > time to do this. There was some initial interest on the DISCUSS
> thread
> > > > here [1].
> > > >
> > > > Please vote within the next 24 hours on whether to request an early
> > move:
> > > >
> > > > [ ] +1 to request early move
> > > > [ ]  0 for no opinion
> > > > [ ] -1 to wait (please explain why)
> > > >
> > > > [1]
> > > >
> >
> http://mail-archives.apache.org/mod_mbox/knox-dev/201812.mbox/%3CCAJU9nmjNgiJ5AHMBzQT-wQWxKjMrCdXsqqjqO6rynBngA_Xgqg%40mail.gmail.com%3E
> > > >
> > > > Kevin Risden
> > > >
> >
>


Re: [VOTE] Move Apache Knox repo to Gitbox

2018-12-19 Thread larry mccay
+1


On Tue, Dec 18, 2018 at 4:44 PM Kevin Risden  wrote:

> +1
>
> Kevin Risden
>
> Kevin Risden
> On Tue, Dec 18, 2018 at 9:29 AM Sandeep Moré 
> wrote:
> >
> > +1
> >
> > On Tue, Dec 18, 2018 at 6:12 AM  wrote:
> >
> > > Apache is moving off of their old Git servers (git-wip) to Gitbox. See
> > > this post for details:
> > >
> > >
> https://blogs.apache.org/infra/entry/relocation-of-apache-git-repositories
> > >
> > > We just finished the Apache Knox 1.2.0 release so it would be a good
> > > time to do this. There was some initial interest on the DISCUSS thread
> > > here [1].
> > >
> > > Please vote within the next 24 hours on whether to request an early
> move:
> > >
> > > [ ] +1 to request early move
> > > [ ]  0 for no opinion
> > > [ ] -1 to wait (please explain why)
> > >
> > > [1]
> > >
> http://mail-archives.apache.org/mod_mbox/knox-dev/201812.mbox/%3CCAJU9nmjNgiJ5AHMBzQT-wQWxKjMrCdXsqqjqO6rynBngA_Xgqg%40mail.gmail.com%3E
> > >
> > > Kevin Risden
> > >
>