[42/50] [abbrv] incubator-livy git commit: LIVY-342. Create Livy UI: Create Web UI Servlet and All Sessions Page (#319)

2017-06-27 Thread jshao
http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/61b206e0/server/src/main/resources/com/cloudera/livy/server/ui/static/jquery-3.2.1.min.js -- diff --git

[37/50] [abbrv] incubator-livy git commit: LIVY-340. Add YARN queue support to interactive sessions. (#314)

2017-06-27 Thread jshao
LIVY-340. Add YARN queue support to interactive sessions. (#314) Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/7212e3f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy/tree/7212e3f3 Diff:

[17/50] [abbrv] incubator-livy git commit: Fix issue for some parent poms (#295)

2017-06-27 Thread jshao
Fix issue for some parent poms (#295) Change-Id: Ibf549db71b0f6dfc2004c3ff602e92860a38a093 Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/14c29e4d Tree:

[27/50] [abbrv] incubator-livy git commit: LIVY-272. Support Statement progress for interactive session. (#260)

2017-06-27 Thread jshao
LIVY-272. Support Statement progress for interactive session. (#260) Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/70f23b90 Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy/tree/70f23b90 Diff:

[50/50] [abbrv] incubator-livy git commit: Livy:337 Binding RPCServer to user provided port and not random port (#334)

2017-06-27 Thread jshao
Livy:337 Binding RPCServer to user provided port and not random port (#334) * Code changes in RPCserver for user provided port * Indentation Changes * Indentation Changes * Indentation Changes * Indentation Changes * Configuring Port Range * Documentation Changed * launcher.port.range will

[08/50] [abbrv] incubator-livy git commit: Bump to 0.4.0-SNAPSHOT for master branch (#282)

2017-06-27 Thread jshao
Bump to 0.4.0-SNAPSHOT for master branch (#282) Change-Id: I32dd970bfa1150e3b47ecbfd7c1a7c348bb7e259 Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/9575d8f7 Tree:

[04/50] [abbrv] incubator-livy git commit: Merge pull request #237 from jerryshao/LIVY-255

2017-06-27 Thread jshao
Merge pull request #237 from jerryshao/LIVY-255 LIVY-255. Update the docs for Livy build and Spark2 support Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/dbdad9d3 Tree:

[46/50] [abbrv] incubator-livy git commit: Minor. Add session information log when session is created (#325)

2017-06-27 Thread jshao
Minor. Add session information log when session is created (#325) * Add session information log when session is created Change-Id: I8702ebe1d893cf328b4490e5b5d09f3afd02b7ce * add more logs Change-Id: I969edf4e680e59e3ecfbaa50431ae61bd03d4795 * simplify the code Change-Id:

[31/50] [abbrv] incubator-livy git commit: Make several modules push-able to repo (#305)

2017-06-27 Thread jshao
Make several modules push-able to repo (#305) Change-Id: I9daec6ac7fdb2c9f727cbab6db042ec144c4edb8 Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/b7cc00a9 Tree:

[01/50] [abbrv] incubator-livy git commit: LIVY-183. Deploy livy-main pom to maven repo.

2017-06-27 Thread jshao
Repository: incubator-livy Updated Branches: refs/heads/branch-0.2 [created] 491de2126 refs/heads/branch-0.3 [created] 0afee2301 refs/heads/gh-pages [created] fd20a236a refs/heads/master [created] 9ae24d087 refs/heads/rel-0.2.0-refresh [created] e9256c27f refs/heads/revert-237-LIVY-255

[35/50] [abbrv] incubator-livy git commit: LIVY-323. Fixed livy-repl doesn't start with a lot of spark packages. (#312)

2017-06-27 Thread jshao
LIVY-323. Fixed livy-repl doesn't start with a lot of spark packages. (#312) Some Spark packages are depending on scala-reflect 2.11.0 and it conflicts with Spark's scala version 2.11.8. This's not Livy's fault actually but doesn't hurt to make Livy more fault tolerant. Since the scala-reflect

[33/50] [abbrv] incubator-livy git commit: LIVY-313. Fixed SparkRInterpreter always returning success. (#307)

2017-06-27 Thread jshao
LIVY-313. Fixed SparkRInterpreter always returning success. (#307) * LIVY-313. Fixed SparkRInterpreter always returning success. - Stopped redirecting stderr to stdout. - Continue to read ErrorStream (it was only being read once). - Checking for any errors returned by stderr before returning

[11/50] [abbrv] incubator-livy git commit: LIVY-308. Avoid enabling Hive by default in Spark2. (#287)

2017-06-27 Thread jshao
LIVY-308. Avoid enabling Hive by default in Spark2. (#287) Fixed broken integration test on Spark 2.1. Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/663c6130 Tree:

[12/50] [abbrv] incubator-livy git commit: LIVY-274. Add travis CI status in README (#288)

2017-06-27 Thread jshao
LIVY-274. Add travis CI status in README (#288) Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/a36e44f4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy/tree/a36e44f4 Diff:

[02/50] [abbrv] incubator-livy git commit: Update the docs related Livy build and Spark 2 support

2017-06-27 Thread jshao
Update the docs related Livy build and Spark 2 support Change-Id: Id59c628e73da46a124f718b192fc92336ac8eace Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/97251bdc Tree:

[09/50] [abbrv] incubator-livy git commit: Bump the version of branch-0.3 to 0.3.1-SNAPSHOT. (#281)

2017-06-27 Thread jshao
Bump the version of branch-0.3 to 0.3.1-SNAPSHOT. (#281) Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/0afee230 Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy/tree/0afee230 Diff: