[GitHub] incubator-livy pull request #113: [LIVY-500] Add beeline client for dev

2018-10-02 Thread mgaido91
Github user mgaido91 closed the pull request at: https://github.com/apache/incubator-livy/pull/113 ---

[GitHub] incubator-livy issue #117: [WIP][LIVY-502] Remove dependency on hive-exec

2018-10-02 Thread mgaido91
Github user mgaido91 commented on the issue: https://github.com/apache/incubator-livy/pull/117 thanks for the review @vanzin. I have updated the PR description. Let me know if it still needs to be improved. > I think as a first step getting the Hive code in, with the minimal

Re: Missing board report

2018-10-02 Thread Justin Mclean
HI, Just a reminder that the report is due today and I don't see any discussion on it. It helps me finish the IPMC report on time if you get your report in on time. Thanks, Justin

Re: Missing board report

2018-10-02 Thread Alex Bozarth
@marcelo and @jerry you've been reviewing and merging the most recent code changes as I've been a bit too busy. I know we've added a thrift server in the last quarter, could one of you fill out the report this time? If I don't hear back by end of work day then I'll just fill it out to the best of

Re: Missing board report

2018-10-02 Thread Marcelo Vanzin
I'm pretty sure I don't have access to the wiki; but I took the last report and added a small blurb about what's been going on. Feel free to update the wiki on my behalf. === Livy is web service that exposes a REST interface for managing long running Apache Spark

Re: Missing board report

2018-10-02 Thread Luciano Resende
Livy team, the report is not optional... Could someone please help draft a report... it should take a few minutes and we can help posting if you don’t have access. Thanks On Tue, Oct 2, 2018 at 16:54 Justin Mclean wrote: > HI, > > Just a reminder that the report is due today and I don't see

Re: Missing board report

2018-10-02 Thread Marcelo Vanzin
Hi Justin, Sorry, it wasn't intentional, it was probably just not in the original report I based my update on. I guess we just haven't been asking anything from the mentors, so we should just mention that in the report? On Tue, Oct 2, 2018 at 3:40 PM Justin Mclean wrote: > > HI, > > I notice

[GitHub] incubator-livy pull request #117: [WIP][LIVY-502] Remove dependency on hive-...

2018-10-02 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/incubator-livy/pull/117#discussion_r221881729 --- Diff: thriftserver/server/src/main/scala/org/apache/livy/thriftserver/auth/AuthenticationProvider.scala --- @@ -0,0 +1,74 @@ +/* + *

[GitHub] incubator-livy pull request #117: [WIP][LIVY-502] Remove dependency on hive-...

2018-10-02 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/incubator-livy/pull/117#discussion_r221883081 --- Diff: thriftserver/server/src/main/scala/org/apache/livy/thriftserver/auth/LivyDelegationTokenSecretManager.scala --- @@ -0,0 +1,81 @@ +/*

[GitHub] incubator-livy pull request #117: [WIP][LIVY-502] Remove dependency on hive-...

2018-10-02 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/incubator-livy/pull/117#discussion_r221885113 --- Diff: thriftserver/server/src/main/scala/org/apache/livy/thriftserver/cli/ThriftHttpCLIService.scala --- @@ -0,0 +1,210 @@ +/* + *

[GitHub] incubator-livy pull request #117: [WIP][LIVY-502] Remove dependency on hive-...

2018-10-02 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/incubator-livy/pull/117#discussion_r221887180 --- Diff: thriftserver/server/src/main/scala/org/apache/livy/thriftserver/operation/GetTypeInfoOperation.scala --- @@ -0,0 +1,130 @@ +/* +

[GitHub] incubator-livy pull request #117: [WIP][LIVY-502] Remove dependency on hive-...

2018-10-02 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/incubator-livy/pull/117#discussion_r221883802 --- Diff: thriftserver/server/src/main/scala/org/apache/livy/thriftserver/cli/ThriftCLIService.scala --- @@ -0,0 +1,745 @@ +/* + *

[GitHub] incubator-livy pull request #117: [WIP][LIVY-502] Remove dependency on hive-...

2018-10-02 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/incubator-livy/pull/117#discussion_r221886399 --- Diff: thriftserver/server/src/main/scala/org/apache/livy/thriftserver/cli/ThriftHttpServlet.scala --- @@ -0,0 +1,500 @@ +/* + *

[GitHub] incubator-livy pull request #117: [WIP][LIVY-502] Remove dependency on hive-...

2018-10-02 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/incubator-livy/pull/117#discussion_r221890669 --- Diff: thriftserver/server/src/main/scala/org/apache/livy/thriftserver/auth/AuthBridgeServer.scala --- @@ -0,0 +1,296 @@ +/* + *