[VOTE] Release Apache Knox 1.1.0 RC 1

2018-07-21 Thread larry mccay
All - Release candidate #1 for the Apache Knox 1.1.0 is available at: https://dist.apache.org/repos/dist/dev/knox/knox-1.1.0/ The release candidate is a zip archive of the sources in: https://git-wip-us.apache.org/repos/asf/knox.git Branch v1.1.0 (git checkout -b v1.1.0) Tag is v1.1.0-rc1 The

Re: [DISCUSS] Planning for Apache Knox 1.1.0 Release

2018-07-19 Thread larry mccay
and not always with the NPEs. I'd like to get a new RC cut by end of the week, if possible. On Fri, Jul 13, 2018 at 7:57 PM, larry mccay wrote: > Agreed, Phil. > I have cut an RC but we need to address this first. I'll hold off on > announcing it. > > On Fri, Jul 13, 2018, 11:36 AM Phil

Re: [DISCUSS] Planning for Apache Knox 1.1.0 Release

2018-07-19 Thread larry mccay
gt; Sandeep > > On Thu, Jul 19, 2018 at 4:15 PM larry mccay wrote: > > > @Phil, I see a couple commits land that seem to address the NPE. > > Is that correct? > > > > I have also seen an IllegalStateException during redirect from Admin UI > to > > KnoxSSO. >

[CANCEL] [VOTE] Release Apache Knox 1.1.0 RC 1

2018-07-24 Thread larry mccay
validation (e.g., WEBHDFS, WEBHBASE) > - The Admin UI URL input field validation requires a port, which it should > not. > > While there are work-arounds for both, they adversely affect the user > experience. > > > On Sat, Jul 21, 2018 at 3:58 PM larry mccay wrote

[DISCUSS] Planning for Apache Knox 1.2.0 Release

2018-08-30 Thread larry mccay
All - It is time to start planning for 1.2.0 release. There is a large backlog of JIRAs that were pushed out of previous releases that we will need to triage before going any farther. There was also some discussion about a quick 1.2.0 release around cloud usecases. We will need to determine what

Branch for Apache Knox v1.1.0 Release

2018-07-09 Thread larry mccay
All - I have branched for the Apache Knox 1.1.0 release. We still have a couple service defs to get in before the first RC one of which has been reviewed and is ready to go. I still need to update CHANGES in both master and v1.1.0 branches. @Committers - please be sure to commit any required

Re: [DISCUSS] Planning for Apache Knox 1.1.0 Release

2018-07-04 Thread larry mccay
. That is, unless someone has an objection to doing so. thanks, --larry On Fri, Apr 27, 2018 at 7:36 PM, larry mccay wrote: > All - > > I'd like to point out that we need to start pulling in the 1.1.0 release. > I see lots of progress and collaboration on some important ecosystem UIs >

Re: [DISCUSS] Planning for Apache Knox 1.1.0 Release

2018-07-13 Thread larry mccay
ctively hides the issue. > > I think we should determine what's happening with this before > producing/testing a release candidate. > > > > > On Sat, Feb 24, 2018 at 12:57 PM larry mccay wrote: > > > All - > > > > Sorry for the delay on this topic. >

[DISCUSS] Branching for 1.0.0 release

2018-01-23 Thread larry mccay
All - Since we have descoped 1.0.0 down to just a couple doc issues, I am thinking that it is time to branch for the 1.0.0 release. I will also try and spin the first rc as well. Thoughts, concerns? thanks, --larry

Re: [DISCUSS] Branching for 1.0.0 release

2018-01-23 Thread larry mccay
leased, so we can continue with the improvements! > > > > > > > > > > On Tue, Jan 23, 2018 at 11:58 AM, Sandeep More <moresand...@gmail.com> > > wrote: > > > > > +1 > > > Sounds good, once we get 1.0.0 out the door we can start

Re: First Commit Task

2018-04-05 Thread larry mccay
e has > some links that are broken. > > Kevin Risden > > On Wed, Apr 4, 2018 at 3:47 PM, larry mccay <lmc...@apache.org> wrote: > >> Hi Kevin - >> >> I am excited to have you as a committer and PMC member for Apache Knox >> now! >> >> A typ

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

Re: [jira] [Commented] (KNOX-1274) SSO redirect for Spark2 History Server needs to be rewritten

2018-04-24 Thread larry mccay
Marco may be using the Hadoop native JWTRedirectAuthenticationHandler instead of SSOCookieProvider. In which case, the original URL would require a rewrite rule for the Location header. On Tue, Apr 24, 2018 at 12:00 PM, Sandeep More (JIRA) wrote: > > [

Re: [jira] [Commented] (KNOX-1274) SSO redirect for Spark2 History Server needs to be rewritten

2018-04-24 Thread larry mccay
Sure. You can work on a rewrite rule for the Location header - look at other service definitions like Ambari - I think they rewrite redirects. In the meantime, since you are proxying as well as using SSO, you can use the SSOCookieProvider as Sandeep mentioned. As long as it supports trusted

Pac4J Dependency Issues

2018-03-28 Thread larry mccay
All - It seems that there are some automated builds that are occasionally having issues with the pac4j provider dependencies. Apparently, there are transitive dependencies of pac4j that have been set with a range of versions within maven. This makes the dependency a moving target and will

[ANNOUNCE] New committer and PMC member: Kevin Risden

2018-04-03 Thread larry mccay
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

Re: Pac4J Dependency Issues

2018-03-29 Thread larry mccay
st regards, > Jérôme > > > On Wed, Mar 28, 2018 at 9:14 PM, larry mccay <lmc...@apache.org> wrote: > > > All - > > > > It seems that there are some automated builds that are occasionally > having > > issues with the pac4j provider dependenci

Re: Knox - Improving build with static checks

2018-04-26 Thread larry mccay
+1 from me, Kevin! On Thu, Apr 26, 2018 at 4:57 AM, Colm O hEigeartaigh wrote: > +1 - it's always good to have static build tools. Other projects I work on > use the pmd + checkstyle plugins to enforce code cleanliness. > > Colm. > > On Thu, Apr 26, 2018 at 5:21 AM, Kevin

Re: Problems I'm facing integrating Knox into Cloudera Manager

2018-10-12 Thread larry mccay
Thu, Oct 11, 2018 at 11:12 AM Lars Francke > > wrote: > > > > > Thanks both of you. > > > > > > No, these changes would benefit me and this is my use case but we would > > not > > > need to add anything parcel or cloudera specific. And I think

Re: [DISCUSS] Planning for Apache Knox 1.2.0 Release

2018-11-02 Thread larry mccay
and other build fixes. I am volunteering to be the release > manager for 1.2.0. I can start the process next week Wednesday Nov 7 to get > in any remaining fixes for 1.2.0. > > Kevin Risden > > > On Thu, Aug 30, 2018 at 7:30 PM larry mccay wrote: > > > All - > &g

Re: Problems I'm facing integrating Knox into Cloudera Manager

2018-11-07 Thread larry mccay
ry On Fri, Oct 12, 2018 at 4:37 PM larry mccay wrote: > Hi Lars - > > Thanks for raising the backward compatibility concern, it was exactly what > I was thinking as I was catching backing up the thread. > We need to give serious thought to upgrade scenarios. > >

Re: [DISCUSS] Planning for Apache Knox 1.2.0 Release

2018-11-08 Thread larry mccay
%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC > > Kevin Risden > > > On Fri, Nov 2, 2018 at 10:10 AM Kevin Risden wrote: > > > Timing sounds good. I can also comb through JIRA to see what we will need > > to move to 1.3. > > > > Kevin Risden > >

Re: Problems I'm facing integrating Knox into Cloudera Manager

2018-11-10 Thread larry mccay
lmost no one > >> will > >> rely on the current behavior. I mean...it took me at least a day to > >> understand how it currently works and I still only get half of it. I > doubt > >> many people have made the same effort (there's always the good chance &

Re: Problems I'm facing integrating Knox into Cloudera Manager

2018-10-11 Thread larry mccay
This sounds like a worthwhile piece of work, Lars. Would the "parcel" need to be added to the Knox project? +1 to Phil's response. On Thu, Oct 11, 2018 at 9:33 AM Phil Zampino wrote: > Cloudera specifics aside, some of these things have been on my personal > "back burner" todo list; I just

Re: Trusted Proxy doAs Query Parameter?

2018-11-16 Thread larry mccay
Hi Rob - If a given component requires a custom impersonation method then they can provide a custom dispatch. The impersonation using doAs query param in the DefaultDispatch is based on the Hadoop defined impersonation using trusted proxies. This mechanism predates the Knox project and is used

Re: [VOTE] Release Apache Knox 1.2.0 RC 4

2018-12-16 Thread larry mccay
Thanks, Kevin! +1 (binding) * Downloaded and built from source and ran tests * Checked LICENSE and NOTICE files * Verified signatures for Knox source, Knox and Knoxshell release packages * Used nodejs client to test webhdfs through knox [1] * Used KnoxLine SQL client wiki example to test Hive

Re: Deploying Topologies problem

2018-11-29 Thread larry mccay
at the timestamp of the topology file, generates > a hash out of it and if that's unchanged it keeps the old gateway.xml file. > > > On Wed, Nov 28, 2018 at 9:35 PM larry mccay wrote: > > > It isn't exactly clear to me what you encountered here. > > I think that you a

Re: [DISCUSS] Planning for Apache Knox 1.2.0 Release

2018-11-20 Thread larry mccay
t; > > address > > > > the subtasks today. > > > > > > > > > > > > > > > > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20KNOX%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%201

Re: [VOTE] Release Apache Knox 1.2.0 RC 2

2018-11-28 Thread larry mccay
All - Thanks to Kevin for so much work in cleaning up the backlog and taking on release manager work for 1.2.0! The 1.2.0 release happens to contain many dependency upgrades. Not the least of which is Jetty itself from 9.2.x to 9.4.x. We need to put some key areas through their paces pretty

Re: Deploying Topologies problem

2018-11-28 Thread larry mccay
It isn't exactly clear to me what you encountered here. I think that you are saying that you made changes to "services files" - meaning the service definition. If that is the case then a simple redeploy of the topology will not be enough. You have to restart the gateway so that the service

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 > >

Re: [DISCUSS] Environment variables should be usable when looking up passwords

2019-02-25 Thread larry mccay
It is unclear to me whether you are proposing this for all uses of the AliasService or just for the keystore and truststore passwords that are configured at the gateway-site.xml level. If you intend for this to work across the board: 1. I would have to understand why 2. there would need to be

Re: [DISCUSS] Knox Shell command for downloading the public cert from a Knox instance

2019-02-25 Thread larry mccay
e() to access that link location, > > presuming it will be a well-known resource path. > > > > Thanks, > >Phil > > > > > > On Mon, Feb 25, 2019 at 10:06 AM larry mccay wrote: > > > > > Hi Sandor - > > > > > > Thanks for starting this

Re: [DISCUSS] Knox Shell command for downloading the public cert from a Knox instance

2019-02-25 Thread larry mccay
Hi Sandor - Thanks for starting this discussion and taking up that task! +1 to Kevin's points. KnoxSession already has a loginInsecure() method as well. I also think that it needs to be available from the Admin UI - in which case the SSL cert is already trusted by your browser or the exception

Re: [DISCUSS] Removing Windows script support for Knox

2019-03-07 Thread larry mccay
I agree - these should just be removed. +1 On Wed, Mar 6, 2019 at 2:14 PM Sandor Molnar wrote: > Added the [DISCUSS] prefix in the subject. > > On Wed, Mar 6, 2019 at 8:07 PM Sandor Molnar wrote: > > > Hello folks, > > > > working on https://issues.apache.org/jira/browse/KNOX-1774 I realized >

Re: KNOX-1827 Oddness with Topology Deployments

2019-03-20 Thread larry mccay
When changing service definitions, it is important to do all of the following: 1. make changes to rewrite/service XMLs 2. restart Knox - so that the new service definitions are loaded 3. touch any topology that is hosting the service for which you changes effected - so that a new webapp is

[DISCUSS] Enter the Pull Request?

2019-02-07 Thread larry mccay
All - There has been interest from the Knox community in support of Pull Requests from github. Our move to gitbox recently makes this easier to do. What are your thoughts on enabling PRs in general? Should we support both patches in JIRA as well as github based PRs? thanks, --larry

Re: [DISCUSS] Enter the Pull Request?

2019-02-07 Thread larry mccay
e OSS standard as Phil pointed out. > > > So +1 from me. > > > > > > Best, > > > Sandeep > > > > > > On Thu, Feb 7, 2019 at 4:06 PM Phil Zampino > wrote: > > > > > > > I like the PR model, and it is familiar to many who cont

[DISCUSS] Planning for Apache Knox 1.3.0 Release

2019-02-12 Thread larry mccay
All - I'd like to officially start the planning for the 1.3.0 release of Apache Knox. After looking at the list of outstanding JIRAs with fixVersion of 1.3.0, existing KIPs and considering requirements for a more containerized and cloud oriented world, I have a like of general categories: * TLS

[REPORT] Apache Knox Board Report

2019-02-14 Thread larry mccay
## Description: - The Apache Knox Gateway is an HTTP/REST API Gateway for interacting with Apache Hadoop clusters. The Knox Gateway provides a single access point for all REST/HTTP interactions with Apache Hadoop clusters. ## Issues: - there are no issues requiring board attention at this

Re: [DISCUSS] Planning for Apache Knox 1.3.0 Release

2019-02-15 Thread larry mccay
Bump On Tue, Feb 12, 2019 at 3:51 PM larry mccay wrote: > All - > > I'd like to officially start the planning for the 1.3.0 release of Apache > Knox. > > After looking at the list of outstanding JIRAs with fixVersion of 1.3.0, > existing KIPs and considering re

Re: [DISCUSS] Planning for Apache Knox 1.3.0 Release

2019-02-19 Thread larry mccay
> I think shooting for a release mid-April is a good goal, even if we can’t > > complete the list exhaustively. > > > > Thanks again, > > Phil > > > > On Tue, Feb 12, 2019 at 3:51 PM larry mccay wrote: > > > > > All - > > > > > > I'd li

Re: [DISCUSS] Enter the Pull Request?

2019-02-19 Thread larry mccay
already has some jobs here (for instance > > >> > https://builds.apache.org/job/Knox-master-daily/) we might consider > > >> > creating Knox's PR Builder here too (so that all of our CI related > > jobs > > >> > would be in one place). If t

Re: Start to Close Down on Apache Knox 1.3.0 Release

2019-06-22 Thread larry mccay
fleshing that coverage out more completely if we think > that's important for 1.3.0. > > Do you have a timeframe in mind for the release? > > - Phil > > On Sat, Jun 22, 2019 at 6:35 PM larry mccay wrote: > > > I've trimmed the outstanding issues for 1.3.0 down to 9. >

Start to Close Down on Apache Knox 1.3.0 Release

2019-06-22 Thread larry mccay
All - I am going to start aggressively moving issues from fixVersion 1.3.0 to 1.4.0 in order to close down on a 1.3.0 release. We have a number of performance and other bugs fixes that need to find their way into an actual release. Anything that I move out that you feel needs to land in the

Re: Start to Close Down on Apache Knox 1.3.0 Release

2019-06-22 Thread larry mccay
I've trimmed the outstanding issues for 1.3.0 down to 9. One or two of these may already be done too. We should be able to close down on this and get an RC over the next week and would like to push to do so. Here is the current list: [image: image.png] On Sat, Jun 22, 2019 at 5:58 PM larry

Re: Build problem

2019-07-04 Thread larry mccay
of NPM considering that I just installed it yesterday. On Thu, Jul 4, 2019 at 2:01 PM larry mccay wrote: > Hmmm - I've not seen that but I always do: > > mvn clean install -DskipTests=false -Ppackage > > Maybe the packaging is setting up something that we need for npm? > > On Wed,

Re: Build problem

2019-07-04 Thread larry mccay
Hmmm - I've not seen that but I always do: mvn clean install -DskipTests=false -Ppackage Maybe the packaging is setting up something that we need for npm? On Wed, Jul 3, 2019 at 1:25 PM Colm O hEigeartaigh wrote: > Hi Kevin, > > I was just building the source with "mvn clean install". I

[VOTE] Release Apache Knox 1.3.0

2019-07-10 Thread larry mccay
All - A candidate for the Apache Knox 1.3.0 release is available at: https://dist.apache.org/repos/dist/dev/knox/knox-1.3.0/ The release candidate is a zip archive of the sources in: https://https://gitbox.apache.org/repos/asf/knox.git Branch v1.3.0 (git checkout -b v1.3.0) The KEYS file for

Re: pac4j bug and fix: Remove only specific query parameters from HTTP-Redirect

2019-07-11 Thread larry mccay
Hi Jason - Thank you for tracking this down and providing a PR for it! I've commented on the PR itself and am copying Jérôme on this thread. @Jérôme - Heads up - we are currently on 3.7 and will need to get a version with this fix, I think. Thanks again, Jason! --larry On Thu, Jul 11, 2019 at

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-12 Thread larry mccay
Would be curious > what > > you are hitting. > > > > Kevin Risden > > > > > > On Fri, Jul 12, 2019 at 12:12 PM Jeffrey Rodriguez > > > wrote: > > > > > -1: At this point I am inclined to advise checking the build issues > > > found in v1.3.0. I will t

Re: Start to Close Down on Apache Knox 1.3.0 Release

2019-06-29 Thread larry mccay
I plan to branch for the 1.3.0 release while we close down the last few issues. We will just need to double commit to master and v1.3.0 branches until the release ships. On Sat, Jun 22, 2019 at 10:59 PM larry mccay wrote: > I would say the release is over due. > If the service discovery

Re: Start to Close Down on Apache Knox 1.3.0 Release

2019-06-29 Thread larry mccay
for 1.4.0 release. On Sat, Jun 29, 2019 at 3:37 PM larry mccay wrote: > I plan to branch for the 1.3.0 release while we close down the last few > issues. > We will just need to double commit to master and v1.3.0 branches until the > release ships. > > > On Sat, Jun 22, 2019 at

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-16 Thread larry mccay
t; pushed to master and v1.3.0. > > Kevin Risden > > > On Tue, Jul 16, 2019 at 10:42 AM larry mccay > wrote: > > > @Sandor - that's great to hear. > > I think getting a fix for this is worth spinning a new RC - if you can > get > > it done in a day or s

[CANCEL] Re: [VOTE] Release Apache Knox 1.3.0

2019-07-16 Thread larry mccay
Cancelling VOTE on RC 1 for Knox 1.3.0. On Tue, Jul 16, 2019 at 12:05 PM larry mccay wrote: > Excellent, @kevin and @sandor. > Nice work chasing down the issue and getting the fix ready and in! > > Here is my -1 for RC 1. > > I will spin RC 2 today. > > On Tue, Jul 16

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-16 Thread larry mccay
@Sandor - that's great to hear. I think getting a fix for this is worth spinning a new RC - if you can get it done in a day or so. I'll hold off on my -1 for now but think that if a fix lands soon that I will want to pull it into the 1.3.0 release. On Tue, Jul 16, 2019 at 10:14 AM Sandor Molnar

Re: [VOTE] Release RC 2 as Apache Knox 1.3.0

2019-07-17 Thread larry mccay
cellent job!! Thank you. > > > > I am able to build on the scenario where I had problems. > > > > Also tested a few of the scenarios where I use Knox. > > > > +1 Release this package as Knox 1.3.0 is my vote. > > > > Jeffrey E Rodriguez > > > > On

[VOTE] Release RC 2 as Apache Knox 1.3.0

2019-07-17 Thread larry mccay
All - A candidate for the Apache Knox 1.3.0 release is available at: https://dist.apache.org/repos/dist/dev/knox/knox-1.3.0/ This RC addresses multiple issues identified in the testing of RC 1: 1. Build problem related to DNS and SAN within the self signed cert 2. libpam4j issue 3.

Re: [ANNOUNCE] Apache Knox 1.3.0 Release

2019-07-25 Thread larry mccay
others interested in helping out to engage the community on the dev and users lists! --Apache Knox PMC and community On Thu, Jul 25, 2019 at 8:51 PM larry mccay wrote: > The Apache Knox team is proud to announce the release of Apache Knox 1.2.0! > > Apache Knox is a REST API Gateway for

[ANNOUNCE] Apache Knox 1.3.0 Release

2019-07-25 Thread larry mccay
The Apache Knox team is proud to announce the release of Apache Knox 1.2.0! Apache Knox is a REST API Gateway for providing secure access to the data and processing resources of Hadoop clusters. More details on Apache Knox can be found at: https://knox.apache.org/ Downloads, KEYS and

[RESULTS] [VOTE] Release RC 2 as Apache Knox 1.3.0

2019-07-22 Thread larry mccay
I could not find error messages in Knox logs, I > was > > able to confirm websockets are working and I can see the data going > back > > and forth. Anybody see this issue ? will try to test it again on a > secure > > cluster. > > >

[DISCUSS] Apache Knox 1.3.0 Release Proposal

2019-07-09 Thread larry mccay
All - As Kevin Risden has resolved the Jetty upgrade and challenges with Hadoop dependency as well as moved the last JIRA out to 1.4.0 - we no longer have any outstanding JIRAs for the 1.3.0 release. We did branch a couple weeks ago in order to prepare for this and I think it is time to cut our

[DISCUSS] Planning for Apache Knox 1.4

2019-10-31 Thread larry mccay
Folks - Out last release with end of July, I apologize for the delay in starting the planning thread for 1.4. We currently have a backlog of ~65 JIRAs slated for a Fix Version of 1.4. There has been some work going on within KnoxShell to provide a general purpose representation for tabular

Re: [DISCUSS] - Integrating Knox with Swagger

2019-11-13 Thread larry mccay
+ dev@... Thank you for the idea! Yes, I am familiar with Swagger and that would be huge for our current APIs and others that may come along. I think the effort to add a swagger filter or the like will be only one part of the larger effort of how it integrates into Knox, the site, the Admin UI,

Re: [DISCUSS] KIP-14 - KnoxShell Improvement for Tabular Data

2019-11-14 Thread larry mccay
uld be pushed down to the JDBC > interface and the results returned through Knox. > > Kevin Risden > > > On Wed, Nov 6, 2019 at 8:42 PM larry mccay wrote: > > > All - > > > > I've created the following KIP to try and capture the motivation, > usecases >

Re: [DISCUSS] Planning for Apache Knox 1.4

2019-11-14 Thread larry mccay
ovember release, but need to make sure not trying to > rush in new things just because a release will happen. There will be more > releases. > > > Kevin Risden > > > On Fri, Nov 1, 2019 at 11:51 AM Sandeep Moré > wrote: > > > Thanks for starting the planning thread Larr

[DISCUSS] KIP-14 - KnoxShell Improvement for Tabular Data

2019-11-06 Thread larry mccay
All - I've created the following KIP to try and capture the motivation, usecases and vision for KnoxShellTable in the following KIP. I may extend this rather than add a new KIP for the Custom Groovy Shell commands that I am working on for working with KnoxShellTable but in the meantime, this

[ANNOUNCE] New committer and PMC member: Sandor Molnar

2019-11-21 Thread larry mccay
The Project Management Committee (PMC) for Apache Knox has invited Sandor Molnar to become a committer and PMC member and we are pleased to announce that he has accepted. Sandor has been a contributor to Apache Knox community with over 50 commits of both new features, bug fixes and community

[DISCUSS] Tag and Branching for Apache Knox 1.4.0 Release

2020-04-14 Thread larry mccay
All - I am about to start the process of tagging and branching for the 1.4.0 release. Please feel free to speak up if you feel this should not be done at this point. Current open JIRAs tagged for 1.4.0 are limited to doc issues and shouldn't block the creation of a RC, in my opinion. thoughts?

[VOTE] Release Apache Knox 1.4.0 - RC 1

2020-04-14 Thread larry mccay
All - A candidate for the Apache Knox 1.4.0 release is available at: https://dist.apache.org/repos/dist/dev/knox/knox-1.4.0/ The release candidate is a zip archive of the sources in: https://https://gitbox.apache.org/repos/asf/knox.git Branch v1.4.0 (git checkout -b v1.4.0) The KEYS file for

Re: [VOTE] Release Apache Knox 1.4.0 - RC 1

2020-04-16 Thread larry mccay
r 16, 2020 at 10:47 AM Sandor Molnar > > wrote: > > > Hi folks, > > > > Here is my +1 for RC1 of Knox 1.4. > > I verified the updated signatures and ran some basic tests (including > some > > of the new features) using the downloaded product. > > >

Re: [VOTE] Release Apache Knox 1.4.0 - RC 1

2020-04-16 Thread larry mccay
not have the tar.gz file for knox-1.4.0-src > (i.e. knox-1.4.0-src.tar.gz) > > > > > > > > > > *gpg --list-keys | grep -B 2 Larrypub rsa4096 2013-10-08 [SC] > CB951DC938391FE207682BB582F9C371587C089Buid [ unknown] Larry > McCay (CODE SIGNING KEY) >--p

Apache Knox release 1.4.0 Close Down

2020-04-13 Thread larry mccay
Folks - We are down to 2 doc bugs that I think we can take care of while testing the release and/or shortly thereafter. I plan to finally cut an RC sometime tomorrow. thanks, --larry

[CANCEL] [VOTE] Release Apache Knox 1.4.0 - RC 2

2020-04-21 Thread larry mccay
ked CM Service Discovery with kerberos auth > > > * Checked remote alias service with kerberos auth (encountered > KNOX-2315 > > > <https://issues.apache.org/jira/browse/KNOX-2315>) > > > * Checked knoxcli command to convert topologies to providers and > > > d

Re: [CANCEL] [VOTE] Release Apache Knox 1.4.0 - RC 2

2020-04-21 Thread larry mccay
<https://issues.apache.org/jira/browse/KNOX-2344also/instead> > ? > > On Tue, Apr 21, 2020 at 11:05 AM larry mccay wrote: > > > Folks - > > > > Should we take this opportunity to address any of the issues we decided > > were not blockers? > > For ins

Re: [CANCEL] [VOTE] Release Apache Knox 1.4.0 - RC 2

2020-04-21 Thread larry mccay
nch) 30 minutes ago. > I've just created another one for branch v1.4.0 here: > https://github.com/apache/knox/pull/319 > Once all checks are completed I'm going to merge it too and you can spin > RC3. > > Sandor > > On Tue, Apr 21, 2020 at 4:27 PM larry mccay wrote: >

[VOTE] Release Apache Knox 1.4.0 - RC 2

2020-04-19 Thread larry mccay
All - A 2nd candidate for the Apache Knox 1.4.0 release is available at: https://dist.apache.org/repos/dist/dev/knox/knox-1.4.0/ The release candidate is a zip archive of the sources in: https://https://gitbox.apache.org/repos/asf/knox.git Branch v1.4.0 (git checkout -b v1.4.0) The KEYS file

Re: [VOTE] Release Apache Knox 1.4.0 - RC 2

2020-04-19 Thread larry mccay
issue: does SQL history with up arrow is off by one. Have to go up then back down to get the to actual most recent (not blocker) * tested that null cols in JDBC tables are handled properly +1 On Sun, Apr 19, 2020 at 4:19 PM larry mccay wrote: > All - > > A 2nd candidate for the Apache K

Re: [VOTE] Release Apache Knox 1.4.0 - RC 1

2020-04-19 Thread larry mccay
your inclination, and I indicated my similar inclination in > my > > review. > > I just wanted to call these things out in case anyone feels differently. > > > > I'm giving my +1 for this RC. > > > > Thanks, > > Phil > > > > On Thu, Apr

[CANCEL] [VOTE] Release Apache Knox 1.4.0 - RC 1

2020-04-19 Thread larry mccay
As I mentioned earlier, I am cancelling this VOTE due to found issue. On Sun, Apr 19, 2020 at 1:27 PM larry mccay wrote: > All - > > Overall the release candidate looks pretty good. > Unfortunately, I did find a bug that I feel is a blocker - it is in > KnoxShellTableRenderer

Apache Knox 1.4.0 Release Closedown

2020-03-28 Thread larry mccay
All - We have finally gotten our outstanding issues for the 1.4.0 release down to a handful of docs issues. I need to file more for the many enhancements to the KnoxShell client environment as well. These enhancements cover most of what was detailed in KIP-14 [1]. I am excited to get these

[ANNOUNCE] - Apache Knox 1.4.0 Release

2020-04-27 Thread larry mccay
The Apache Knox team is proud to announce the release of Apache Knox 1.4.0! Apache Knox is a REST API Gateway for providing secure access to the data and processing resources of Hadoop clusters. More details on Apache Knox can be found at: https://knox.apache.org/ Downloads, KEYS and

[RESULT] [VOTE] Release Apache Knox 1.4.0 - RC 3

2020-04-26 Thread larry mccay
d remote alias service with kerberos auth >> * Checked knoxcli command to convert topologies to providers and >> descriptors >> >> Best, >> Sandeep >> >> On Wed, Apr 22, 2020 at 12:36 PM larry mccay wrote: >> >> > All - >> >

[VOTE] Release Apache Knox 1.4.0 - RC 3

2020-04-22 Thread larry mccay
All - A 3rd candidate for the Apache Knox 1.4.0 release is available at: https://dist.apache.org/repos/dist/dev/knox/knox-1.4.0/ The release candidate is a zip archive of the sources in: https://https://gitbox.apache.org/repos/asf/knox.git Branch v1.4.0 (git checkout -b v1.4.0) The KEYS file

Re: [CANCEL] [VOTE] Release Apache Knox 1.4.0 - RC 2

2020-04-22 Thread larry mccay
ndor Molnar > wrote: > > > I've just filed a JIRA: https://issues.apache.org/jira/browse/KNOX-2353 > > > > On Tue, Apr 21, 2020 at 5:47 PM Phil Zampino > wrote: > > > >> +1 > >> > >> On Tue, Apr 21, 2020 at 11:43 AM larry mccay > >

Re: [VOTE] Release Apache Knox 1.4.0 - RC 3

2020-04-24 Thread larry mccay
nstalled pseudo-distributed instance (Mac OS X ) > * Checked Zeppelin > * Checked CM Service Discovery with kerberos auth > * Checked remote alias service with kerberos auth > * Checked knoxcli command to convert topologies to providers and > descriptors > > Best, > Sandeep >

Re: [VOTE] Release Apache Knox 1.5.0 - RC 1

2020-11-27 Thread larry mccay
Yes, it should. Not sure whether this is a blocker or not. Thoughts? On Wed, Nov 25, 2020, 9:59 PM Phil Zampino wrote: > Checking the NOTICE file in the RC, it has the copyright date as > 2012-20*19*. > Should it rather be 2012-20*20*? > > > > On Sun, Nov 22, 2020 at 2:59

Re: [VOTE] Release Apache Knox 1.5.0 - RC 1

2020-12-05 Thread larry mccay
> > LGTM, > Phil > > On Sun, Nov 22, 2020 at 2:59 PM larry mccay wrote: > > > All - > > > > Release candidate #1 for the Apache Knox 1.5.0 release is available at: > > > > https://dist.apache.org/repos/dist/dev/knox/knox-1.5.0/ > > > >

[RESULT] [VOTE] Release Apache Knox 1.5.0 - RC 1

2020-12-05 Thread larry mccay
The VOTE for 1.5.0 RC 1 PASSES with: 3 binding +1's 0 nonbinding +1 0 -1's I will be working on promoting 1.5.0 RC1 to an official release shortly. Thank you for taking the time to test this release and contributing to the Apache Knox community! On Sat, Dec 5, 2020 at 11:34 AM larry mccay

Re: Knox for combining CAS authentication for UI and Kerberos for backend

2020-12-01 Thread larry mccay
Hi Tien - Apache Knox sounds like exactly what you need here. Let me explain a bit about how Knox fits into the Hadoop ecosystem. Apache Hadoop established an integration pattern that is used across the ecosystem of related projects called proxyuser or Trusted Proxy [1]. This is a pattern that

Re: Knox for combining CAS authentication for UI and Kerberos for backend

2020-12-01 Thread larry mccay
r your CAS server and redirect you there to login. Once successfully logged in to CAS it will redirect back to KnoxSSO which will in turn redirect you back to your original URL. The cookie will be found and access to the UI granted based on your CAS authentication event. On Tue, Dec 1, 2020 at 2:3

Re: Knox for combining CAS authentication for UI and Kerberos for backend

2020-12-01 Thread larry mccay
/user-guide.html#For+CAS+support: 3. http://knox.apache.org/books/knox-1-4-0/user-guide.html#SSO+Cookie+Provider On Tue, Dec 1, 2020 at 5:51 PM larry mccay wrote: > Just realized that I left out your specific question about CAS. > We have support for CAS authentication. > For this you

Re: Knox for combining CAS authentication for UI and Kerberos for backend

2020-12-02 Thread larry mccay
Lists page [1] from the project home page. thanks, --larry 1. http://knox.apache.org/mailing-lists.html On Wed, Dec 2, 2020 at 1:30 PM Tien Dat PHAN wrote: > Many thanks, Larry, for such useful information. > > Best regards > Tien Dat > On 2020/12/01 22:55:47, larry mccay wrote: &

[ANNOUNCE] - Apache Knox 1.5.0 Release

2020-12-10 Thread larry mccay
The Apache Knox team is proud to announce the release of Apache Knox 1.5.0! Apache Knox is a REST API Gateway for providing secure access to the data and processing resources of Apache Hadoop clusters. More details on Apache Knox can be found at: https://knox.apache.org/ Downloads, KEYS and

Re: [DISCUSS] Release an Apache Knox v1.5.0

2020-11-10 Thread larry mccay
p release just before the holidays. > > Best, > Sandeep > > On Thu, Nov 5, 2020 at 3:57 PM larry mccay wrote: > > > All - > > > > There has been 7 months or so since we released 1.4.0. > > While we haven't done any particular feature scoping as part of

Re: [DISCUSS] Release an Apache Knox v1.5.0

2020-11-21 Thread larry mccay
All - We are down to 2 doc JIRAs with a Fix Version of 1.5.0. I am going to begin the process to spin the first RC for this release. thanks! --larry On Tue, Nov 10, 2020 at 5:16 PM Phil Zampino wrote: > Sounds good to me. > Thanks, Larry! > > On Tue, Nov 10, 2020 at 2:45 PM

[VOTE] Release Apache Knox 1.5.0 - RC 1

2020-11-22 Thread larry mccay
All - Release candidate #1 for the Apache Knox 1.5.0 release is available at: https://dist.apache.org/repos/dist/dev/knox/knox-1.5.0/ The release candidate is a zip archive of the sources in: https://https://gitbox.apache.org/repos/asf/knox.git Branch v1.5.0 (git checkout -b v1.5.0) The KEYS

[DISCUSS] Release an Apache Knox v1.5.0

2020-11-05 Thread larry mccay
All - There has been 7 months or so since we released 1.4.0. While we haven't done any particular feature scoping as part of a release theme, there have been numerous fixes and some feature work done in that time. We have around 90+ commits in that time and some interest has been expressed in

Re: interest in working on KIP-15 - KnoxSSO for Secure Shell Access

2021-06-17 Thread larry mccay
Welcome to the dev@knox list, Lu! Looking forward to your contributions on this project. thanks, --larry On Wed, Jun 16, 2021 at 3:56 PM Lu Liu wrote: > Hello everyone, > I'm doing an internship at Cloudera this summer under the supervision of > Larry and the mentorship of Phil. I will be

Re: [DISCUSS] Release an Apache Knox v1.6.0

2021-10-09 Thread larry mccay
before 2.0.0 we may need to add it to multiple branches depending on the timing. thanks, --larry On Sat, Oct 9, 2021 at 1:15 AM larry mccay wrote: > One of the first things we need to do is start moving out JIRAs tagged for > 1.6.0 to 1.7.0 or 2.0 that just aren't going to make it i

<    1   2   3   4   5   6   7   8   9   10   >