[GitHub] incubator-livy issue #114: [LIVY-495] Add thriftserver UI

2018-09-27 Thread mgaido91
Github user mgaido91 commented on the issue: https://github.com/apache/incubator-livy/pull/114 cc @vanzin ---

[GitHub] incubator-livy issue #112: [LIVY-511][LIVY-512] Remove support for old Spark...

2018-09-27 Thread mgaido91
Github user mgaido91 commented on the issue: https://github.com/apache/incubator-livy/pull/112 @vanzin thanks, I have no more comments apart from https://github.com/apache/incubator-livy/pull/112#discussion_r220647323. I have not reviewed it carefully, but I am still quite new to

[GitHub] incubator-livy pull request #107: [LIVY-494] Add thriftserver to Livy server

2018-09-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-livy/pull/107 ---

[GitHub] incubator-livy pull request #112: [LIVY-511][LIVY-512] Remove support for ol...

2018-09-27 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/incubator-livy/pull/112#discussion_r220122923 --- Diff: README.md --- @@ -57,12 +57,8 @@ Required python packages for building Livy: To run Livy, you will also need a Spark installation.

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

2018-09-27 Thread mgaido91
Github user mgaido91 commented on the issue: https://github.com/apache/incubator-livy/pull/113 cc @vanzin ---

[GitHub] incubator-livy issue #112: [LIVY-511][LIVY-512] Remove support for old Spark...

2018-09-27 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/incubator-livy/pull/112 Any more comments? I'd like this to get in to unblock my changes for LIVY-503 (which right now depend on Spark 2.2). ---

[GitHub] incubator-livy pull request #115: fixing the Livy local file upload

2018-09-27 Thread firemonk9
GitHub user firemonk9 opened a pull request: https://github.com/apache/incubator-livy/pull/115 fixing the Livy local file upload https://groups.google.com/a/cloudera.org/forum/#!topic/livy-user/mm-XEhANDHU (Please fill in changes proposed in this fix) Iinclude a link to

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

2018-09-27 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/incubator-livy/pull/113 # [Codecov](https://codecov.io/gh/apache/incubator-livy/pull/113?src=pr=h1) Report > Merging [#113](https://codecov.io/gh/apache/incubator-livy/pull/113?src=pr=desc) into

[GitHub] incubator-livy pull request #112: [LIVY-511][LIVY-512] Remove support for ol...

2018-09-27 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/incubator-livy/pull/112#discussion_r220259542 --- Diff: .travis.yml --- @@ -19,24 +19,12 @@ sudo: required dist: trusty language: scala -env: - matrix: --

[GitHub] incubator-livy pull request #112: [LIVY-511][LIVY-512] Remove support for ol...

2018-09-27 Thread vanzin
GitHub user vanzin reopened a pull request: https://github.com/apache/incubator-livy/pull/112 [LIVY-511][LIVY-512] Remove support for old Spark, Scala versions. This change restricts Livy support to Spark 2.2+ and Scala 2.11. Both changes are made together because by

[GitHub] incubator-livy issue #107: [LIVY-494] Add thriftserver to Livy server

2018-09-27 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/incubator-livy/pull/107 Merging to master. ---

[GitHub] incubator-livy pull request #107: [LIVY-494] Add thriftserver to Livy server

2018-09-27 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/incubator-livy/pull/107#discussion_r219769059 --- Diff: server/src/main/scala/org/apache/livy/server/LivyServer.scala --- @@ -115,6 +117,16 @@ class LivyServer extends Logging {

[GitHub] incubator-livy pull request #112: [LIVY-511][LIVY-512] Remove support for ol...

2018-09-27 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/incubator-livy/pull/112#discussion_r220259713 --- Diff: README.md --- @@ -57,12 +57,8 @@ Required python packages for building Livy: To run Livy, you will also need a Spark installation. You

[GitHub] incubator-livy issue #107: [LIVY-494] Add thriftserver to Livy server

2018-09-27 Thread mgaido91
Github user mgaido91 commented on the issue: https://github.com/apache/incubator-livy/pull/107 Travis failure is intermittent, the branch build passed: https://travis-ci.org/mgaido91/incubator-livy/builds/432380763 ---

[GitHub] incubator-livy pull request #112: [LIVY-511][LIVY-512] Remove support for ol...

2018-09-27 Thread vanzin
Github user vanzin closed the pull request at: https://github.com/apache/incubator-livy/pull/112 ---

[GitHub] incubator-livy issue #116: [LIVY-520] Add log when session is GC-ed

2018-09-27 Thread mgaido91
Github user mgaido91 commented on the issue: https://github.com/apache/incubator-livy/pull/116 cc @alex-the-man @jerryshao @vanzin ---