zeppelin git commit: trigger mirroring again

2017-04-17 Thread jongyoul
asf/zeppelin/tree/2e7b8ec6 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/2e7b8ec6 Branch: refs/heads/branch-0.7 Commit: 2e7b8ec6d0bfeaa9fa7706ffd99f37b387d0b1d9 Parents: d4cacad Author: Jongyoul Lee Authored: Mon Apr 17 22:13:56 2017 +0900 Committer: Jongyoul Lee Committed: Mon Apr 17 22

[zeppelin] Git Push Summary [forced push!] [Forced Update!]

2017-04-17 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 2e7b8ec6d -> d4cacadaf (forced update)

zeppelin git commit: fix bugs for timer saver [Forced Update!]

2017-04-17 Thread jongyoul
lin/diff/22fecd3e Branch: refs/heads/branch-0.7 Commit: 22fecd3e5fe3df05df27443b22bd222b2395b15b Parents: 6955c8d Author: LeiWang Authored: Sun Apr 9 19:01:46 2017 +0800 Committer: Jongyoul Lee Committed: Mon Apr 17 22:23:48 2017 +0

zeppelin git commit: [Branch-0.7] Support for Zeppelin Context redefinition on Python

2017-04-17 Thread jongyoul
rts Authored: Mon Apr 17 22:39:08 2017 +0900 Committer: Jongyoul Lee Committed: Mon Apr 17 23:17:53 2017 +0900 -- .../zeppelin/python/PythonInterpreter.java | 2 +- .../python/PythonInterpreterPandasSql.java | 3 +- .../m

zeppelin git commit: [ZEPPELIN-2315] (bug) new note.json is overwritten by old note.json (master, branch-0.7)

2017-04-17 Thread jongyoul
er Commit: 33663941c5ca544b0922d7093c8a118d8c3fce3f Parents: f32651e Author: 1ambda <1am...@gmail.com> Authored: Mon Apr 17 17:08:41 2017 +0900 Committer: Jongyoul Lee Committed: Tue Apr 18 15:57:14 2017 +0900 -- .../src/main/java/org/

zeppelin git commit: [ZEPPELIN-2315] (bug) new note.json is overwritten by old note.json (master, branch-0.7)

2017-04-17 Thread jongyoul
(cherry picked from commit 33663941c5ca544b0922d7093c8a118d8c3fce3f) Signed-off-by: Jongyoul Lee Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/c9f2c5fb Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/c9f2c5fb D

zeppelin git commit: Revert "[ZEPPELIN-658] Scala: not accepting companion objects if defined in different lines"

2017-04-18 Thread jongyoul
c23cf7d91fd7b Parents: c9f2c5f Author: Jongyoul Lee Authored: Wed Apr 19 01:33:01 2017 +0900 Committer: Jongyoul Lee Committed: Wed Apr 19 01:58:08 2017 +0900 -- .../apache/zeppelin/spark/SparkInterpre

zeppelin git commit: [ZEPPELIN-2179] Clear output DOES NOT work in personalized mode (master)

2017-04-19 Thread jongyoul
/master Commit: 4b1b521fc34fd3c841e38ab591af0bc7df21a64e Parents: c3fbb1e Author: 1ambda <1am...@gmail.com> Authored: Sat Apr 15 17:18:56 2017 +0900 Committer: Jongyoul Lee Committed: Thu Apr 20 01:40:01 2017 +0900 -- .../ap

zeppelin git commit: [ZEPPELIN-2096] Conserve class loader after running interpret method

2017-04-20 Thread jongyoul
his be tested? N/A ### Screenshots (if appropriate) N/A ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #2258 from jongyoul/ZEPPELIN-2096 and squashes the following comm

zeppelin git commit: [ZEPPELIN-2096] Conserve class loader after running interpret method

2017-04-20 Thread jongyoul
uld this be tested? N/A ### Screenshots (if appropriate) N/A ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #2258 from jongyoul/ZEPPELIN-2096 and squashes the follow

zeppelin git commit: [HOTFIX] Remove adduser while creating note

2017-05-04 Thread jongyoul
eed update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #2292 from jongyoul/hotfix/remove-wrong-adduser-and-add-testcase and squashes the following commits: 6ed521a4 [Jongyoul Lee] Removed adduser while creating note Added t

[1/4] zeppelin git commit: [MINOR] Move remoteinterpreter into zengine

2017-05-06 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/master 8e96d8bd7 -> d9c4a5f0b http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d9c4a5f0/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterTest.java

[2/4] zeppelin git commit: [MINOR] Move remoteinterpreter into zengine

2017-05-06 Thread jongyoul
interpreter +if (!interpreterGroup.isAngularRegistryPushed()) { + pushAngularObjectRegistryToRemote(client); + interpreterGroup.setAngularRegistryPushed(true); +} + + } catch (TException e) { +logger.error("Failed to create interpreter: {}", getClassName()); + throw new Int

[4/4] zeppelin git commit: [MINOR] Move remoteinterpreter into zengine

2017-05-06 Thread jongyoul
files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #2320 from jongyoul/minor/move-remoteinterpreter-into-zengine and squashes the following commits: 80979913c [Jongyoul Lee] Removed author tag e1425dfa8 [Jon

[3/4] zeppelin git commit: [MINOR] Move remoteinterpreter into zengine

2017-05-06 Thread jongyoul
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d9c4a5f0/zeppelin-interpreter/src/test/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterTest.java -- diff --git a/zeppelin-interpreter/src/test/java/org/apache/zeppe

zeppelin git commit: [MINOR] Change `case` indent

2017-05-11 Thread jongyoul
needs documentation? No Author: Jongyoul Lee Closes #2336 from jongyoul/minor/change-case-indent and squashes the following commits: 26788c5f [Jongyoul Lee] Adopted new style f95418f7 [Jongyoul Lee] Changed case indentation to 2 7d404a17 [Jongyoul Lee] Reformatted xml Project: http://git-wip-

zeppelin git commit: Revert "[ZEPPELIN-2467] Restoring second travis job functionality"

2017-05-12 Thread jongyoul
t: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/8194a5e0 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/8194a5e0 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/8194a5e0 Branch: refs/heads/master Commit: 8194a5e0af0e1b926b27ea9e0d12bdf9d0e43b4b Parents: 4668da1 Aut

zeppelin git commit: Replace CXF with Jersey2 [ZEPPELIN-903]

2017-06-01 Thread jongyoul
pache.org/repos/asf/zeppelin/commit/c61e08de Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/c61e08de Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/c61e08de Branch: refs/heads/master Commit: c61e08de1f4c2686963d7d216207783a4369a5bd Parents: 96

zeppelin git commit: [ZEPPELIN-2538] JDBC completer improvements for work with large meta

2017-06-04 Thread jongyoul
diff/524d5f2a Branch: refs/heads/master Commit: 524d5f2a3994b88d073f79c0d1ead0f23b0786ff Parents: 8fbcc45 Author: Tinkoff DWH Authored: Sat May 20 22:38:11 2017 +0500 Committer: Jongyoul Lee Committed: Mon Jun 5 01:42:21 2017 +0900 ---

zeppelin git commit: [ZEPPELIN-2492] Use single Dockerfile for each tag (branch-0.7)

2017-06-04 Thread jongyoul
efs/heads/branch-0.7 Commit: e3071d66f0acdfe62ad62c794e53e14956ab2a63 Parents: 7382c1c Author: 1ambda <1am...@gmail.com> Authored: Fri Jun 2 15:24:38 2017 +0900 Committer: Jongyoul Lee Committed: Mon Jun 5 02:07:00 2017 +0900

zeppelin git commit: Improved comment, removed admin user definition per default

2017-06-07 Thread jongyoul
n/commit/dc71877f Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/dc71877f Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/dc71877f Branch: refs/heads/master Commit: dc71877f720b17934af64c2263a34d0a0536b048 Parents: 169fb74 Author: Christian Fries Authored: Fri May 26 13:29:13 20

zeppelin git commit: [MINOR] fix: Remove newlines in spark tutorial output

2017-06-07 Thread jongyoul
mbda <1am...@gmail.com> Authored: Fri Jun 2 08:06:48 2017 +0900 Committer: Jongyoul Lee Committed: Thu Jun 8 11:00:12 2017 +0900 -- notebook/2A94M5J1Z/note.json | 2 +- 1 file changed, 1 insertion

zeppelin git commit: [ZEPPELIN-2222] Add Network Visualization

2017-06-08 Thread jongyoul
r84 Authored: Thu Jun 8 14:48:01 2017 +0200 Committer: Jongyoul Lee Committed: Fri Jun 9 15:37:43 2017 +0900 -- docs/_includes/themes/zeppelin/_navigation.html | 1 + .../img/screenshots/display_complex_network.png | Bin 0 ->

[zeppelin] Git Push Summary

2017-06-15 Thread jongyoul
Repository: zeppelin Updated Tags: refs/tags/v0.5.6-rc1 [created] e34579e81 refs/tags/v0.6.0-rc1 [created] fa2c0ff93 refs/tags/v0.6.2-rc1 [created] 9a4459084 refs/tags/v0.6.2-rc2 [created] 091086de9 refs/tags/v0.7.0-rc1 [created] bcbe08551 refs/tags/v0.7.0-rc2 [created] d0ddf8fdf refs/

[zeppelin] Git Push Summary

2017-06-15 Thread jongyoul
Repository: zeppelin Updated Tags: refs/tags/v0.7.2 467ed12cc -> 843503607

[1/2] zeppelin git commit: [ZEPPELIN-2590] Convert jupyter's notebook to Zeppelin's note

2017-06-17 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/master e20f68be8 -> 00243ea43 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/00243ea4/zeppelin-jupyter/src/test/resources/examples.ipynb -- diff --git a/zeppelin-jupyter/s

[2/2] zeppelin git commit: [ZEPPELIN-2590] Convert jupyter's notebook to Zeppelin's note

2017-06-17 Thread jongyoul
jira/browse/ZEPPELIN-2590 ### How should this be tested? ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #2393 from jongyoul/ZEPPELIN-2

zeppelin git commit: [ZEPPELIN-2482] added font size for paragraph

2017-06-24 Thread jongyoul
repos/asf/zeppelin/tree/dd6308e4 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/dd6308e4 Branch: refs/heads/master Commit: dd6308e4fd5f30ed488585cbcd32bdcd4c493c15 Parents: d3d6340 Author: Tinkoff DWH Authored: Fri Jun 16 10:53:33 2017 +0500 Committer: Jo

zeppelin git commit: ZEPPELIN-2637: Make useLegacySql configurable, in Bigquery Interpreter

2017-07-02 Thread jongyoul
nts: effc28a Author: Karup Authored: Sat Jun 17 20:48:45 2017 +0530 Committer: Jongyoul Lee Committed: Sun Jul 2 22:25:26 2017 +0900 -- .../zeppelin/bigquery/BigQueryInterpreter.java | 24 +--- .../src/main/resour

zeppelin git commit: [ZEPPELIN-2661]Test: personalized mode action

2017-07-05 Thread jongyoul
nor] modify annotation 8e13fad0 [soralee] style: added new line 49a339a8 [soralee] test: add to check point about being turned on personalized mode in user1 ad77924a [soralee] personalize mode integration test Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-

zeppelin git commit: [ZEPPELIN-2693] Test: interpreter mode action test

2017-07-05 Thread jongyoul
o Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/2842251b Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/2842251b Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/2842251b Branch: refs/heads/master Commit: 2842251b77b48a66a022d84b2d43f0455e6a9419 Parents: fdbfff2

zeppelin git commit: [HOTFIX] Forward compatibility of Note class

2017-09-18 Thread jongyoul
ges for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #2591 from jongyoul/hotfix/note-json-forward-compatibility and squashes the following commits: 046a245e [Jongyoul Lee] Fixed style 492e7d30 [Jongyoul Lee] Make test case more concrete 13b9aef5 [Jongyoul Lee] A

zeppelin git commit: [ZEPPELIN-2930] Releasing session of JDBC interpreter close().

2017-09-21 Thread jongyoul
asf/zeppelin/diff/84e9bd96 Branch: refs/heads/master Commit: 84e9bd96d26c10edf48194980f5e0fbf5605f0ef Parents: 7f16fc2 Author: Shim Authored: Wed Sep 13 22:07:28 2017 +0900 Committer: Jongyoul Lee Committed: Fri Sep 22 10:22:42 2017 +0

zeppelin git commit: [HOTFIX] fix build spark and R interpreters

2017-10-24 Thread jongyoul
asf/zeppelin/tree/6d590c40 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/6d590c40 Branch: refs/heads/master Commit: 6d590c40bea2f9d898de089730488fc7ab8d2059 Parents: c45128e Author: tinkoff-dwh Authored: Tue Oct 24 18:30:58 2017 +0500 Committer: Jongyoul Lee Committed: Tue Oct 24 23

zeppelin git commit: [FIX] fix converter forms to json

2017-10-26 Thread jongyoul
48 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/30f60248 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/30f60248 Branch: refs/heads/master Commit: 30f60248cf634d3eb044512450a72f1784d17a9b Parents: 1a79b51 Author: tinkoff-dwh Authored: Sun Oct 15 14:13:28 2017 +0500 Commit

zeppelin git commit: available_interpreters.png replace.

2017-11-17 Thread jongyoul
org/repos/asf/zeppelin/diff/2a33fd37 Branch: refs/heads/master Commit: 2a33fd379bfc13d5def66143f4387ce9a7719b15 Parents: 7241348 Author: Jongmin Kim Authored: Wed Nov 15 17:16:04 2017 +0900 Committer: Jongyoul Lee Committed: Fri Nov 17 19:43:

svn commit: r1815563 - /zeppelin/site/assets/themes/zeppelin/img/available_interpreters.png

2017-11-17 Thread jongyoul
Author: jongyoul Date: Fri Nov 17 11:29:06 2017 New Revision: 1815563 URL: http://svn.apache.org/viewvc?rev=1815563&view=rev Log: Changed the log of elasticsearch Modified: zeppelin/site/assets/themes/zeppelin/img/available_interpreters.png Modified: zeppelin/site/assets/themes/zeppelin

[1/3] zeppelin git commit: [ZEPPELIN-3100] Upgrade node and npm version

2017-12-19 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/master 246f69671 -> a75aa52b6 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/a75aa52b/zeppelin-web/pom.xml -- diff --git a/zeppelin-web/pom.xml b/zeppelin-web/pom.xml inde

[2/3] zeppelin git commit: [ZEPPELIN-3100] Upgrade node and npm version

2017-12-19 Thread jongyoul
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/a75aa52b/zeppelin-web/package-lock.json -- diff --git a/zeppelin-web/package-lock.json b/zeppelin-web/package-lock.json new file mode 100644 index 000..443c7b7 --- /dev/null

[3/3] zeppelin git commit: [ZEPPELIN-3100] Upgrade node and npm version

2017-12-19 Thread jongyoul
e? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #2707 from jongyoul/ZEPPELIN-3100 and squashes the following commits: 3312c2d2 [Jongyoul Lee] Fixed rat f2697c14 [Jongyoul Lee] Upgraded node and npm version to reduce bu

zeppelin git commit: [MINOR] Remove r from zeppelin-web test

2017-12-19 Thread jongyoul
hor: Jongyoul Lee Closes #2710 from jongyoul/minor/remove-unused-r-in-ci and squashes the following commits: 64d765cd [Jongyoul Lee] Removed r from zeppelin-web test Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/ed468

incubator-zeppelin git commit: [MINOR] Remove redundant logic of JDBC Interpreter

2016-05-24 Thread jongyoul
ges for older versions? NO * Does this needs documentation? NO Author: Jongyoul Lee Closes #909 from jongyoul/minor-remove-logic-for-check-user-pass-from-jdbc and squashes the following commits: 0a72a57 [Jongyoul Lee] [MINOR] Remove redundant logic of JDBC Interpreter - Removed logic for check

incubator-zeppelin git commit: [ZEPPELIN-881] Apache Ignite version updated to 1.6

2016-05-30 Thread jongyoul
ads/master Commit: f291b26195d7c186994ef137f75c76eee87e21ce Parents: 803ebc2 Author: agura Authored: Wed May 25 17:32:34 2016 +0300 Committer: Jongyoul Lee Committed: Tue May 31 11:39:46 2016 +0900 -- ignite/pom.xml | 2 +- 1 f

incubator-zeppelin git commit: ZEPPELIN-804 Refactoring registration mechanism on Interpreters

2016-05-30 Thread jongyoul
1. Adopt static init 1. Repeat them from the second step with {interpreter_group2} Author: Jongyoul Lee Closes #835 from jongyoul/ZEPPELIN-804 and squashes the following commits: 823321e [Jongyoul Lee] ZEPPELIN-804 Refactoring registration mechanism on Interpreters - Added documentation 25bc501

incubator-zeppelin git commit: [DOC] Added the link of Apache's Jira for beginner

2016-05-30 Thread jongyoul
### What is the Jira issue? N/A ### How should this be tested? N/A ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #934 from jongyoul/d

incubator-zeppelin git commit: [MINOR] fixed a logic to find issue number from title

2016-06-01 Thread jongyoul
gt; re.findall("ZEPPELIN-[0-9]{3,5}", "ZEPPELIN-123") ['ZEPPELIN-123'] >>> re.findall("ZEPPELIN-[0-9]{4,5}", "ZEPPELIN-123") [] >>> re.findall("ZEPPELIN-[0-9]{3,5}", "ZEPPELIN-123") ['ZEPPELIN-123'] ```

incubator-zeppelin git commit: [HOTFIX] ZEPPELIN-931: fix interpreter listing bug

2016-06-01 Thread jongyoul
- **After** https://cloud.githubusercontent.com/assets/10060731/15723067/92bcc8ce-27f5-11e6-82f5-6c0db7b4342c.png";> ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: AhyoungRyu Author: Jongyoul Lee Author: Ah

incubator-zeppelin git commit: [ZEPPELIN-915] New registration mechanism applied to JDBCInterpreter

2016-06-07 Thread jongyoul
55a Author: Ralph Geerkens Authored: Thu Jun 2 23:10:54 2016 +0200 Committer: Jongyoul Lee Committed: Tue Jun 7 23:02:48 2016 +0900 -- .../apache/zeppelin/jdbc/JDBCInterpreter.java | 15 .../src/main/resources/interpre

incubator-zeppelin git commit: Update README.md for fixing ignite flag

2016-06-08 Thread jongyoul
ppelin/tree/d3d93e7b Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/d3d93e7b Branch: refs/heads/master Commit: d3d93e7b132ec2ca2b202b39e8e35805858692e7 Parents: e5c5cc2 Author: AhyoungRyu Authored: Mon Jun 6 16:09:15 2016 -0700 Committer: Jongyoul Lee Committed: Wed Jun 8 23

incubator-zeppelin git commit: [ZEPPELIN-911] Apply new mechanism to FlinkInterpreter

2016-06-09 Thread jongyoul
wip-us.apache.org/repos/asf/incubator-zeppelin/tree/164bcd36 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/164bcd36 Branch: refs/heads/master Commit: 164bcd36a1e73f074d820014dc0341414fc09967 Parents: e6a44d8 Author: rerngvit Authored: Wed Jun 8 22:35:09 2016 +0200 Committer: Jongyoul

incubator-zeppelin git commit: ZEPPELIN-925 Merge HiveInterpreter into JDBCInterpreter

2016-06-09 Thread jongyoul
documentation? No Author: Jongyoul Lee Closes #943 from jongyoul/ZEPPELIN-925 and squashes the following commits: eb50c78 [Jongyoul Lee] Fixed typo 45ec667 [Jongyoul Lee] Updated style of jdbc.md f6b94d6 [Jongyoul Lee] Update hive.md 6aa9c7b [Jongyoul Lee] Revert "Remove hive.md from do

zeppelin git commit: ZEPPELIN-614 Part 1. Merge PostgresqlInterpreter's sql completer into JDBC Interpreter

2016-06-12 Thread jongyoul
es files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #974 from jongyoul/ZEPPELIN-614 and squashes the following commits: 998352c [Jongyoul Lee] Fixed old styles 99ce452 [Jongyoul Lee] Updated license docume

[2/2] zeppelin git commit: ZEPPELIN-974 Merge TajoInterpreter into JdbcInterpreter

2016-06-13 Thread jongyoul
://issues.apache.org/jira/browse/ZEPPELIN-974 ### How should this be tested? ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #985 from

[1/2] zeppelin git commit: ZEPPELIN-974 Merge TajoInterpreter into JdbcInterpreter

2016-06-13 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/master 873fa8650 -> 7e1ad5b14 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/7e1ad5b1/tajo/src/test/java/org/apache/zeppelin/tajo/TesterResultSet.java -- diff --git a/tajo

zeppelin git commit: [MINOR] Removed classloaderInterpreter on RemoteInterpreterServer

2016-06-13 Thread jongyoul
ing changes for older versions? No * Does this needs documentation? No Classloader in RemoteInterpreter uses system classloader, thus there's no reason why interpreter is wrapped by Classloader Author: Jongyoul Lee Closes #990 from jongyoul/minor-unwrap-classloaderinterp

zeppelin git commit: ZEPPELIN-992 Move some tests from InterpreterFactoryTest to LazyOpenInterpreterTest

2016-06-15 Thread jongyoul
ase ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1002 from jongyoul/ZEPPELIN-992 and squashes the following commits: da851da [Jongyoul

zeppelin git commit: ZEPPELIN-992 Move some tests from InterpreterFactoryTest to LazyOpenInterpreterTest

2016-06-15 Thread jongyoul
992 ### How should this be tested? Changed only test case ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1002 from jongyoul/ZEPPELIN-992

zeppelin git commit: ZEPPELIN-963 ] Jobmanagement - (1) basic backend.

2016-06-15 Thread jongyoul
ttp://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/cfe677b8 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/cfe677b8 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/cfe677b8 Branch: refs/heads/master Commit: cfe677b827249171c3fc

zeppelin git commit: ZEPPELIN-999 Support alias for JDBC properties

2016-06-15 Thread jongyoul
o * Does this needs documentation? No Author: Jongyoul Lee Closes #1012 from jongyoul/ZEPPELIN-999 and squashes the following commits: 0774cca [Jongyoul Lee] Fixed noteTest 6d0293f [Jongyoul Lee] - Added some test cases 37c4810 [Jongyoul Lee] - Fixed some exception to returning null - Added effectiv

zeppelin git commit: ZEPPELIN-999 Support alias for JDBC properties

2016-06-15 Thread jongyoul
o * Does this needs documentation? No Author: Jongyoul Lee Closes #1012 from jongyoul/ZEPPELIN-999 and squashes the following commits: 0774cca [Jongyoul Lee] Fixed noteTest 6d0293f [Jongyoul Lee] - Added some test cases 37c4810 [Jongyoul Lee] - Fixed some exception to returning null - Added

zeppelin git commit: ZEPPELIN-934 Merge Phoenix interpreter into JDBC interpreter

2016-06-17 Thread jongyoul
his needs documentation? No Author: Jongyoul Lee Closes #982 from jongyoul/ZEPPELIN-934 and squashes the following commits: 7e6b84f [Jongyoul Lee] - Removed Phoenix Interpreter - Updated example for using Apache Phoenix (cherry picked from commit 1c3373937aad403a6146451001d262c7778edbf0) Signed-off

zeppelin git commit: ZEPPELIN-934 Merge Phoenix interpreter into JDBC interpreter

2016-06-17 Thread jongyoul
eds documentation? No Author: Jongyoul Lee Closes #982 from jongyoul/ZEPPELIN-934 and squashes the following commits: 7e6b84f [Jongyoul Lee] - Removed Phoenix Interpreter - Updated example for using Apache Phoenix Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-

zeppelin git commit: ZEPPELIN-995 Change scheduler for JDBC interpreter to use concurrent execution

2016-06-19 Thread jongyoul
ted? You can run multiple queries simultaneously. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1005 from jongyoul/ZEPPELIN-995

zeppelin git commit: ZEPPELIN-995 Change scheduler for JDBC interpreter to use concurrent execution

2016-06-19 Thread jongyoul
ted? You can run multiple queries simultaneously. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1005 from jongyoul/ZEPPELIN-995 and squas

zeppelin git commit: [MINOR] Changed guava version to 19.0 for selenium test

2016-06-20 Thread jongyoul
` ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1035 from jongyoul/minor-upgrade-guava-for-selenium-with-safaridriver and squashes the following commits: 6f93278 [Jongyoul L

zeppelin git commit: [ZEPPELIN-707]Automatically adds %.* of previous paragraph's typing

2016-06-20 Thread jongyoul
n/commit/dec31d69 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/dec31d69 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/dec31d69 Branch: refs/heads/master Commit: dec31d69efc3d167bb1f5ac91b26478f307414fb Parents: 8790ba9 Author: Minwoo Kang Authored: Thu Jun 16 23:15:12 20

zeppelin git commit: [MINOR] Show properties ordered alphabetically

2016-06-23 Thread jongyoul
s for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1050 from jongyoul/minor-sort-interpreter-properties and squashes the following commits: a0e5eee [Jongyoul Lee] Replaced function to filter 6f45203 [Jongyoul Lee] Removed unused function 2c9aad9 [Jongyoul Lee] C

zeppelin git commit: [MINOR] Show properties ordered alphabetically

2016-06-23 Thread jongyoul
s for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1050 from jongyoul/minor-sort-interpreter-properties and squashes the following commits: a0e5eee [Jongyoul Lee] Replaced function to filter 6f45203 [Jongyoul Lee] Removed unused function 2c9aad9 [Jongyoul L

zeppelin git commit: [DOC] Fix broken code block in jdbc document

2016-06-23 Thread jongyoul
ored: Tue Jun 21 14:48:24 2016 -0700 Committer: Jongyoul Lee Committed: Fri Jun 24 00:44:19 2016 +0900 -- docs/interpreter/jdbc.md | 1 + 1 file changed, 1 insertion(+) --

zeppelin git commit: [DOC] Fix broken code block in jdbc document

2016-06-23 Thread jongyoul
g changes for older versions? No * Does this needs documentation? No Author: Mina Lee Closes #1061 from minahlee/doc/fixJdbc and squashes the following commits: 825fdb4 [Mina Lee] Fix broken code block in jdbc document (cherry picked from commit f2702044709146285d7053d37b5138f60cf21729) Signed-o

zeppelin git commit: [HOTFIX] Fixed PythonInterpreterTest

2016-06-23 Thread jongyoul
tps://issues.apache.org/jira/browse/ZEPPELIN-1048 ### How should this be tested? ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1073 from jongy

zeppelin git commit: [HOTFIX] Fixed PythonInterpreterTest

2016-06-23 Thread jongyoul
ion? No Author: Jongyoul Lee Closes #1073 from jongyoul/hotfix-fix-pythoninterpretertest and squashes the following commits: 32be5d1 [Jongyoul Lee] Fixed test failed Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/com

zeppelin git commit: [MINOR] Remove unused util methods and its tests

2016-06-24 Thread jongyoul
? N/A ### How should this be tested? ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1072 from jongyoul/minor-remove-unused-codes

zeppelin git commit: [MINOR] Remove unused util methods and its tests

2016-06-24 Thread jongyoul
ira issue? N/A ### How should this be tested? ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1072 from jongyoul/minor-remove-unused-codes

zeppelin git commit: ZEPPELIN-1030 Added example for various jdbc-like interpreters

2016-06-27 Thread jongyoul
estions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1096 from jongyoul/ZEPPELIN-1030 and squashes the following commits: 1aaf0d2 [Jongyoul Lee] Added example for various inte

zeppelin git commit: ZEPPELIN-1030 Added example for various jdbc-like interpreters

2016-06-27 Thread jongyoul
### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1096 from jongyoul/ZEPPELIN-1030 and squashes the following commits: 1aaf0d2 [Jongyoul Lee] Added example for various inte

zeppelin git commit: [Bugfix] init RepoSetting values

2016-06-29 Thread jongyoul
lin/tree/d4e3d8cf Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/d4e3d8cf Branch: refs/heads/master Commit: d4e3d8cf05e75fc1920dd6419c7c2f41b34ff08e Parents: 6f434c5 Author: astroshim Authored: Tue Jun 28 02:08:47 2016 +0900 Committer: Jongyoul Lee Committed: Wed Jun 29 17:32:59 2016 +0

zeppelin git commit: ZEPPELIN-1067 Change ordering mechanism for interpreters

2016-06-29 Thread jongyoul
LIN-1067 ### How should this be tested? That shouldn't change any thing on user level. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Clos

zeppelin git commit: [ZEPPELIN-1081] Extract spark.r setting from interpreter-setting.json on Spark interpreter mudule

2016-06-30 Thread jongyoul
oes the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1108 from jongyoul/ZEPPELIN-1081 and squashes the following commits: d7b7481 [Jongyoul Lee] Fixed not to include spark.r setting while not us

zeppelin git commit: [ZEPPELIN-1081] Extract spark.r setting from interpreter-setting.json on Spark interpreter mudule

2016-06-30 Thread jongyoul
ons: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1108 from jongyoul/ZEPPELIN-1081 and squashes the following commits: d7b7481 [Jongyoul Lee] Fixed not to include spark.r setting while

zeppelin git commit: Shell interpreter test and doc

2016-06-30 Thread jongyoul
200 Committer: Jongyoul Lee Committed: Fri Jul 1 14:55:49 2016 +0900 -- .../zeppelin/img/docs-img/shell-example.png | Bin 0 -> 41975 bytes docs/interpreter/shell.md | 20 .../apache/zeppelin

zeppelin git commit: [ZEPPELIN-1075] Merge NoteInterpreterLoader into InterpreterFactory

2016-07-02 Thread jongyoul
uld this be tested? Must pass all tests ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1102 from jongyoul/ZEPPELIN-1075 and squashes

zeppelin git commit: [MINOR] Enable launching in debug mode

2016-07-04 Thread jongyoul
No * Does this needs documentation? No Author: Jongyoul Lee Closes #1112 from jongyoul/minor-enable-launch-z-debugger-mode and squashes the following commits: 375a95b [Jongyoul Lee] Fixed to pass the tests eb1f733 [Jongyoul Lee] Fixed to pass the tests 161ffce [Jongyoul Lee] Removed unused imp

zeppelin git commit: [HOTFIX] NPE when there's no properties field in interpreter-setting.json

2016-07-04 Thread jongyoul
uestions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1128 from jongyoul/hotfix/interpreter-properties-is-null and squashes the following commits: 1dcf562 [Jongyoul Lee] Fixed NPE when th

zeppelin git commit: [MINOR] Removed InterpreterInfoSerializer and related codes

2016-07-05 Thread jongyoul
ion? No Author: Jongyoul Lee Closes #1122 from jongyoul/minor-refactoring-gson-interpreterinfo and squashes the following commits: a7aeb53 [Jongyoul Lee] Cleaned codes ac08ce5 [Jongyoul Lee] Cleaned codes 9791989 [Jongyoul Lee] Removed InterpreterInfoSerializer and related codes Added annotat

zeppelin git commit: minor doc fix

2016-07-05 Thread jongyoul
lin/diff/9fe99bc7 Branch: refs/heads/master Commit: 9fe99bc78b563e6394801260cc78919d946f0360 Parents: 9d564b7 Author: Jeff Zhang Authored: Tue Jul 5 13:25:19 2016 -0700 Committer: Jongyoul Lee Committed: Wed Jul 6 13:41:37 2016 +0

zeppelin git commit: [ZEPPELIN-1099] Build and run Spark without spark-dependencies

2016-07-09 Thread jongyoul
Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1115 from jongyoul/ZEPPELIN-1099 and squashes the following commits: 192129f [Jongyoul Lee] Removed spark-dependencies from spark Added

zeppelin git commit: Added another location of metastore_db in .gitignore

2016-07-12 Thread jongyoul
ion? No Author: Jongyoul Lee Closes #1166 from jongyoul/minor/add-metastore-db-in-gitignore and squashes the following commits: 65d195a [Jongyoul Lee] Added **/metastore-db in gitignore Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/

zeppelin git commit: [DOC][MINOR] Add shell interpreter docs to _navigation.html

2016-07-12 Thread jongyoul
//git-wip-us.apache.org/repos/asf/zeppelin/tree/6bd4ede7 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/6bd4ede7 Branch: refs/heads/master Commit: 6bd4ede7e5e51ed43d4355a63ffe707639376009 Parents: 032f9a9 Author: AhyoungRyu Authored: Thu Jul 7 14:03:59 2016 +0900 Committer: Jon

[2/3] zeppelin git commit: [ZEPPELIN-1012] Support Interpreter Aliases

2016-07-15 Thread jongyoul
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b11b6ec2/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/InterpreterFactory.java -- diff --git a/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/In

[1/3] zeppelin git commit: [ZEPPELIN-1012] Support Interpreter Aliases

2016-07-15 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/master d8b54cf76 -> b11b6ec24 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/b11b6ec2/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/InterpreterFactoryTest.java --

[3/3] zeppelin git commit: [ZEPPELIN-1012] Support Interpreter Aliases

2016-07-15 Thread jongyoul
update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1145 from jongyoul/ZEPPELIN-1012 and squashes the following commits: 4d38462 [Jongyoul Lee] Reverted modifier of CronJob back to public 2fab2f2 [Jongyoul Lee] Reverted

zeppelin git commit: [ZEPPELIN-1128] add try-catch in close() method.

2016-07-19 Thread jongyoul
efs/heads/master Commit: 46bdddc004d451b7c069ca688d52bb1fdb7811ad Parents: 473dc72 Author: SungjuKwon Authored: Wed Jul 13 02:02:30 2016 +0900 Committer: Jongyoul Lee Committed: Wed Jul 20 06:25:08 2016 +0900 -- .../apache/zeppelin/jdbc/JDBC

zeppelin git commit: [HOTFIX][ZEPPELIN-1169] Fix wrong Guava version

2016-07-19 Thread jongyoul
the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1199 from jongyoul/ZEPPELIN-1169 and squashes the following commits: e0b11c1 [Jongyoul Lee] Reverted guava.version for fitting in hadoop-

zeppelin git commit: ZEPPELIN-1187. Redirect output of the process running interpreter.sh to log4j

2016-07-19 Thread jongyoul
ee: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/18e75a3a Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/18e75a3a Branch: refs/heads/master Commit: 18e75a3aa418db4125e786defe519c8b769d8b14 Parents: 9d4550a Author: Jeff Zhang Authored: Fri Jul 15 15:36:22 2016 +0800 Committer: Jong

zeppelin git commit: [ZEPPELIN-1196] Fix for bug ZEPPELIN-1196

2016-07-21 Thread jongyoul
mit: d74e5d0e317fbc200fbf9ebd4ebfb77e39f40b6e Parents: 1fcfe5d Author: Sachin Authored: Tue Jul 19 14:13:45 2016 +0530 Committer: Jongyoul Lee Committed: Fri Jul 22 13:39:12 2016 +0900 -- .../remote/RemoteInterpreterProcess.java|

zeppelin git commit: Revert "[ZEPPELIN-1196] Fix for bug ZEPPELIN-1196"

2016-07-21 Thread jongyoul
h: refs/heads/branch-0.6 Commit: 42f31f0bebdecf1a9d24c5cc31a6a23dbde75989 Parents: d74e5d0 Author: Jongyoul Lee Authored: Fri Jul 22 13:49:15 2016 +0900 Committer: Jongyoul Lee Committed: Fri Jul 22 13:49:15 2016 +0900 -

zeppelin git commit: [MINOR] Enable pyspark test in local mode

2016-07-28 Thread jongyoul
ate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee Closes #1201 from jongyoul/minor/enable-pyspark-test-in-local-mode and squashes the following commits: 67ccc2d [Jongyoul

zeppelin git commit: [DOC][ZEPPELIN-1209] Remove a useless sentence about default interpreter in docs

2016-08-03 Thread jongyoul
ff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/16b320ff Branch: refs/heads/master Commit: 16b320ff92875f9d0cf623d0516c766b8ecc4670 Parents: 9eac20d Author: AhyoungRyu Authored: Wed Jul 20 17:10:00 2016 +0900 Committer: Jongyoul Lee Committed: Wed Aug 3 17:51:38 20

zeppelin git commit: [DOC][ZEPPELIN-1209] Remove a useless sentence about default interpreter in docs

2016-08-03 Thread jongyoul
bout the deprecation 9f44f22 [AhyoungRyu] Remove useless sentence about default interpreter in docs (cherry picked from commit 16b320ff92875f9d0cf623d0516c766b8ecc4670) Signed-off-by: Jongyoul Lee Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/r

  1   2   3   4   5   6   7   8   >