zeppelin git commit: [ZEPPELIN-1512] Support Kylin project name in interpreter runtime

2016-12-13 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 641a641c3 -> 75441540f [ZEPPELIN-1512] Support Kylin project name in interpreter runtime ### What is this PR for? Currently, the parameter "project" is defined with "kylin.query.project" in properties. It's not convenience when query

zeppelin git commit: [ZEPPELIN-1695] Use shared versions in test libraries (maven)

2016-12-06 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 83320c709 -> ee309066a [ZEPPELIN-1695] Use shared versions in test libraries (maven) ### What is this PR for? Use shared test library versions in maven config so that lib versions do mot be fragmented. Previously we used multiple

zeppelin git commit: [ZEPPELIN-1371]add text/numeric conversion support to table display

2016-12-01 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master e5ac1134c -> 13d77e07f [ZEPPELIN-1371]add text/numeric conversion support to table display ### What is this PR for? We people in Twitter have great demand of adding a flexible drop down menu for the columns in the tables which enables

[2/2] zeppelin git commit: [ZEPPELIN-1695] Centralize libs, plugin versions in all pom.xml

2016-11-30 Thread bzz
[ZEPPELIN-1695] Centralize libs, plugin versions in all pom.xml ### What is this PR for? **First of all, this PR doesn't affect on runtime application behaivor and existing build processes. Just abstracting variables in pom.xml** The main goal of this PR is bringing consistency and

[1/2] zeppelin git commit: [ZEPPELIN-1695] Centralize libs, plugin versions in all pom.xml

2016-11-30 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 7d878f7c2 -> ad3586450 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ad358645/zeppelin-server/pom.xml -- diff --git a/zeppelin-server/pom.xml

zeppelin git commit: [HOTFIX] Make Spark download stable on CI

2016-11-30 Thread bzz
eds documentation? No Author: Alexander Bezzubov <b...@apache.org> Closes #1709 from bzz/make-ci-stabel and squashes the following commits: 06c031c [Alexander Bezzubov] Move logging config to MAVEN_OPTS 702dcdd [Alexander Bezzubov] Spark download\cached, using download-maven-plugin 7040b09 [

zeppelin git commit: [ZEPPELIN-1695] chore: Set xml plugin phase to verify (minor)

2016-11-29 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 78ff94c17 -> cb5c8a414 [ZEPPELIN-1695] chore: Set xml plugin phase to verify (minor) ### What is this PR for? Changed the phase of xml validation plugin from validate to verify so that developers can use `mvn test` in submodule

zeppelin git commit: [DOCS] Update Shiro configuration file with new package names

2016-11-29 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 4ac577f71 -> 78ff94c17 [DOCS] Update Shiro configuration file with new package names ### What is this PR for? Since most of authentication related realm classes has moved from `org.apache.zeppelin.server` package into

zeppelin git commit: [ZEPPELIN-1639] Add tests with external python dependencies to CI build

2016-11-29 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master a13d05a2d -> 4ac577f71 [ZEPPELIN-1639] Add tests with external python dependencies to CI build ### What is this PR for? Take 2 of #1618 because I had some earlier problems with rebasing. Since, then I have added some new features,

zeppelin git commit: [ZEPPELIN-1666] DON'T share mutable deps, options between interpreters in each group (bug)

2016-11-24 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 5595bfb9d -> 3389e8cfc [ZEPPELIN-1666] DON'T share mutable deps, options between interpreters in each group (bug) ### What is this PR for? Every interpreter shares their `List` and `InterpreterOption` object with other interpreters

[2/3] zeppelin git commit: [ZEPPELIN-1695] Enforce pom.xml style while removing useless, unapplied conf

2016-11-24 Thread bzz
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/5595bfb9/_tools/maven-4.0.0.xsd -- diff --git a/_tools/maven-4.0.0.xsd b/_tools/maven-4.0.0.xsd new file mode 100644 index 000..f3a3683 --- /dev/null +++

[3/3] zeppelin git commit: [ZEPPELIN-1695] Enforce pom.xml style while removing useless, unapplied conf

2016-11-24 Thread bzz
[ZEPPELIN-1695] Enforce pom.xml style while removing useless, unapplied conf ### What is this PR for? **First of all, this PR doesn't affect on runtime application behaivor and existing build processes. Just adding validation and styling** The main goal of this PR is to keep consistency among

[1/3] zeppelin git commit: [ZEPPELIN-1695] Enforce pom.xml style while removing useless, unapplied conf

2016-11-24 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 3be4b829a -> 5595bfb9d http://git-wip-us.apache.org/repos/asf/zeppelin/blob/5595bfb9/pom.xml -- diff --git a/pom.xml b/pom.xml index 2f7ac3c..ea5adf1 100644 ---

zeppelin git commit: [ZEPPELIN-1667] add support for es6

2016-11-24 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 0729d12b9 -> 3be4b829a [ZEPPELIN-1667] add support for es6 ### What is this PR for? This PR adds support for the current ECMAScript standard [es6](http://www.ecma-international.org/ecma-262/6.0/) via [babel](http://babeljs.io/)

zeppelin git commit: [ZEPPELIN-1667] Fix maven options while updating node, npm packages

2016-11-23 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 7f6f739ae -> abe03a866 [ZEPPELIN-1667] Fix maven options while updating node, npm packages ### What is this PR for? Update maven plugin, node vesion, npm package and fix tests to make #1639 pass CI ### What is the Jira issue? Sub

zeppelin git commit: [ZEPPELIN-1689] enable Power architecture

2016-11-22 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master de4049725 -> 0bcbfb922 [ZEPPELIN-1689] enable Power architecture ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. this patch is platform independent and should not effect Intel

zeppelin git commit: [ZEPPELIN-1655] Dynamic forms in Python interpreter do not work

2016-11-13 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master c1254f7b0 -> aded8681b [ZEPPELIN-1655] Dynamic forms in Python interpreter do not work ### What is this PR for? After #1534 , Dynamic Forms were no longer working in the python interpreter. This is because the `Py4jZeppelinContext`

zeppelin git commit: [ZEPPELIN-1358] Add support to display Pandas DataFrame index using z.show()

2016-11-08 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master a4f9f6bad -> dbd81bf85 [ZEPPELIN-1358] Add support to display Pandas DataFrame index using z.show() ### What is this PR for? Add support to display optionally Pandas DataFrame index using z.show(show_index=True) in python interpreter.

[1/3] zeppelin git commit: [ZEPPELIN-116] Add Apache Mahout Interpreter

2016-11-08 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 0758b7078 -> e25266706 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e2526670/scripts/mahout/add_mahout_interpreters.py -- diff --git

[3/3] zeppelin git commit: [ZEPPELIN-116] Add Apache Mahout Interpreter

2016-11-08 Thread bzz
[ZEPPELIN-116] Add Apache Mahout Interpreter ### What is this PR for? This PR adds Mahout functionality for the Spark Interpreter. ### What type of PR is it? Improvement ### Todos - [x] Implement Mahout Interpreter in Spark - [x] Add Unit Tests - [x] Add Documentation - [x] Add Example Notebook

[2/3] zeppelin git commit: [ZEPPELIN-116] Add Apache Mahout Interpreter

2016-11-08 Thread bzz
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e2526670/notebook/2BYEZ5EVK/note.json -- diff --git a/notebook/2BYEZ5EVK/note.json b/notebook/2BYEZ5EVK/note.json new file mode 100644 index 000..1a753ba --- /dev/null +++

zeppelin git commit: [hotfix] does not showing notebooklist on navbar

2016-11-03 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 32fe23f2e -> 55de3fba7 [hotfix] does not showing notebooklist on navbar ### What is this PR for? Currently, if you enabled for shiro then not showing notebook list on navbar. (If you refresh, it's well viewwing.) i resolve this problem.

zeppelin git commit: [ZEPPELIN-1537] Elasticsearch improvement for results of aggregations

2016-10-18 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master abf0470a3 -> fab3e5ff9 [ZEPPELIN-1537] Elasticsearch improvement for results of aggregations ### What is this PR for? The result of an aggregation query returned by the interpreter contains only "key" and "doc_count" in case of a

svn commit: r1762399 [16/16] - in /zeppelin/site/docs/0.7.0-SNAPSHOT: ./ assets/themes/zeppelin/img/docs-img/ development/ displaysystem/ install/ interpreter/ manual/ quickstart/ rest-api/ security/

2016-09-26 Thread bzz
Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/storage/storage.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/storage/storage.html?rev=1762399=1762398=1762399=diff == ---

svn commit: r1762399 [15/16] - in /zeppelin/site/docs/0.7.0-SNAPSHOT: ./ assets/themes/zeppelin/img/docs-img/ development/ displaysystem/ install/ interpreter/ manual/ quickstart/ rest-api/ security/

2016-09-26 Thread bzz
Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/security/authentication.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/security/authentication.html?rev=1762399=1762398=1762399=diff == ---

svn commit: r1762399 [13/16] - in /zeppelin/site/docs/0.7.0-SNAPSHOT: ./ assets/themes/zeppelin/img/docs-img/ development/ displaysystem/ install/ interpreter/ manual/ quickstart/ rest-api/ security/

2016-09-26 Thread bzz
Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/screenshots.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/screenshots.html?rev=1762399=1762398=1762399=diff == ---

svn commit: r1762399 [1/16] - in /zeppelin/site/docs/0.7.0-SNAPSHOT: ./ assets/themes/zeppelin/img/docs-img/ development/ displaysystem/ install/ interpreter/ manual/ quickstart/ rest-api/ security/ s

2016-09-26 Thread bzz
Author: bzz Date: Tue Sep 27 03:33:44 2016 New Revision: 1762399 URL: http://svn.apache.org/viewvc?rev=1762399=rev Log: Upd 0.7.0 docs after ApacheBeam interpreter added Added: zeppelin/site/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/docs-img/markdown-example-markdown4j-parser.png

svn commit: r1762399 [10/16] - in /zeppelin/site/docs/0.7.0-SNAPSHOT: ./ assets/themes/zeppelin/img/docs-img/ development/ displaysystem/ install/ interpreter/ manual/ quickstart/ rest-api/ security/

2016-09-26 Thread bzz
Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/manual/dynamicinterpreterload.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/manual/dynamicinterpreterload.html?rev=1762399=1762398=1762399=diff == ---

svn commit: r1762399 [14/16] - in /zeppelin/site/docs/0.7.0-SNAPSHOT: ./ assets/themes/zeppelin/img/docs-img/ development/ displaysystem/ install/ interpreter/ manual/ quickstart/ rest-api/ security/

2016-09-26 Thread bzz
Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/search_data.json URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/search_data.json?rev=1762399=1762398=1762399=diff == ---

svn commit: r1762399 [9/16] - in /zeppelin/site/docs/0.7.0-SNAPSHOT: ./ assets/themes/zeppelin/img/docs-img/ development/ displaysystem/ install/ interpreter/ manual/ quickstart/ rest-api/ security/ s

2016-09-26 Thread bzz
Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/shell.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/shell.html?rev=1762399=1762398=1762399=diff == ---

svn commit: r1762399 [12/16] - in /zeppelin/site/docs/0.7.0-SNAPSHOT: ./ assets/themes/zeppelin/img/docs-img/ development/ displaysystem/ install/ interpreter/ manual/ quickstart/ rest-api/ security/

2016-09-26 Thread bzz
Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/rest-api/rest-configuration.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/rest-api/rest-configuration.html?rev=1762399=1762398=1762399=diff == ---

svn commit: r1762399 [11/16] - in /zeppelin/site/docs/0.7.0-SNAPSHOT: ./ assets/themes/zeppelin/img/docs-img/ development/ displaysystem/ install/ interpreter/ manual/ quickstart/ rest-api/ security/

2016-09-26 Thread bzz
Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/manual/publish.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/manual/publish.html?rev=1762399=1762398=1762399=diff == ---

svn commit: r1762399 [7/16] - in /zeppelin/site/docs/0.7.0-SNAPSHOT: ./ assets/themes/zeppelin/img/docs-img/ development/ displaysystem/ install/ interpreter/ manual/ quickstart/ rest-api/ security/ s

2016-09-26 Thread bzz
Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/jdbc.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/jdbc.html?rev=1762399=1762398=1762399=diff == ---

svn commit: r1762399 [5/16] - in /zeppelin/site/docs/0.7.0-SNAPSHOT: ./ assets/themes/zeppelin/img/docs-img/ development/ displaysystem/ install/ interpreter/ manual/ quickstart/ rest-api/ security/ s

2016-09-26 Thread bzz
Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/cassandra.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/cassandra.html?rev=1762399=1762398=1762399=diff == ---

svn commit: r1762399 [4/16] - in /zeppelin/site/docs/0.7.0-SNAPSHOT: ./ assets/themes/zeppelin/img/docs-img/ development/ displaysystem/ install/ interpreter/ manual/ quickstart/ rest-api/ security/ s

2016-09-26 Thread bzz
Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/install/yarn_install.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/install/yarn_install.html?rev=1762399=1762398=1762399=diff == ---

svn commit: r1762399 [3/16] - in /zeppelin/site/docs/0.7.0-SNAPSHOT: ./ assets/themes/zeppelin/img/docs-img/ development/ displaysystem/ install/ interpreter/ manual/ quickstart/ rest-api/ security/ s

2016-09-26 Thread bzz
Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/install/install.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/install/install.html?rev=1762399=1762398=1762399=diff == ---

svn commit: r1762399 [6/16] - in /zeppelin/site/docs/0.7.0-SNAPSHOT: ./ assets/themes/zeppelin/img/docs-img/ development/ displaysystem/ install/ interpreter/ manual/ quickstart/ rest-api/ security/ s

2016-09-26 Thread bzz
Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/hbase.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/interpreter/hbase.html?rev=1762399=1762398=1762399=diff == ---

zeppelin git commit: [ZEPPELIN-682] New interpreter for Apache Beam (incubating)/DataFlow

2016-09-26 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master c484619d1 -> 403c8c4e7 [ZEPPELIN-682] New interpreter for Apache Beam (incubating)/DataFlow ## What is this PR for? The PR is a interpreter for [Apache Beam](http://beam.incubator.apache.org) which is an open source unified platform

zeppelin git commit: ZEPPELIN-1420. java.util.ConcurrentModificationException caused by calling remove inside foreach loop

2016-09-19 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 8f344db93 -> b8755ebb2 ZEPPELIN-1420. java.util.ConcurrentModificationException caused by calling remove inside foreach loop ### What is this PR for? We should use Iterator to iterate the list when we want to remove items in the

zeppelin git commit: [ZEPPELIN-1412] add support multiline for pythonErrorIn method on python interpreter

2016-09-07 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master b8051970a -> 66d581136 [ZEPPELIN-1412] add support multiline for pythonErrorIn method on python interpreter ### What is this PR for? currently, has not support multiline exception text on python interpreter. for example: ```

svn commit: r1759556 - in /zeppelin/site: ./ assets/themes/zeppelin/img/ contribution/ contribution/zeppelinweb/ releases/

2016-09-07 Thread bzz
Author: bzz Date: Wed Sep 7 07:48:08 2016 New Revision: 1759556 URL: http://svn.apache.org/viewvc?rev=1759556=rev Log: Deploying download links hotfix #1410 Modified: zeppelin/site/assets.html zeppelin/site/assets/themes/zeppelin/img/spark_logo.jpg zeppelin/site/atom.xml

zeppelin git commit: [ZEPPELIN-1409] Refactor RAT build on Travis.CI configuration

2016-09-06 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 9eeaf49f0 -> f9bc7a9fc [ZEPPELIN-1409] Refactor RAT build on Travis.CI configuration ### What is this PR for? Create a specific build for checking license compliance with RAT and avoid running these checks on every build that compose

zeppelin git commit: [ZEPPELIN-1279] Spark on Mesos Docker.

2016-09-02 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 33ddc00c6 -> cee58aa03 [ZEPPELIN-1279] Spark on Mesos Docker. ### What is this PR for? This PR is for the documentation of running zeppelin on production environments especially spark on mesos via Docker. Related issue is

zeppelin git commit: [ZEPPELIN-1069]Ignore implicit interpreter when user enter wrong interpreter name

2016-09-02 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 922364f36 -> b89e35e01 [ZEPPELIN-1069]Ignore implicit interpreter when user enter wrong interpreter name ### What is this PR for? Ignore implicit interpreter when user enter wrong interpreter name linked to

zeppelin git commit: [ZEPPELIN-1280][Spark on Yarn] Documents for running zeppelin on production environments using docker.

2016-08-29 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master c4319b775 -> eccfe0076 [ZEPPELIN-1280][Spark on Yarn] Documents for running zeppelin on production environments using docker. ### What is this PR for? This PR is for the documentation of running zeppelin on production environments

zeppelin git commit: [ZEPPELIN/1356] The graph legend truncates at the nearest period (.) in its grouping

2016-08-28 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/branch-0.6 f1bdafbbf -> a17e873d1 [ZEPPELIN/1356] The graph legend truncates at the nearest period (.) in its grouping ### What is this PR for? Fix the issue: in line graph if user uses the numbers that contains period(.), e.g. 3.14 in the

zeppelin git commit: [ZEPPELIN-1327] Fix bug in z.show for Python interpreter

2016-08-25 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 42e3a141d -> 8064c5491 [ZEPPELIN-1327] Fix bug in z.show for Python interpreter ### What is this PR for? Currently, height parameter for z.show implementation to display PNG images in Python interpreter is not working. This PR fix that

zeppelin git commit: ZEPPELIN-1164: backport new Shiro realm to 0.6 branch

2016-08-19 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/branch-0.6 c1bef -> 9c5ae39cc ZEPPELIN-1164: backport new Shiro realm to 0.6 branch Just a backport of #1173 Author: Anthony Corbacho <corbacho.anth...@gmail.com> Closes #1344 from bzz/branch-0.6-add-realm and squashes the

zeppelin git commit: [ZEPPELIN-1192] Block pyspark paragraph hang.

2016-08-17 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 47b193151 -> 051929db3 [ZEPPELIN-1192] Block pyspark paragraph hang. ### What is this PR for? This PR block pyspark paragraph hang. ### What type of PR is it? Bug Fix ### What is the Jira issue?

zeppelin git commit: [ZEPPELIN-1257] storage - fix get note revision api

2016-08-15 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master b619699d1 -> 6deb79218 [ZEPPELIN-1257] storage - fix get note revision api ### What is this PR for? Getting revision of note requires only unique revision id and the whole revision object isn't required. This PR is to fix the issue.

zeppelin git commit: [ZEPPELIN-1219] Add searching feature to Zeppelin docs site

2016-08-09 Thread bzz
t to be searched ee11136 [AhyoungRyu] Fix some typos fa01299 [AhyoungRyu] Refine 'description' in some docs as @bzz suggested da0cff9 [AhyoungRyu] Exclude lunr.min.js 36ba7f1 [AhyoungRyu] Add lunr.min.js license info f6a05a6 [AhyoungRyu] Apply css style for the search results 68eb997 [AhyoungRyu]

zeppelin git commit: [ZEPPELIN-1246] In JDBCInterpreter.getScheduler, use getMaxConcurrentConnection instead of hardcoding maxConcurrency to 10

2016-08-09 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 3bd94ddc7 -> 293993c60 [ZEPPELIN-1246] In JDBCInterpreter.getScheduler, use getMaxConcurrentConnection instead of hardcoding maxConcurrency to 10 ### What is this PR for? In JDBCInterpreter.getScheduler, use getMaxConcurrentConnection

zeppelin git commit: BigQuery Interpreter for Apazhe Zeppelin[ZEPPELIN-1153]

2016-07-30 Thread bzz
Elumalai] pushing BQ Exception to logs and Interpreter error output d3c2316 [babupe] Merge pull request #2 from bzz/babupe-add-auth-docs 64525b8 [Alexander Bezzubov] Fix typos in docs 03a777f [Alexander Bezzubov] add docs for BigQuery auth outside of GCE fcab6b7 [babupe] Merge pull request #1

zeppelin git commit: [ZEPPELIN-1086] Auto Completion for Interpreter.

2016-07-22 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 6bb4b5ba8 -> 73f258ca7 [ZEPPELIN-1086] Auto Completion for Interpreter. ### What is this PR for? This PR is to support auto-completion for interpreter. ### What type of PR is it? Improvement ### What is the Jira issue?

zeppelin git commit: [Bugfix] Wrong return value of HDFSFileInterpreter completion.

2016-07-17 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 0431fdb88 -> 214737574 [Bugfix] Wrong return value of HDFSFileInterpreter completion. ### What is this PR for? This PR fixes auto competion of HDFSFileInterpreter. ### What type of PR is it? Bug Fix ### How should this be tested?

zeppelin git commit: [Zeppelin - 1174] Cleanup unused methods in repo layer

2016-07-16 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master b11b6ec24 -> 2ffdf1ecb [Zeppelin - 1174] Cleanup unused methods in repo layer ### What is this PR for? This is to cleanup some unused print methods from repository layer ### What type of PR is it? Maintenance | Cleanup ### Todos * [x]

zeppelin git commit: ZEPPELIN-1115: Python - interpreter for SQL over DataFrame

2016-07-15 Thread bzz
there breaking changes for older versions? No * Does this needs documentation? Yes Author: Alexander Bezzubov <b...@apache.org> Closes #1164 from bzz/ZEPPELIN-1115/python/add-sql-for-dataframes and squashes the following commits: 0f2f852 [Alexander Bezzubov] Fail SQL gracefully if no python de

zeppelin git commit: [ZEPPELIN-909] Apply new mechanism to Elasticsearch interpreter

2016-07-15 Thread bzz
ca393f3 [AhyoungRyu] Address @bzz comment 331eae6 [AhyoungRyu] Fix CI build failure 76ac45d [AhyoungRyu] Remove static block f1c1156 [AhyoungRyu] Apply new mechanism to Elasticsearch interpreter Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf

zeppelin git commit: [ZEPPELIN-605] Add support for Scala 2.11

2016-07-15 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 4c4d06be2 -> bd714c2b9 [ZEPPELIN-605] Add support for Scala 2.11 Enable Zeppelin to be built with both Scala 2.10 and Scala 2.11, mostly to start supporting interpreters that are moving to Scala 2.11 only such as Spark. Before testing

zeppelin git commit: [ZEPPELIN-906] Apply new mechanism to AlluxioInterpreter

2016-07-12 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master ffa7fa6e8 -> 32d5df359 [ZEPPELIN-906] Apply new mechanism to AlluxioInterpreter ### What is this PR for? This PR applies the [new interpreter registration mechanism](https://issues.apache.org/jira/browse/ZEPPELIN-804) to Alluxio

zeppelin git commit: [ZEPPELIN-1102] ElasticSearch interpreter auto completion doesn't work.

2016-07-10 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 60186d8bb -> df8c36def [ZEPPELIN-1102] ElasticSearch interpreter auto completion doesn't work. ### What is this PR for? This PR fixes bug of elasticsearch auto completion. ### What type of PR is it? Bug Fix ### What is the Jira issue?

zeppelin git commit: [ZEPPELIN-1122] BugFix for repositories snapshot is always set to true.

2016-07-10 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 6a82e7aab -> 60186d8bb [ZEPPELIN-1122] BugFix for repositories snapshot is always set to true. ### What is this PR for? This PR fixes a bug about snapshot setting and select box(true,false) html. ### What type of PR is it? Bug Fix |

zeppelin git commit: [HOTFIX] Fix NullPointerException at org.apache.zeppelin.notebook.Paragraph.getRepl(Paragraph.java:204)

2016-07-07 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 9ca485589 -> 8da3e23a9 [HOTFIX] Fix NullPointerException at org.apache.zeppelin.notebook.Paragraph.getRepl(Paragraph.java:204) ### What is this PR for? When notebook is being loaded, following error is raised after #836 ```

zeppelin git commit: ZEPPELIN-1063: fix PythonInterpreter flaky test

2016-07-06 Thread bzz
1134 from bzz/ZEPPELIN-1063/python/add-retrys and squashes the following commits: 65698d2 [Alexander Bezzubov] Reduce :sleeping: time in python interpreter unit-test 1be7732 [Alexander Bezzubov] Adding timeout for py4j gateway to have time to shutdown 3529fe5 [Alexander Bezz

zeppelin git commit: ZEPPELIN-1107 ] Doesn't work autocompletion for jdbc interpreter

2016-07-06 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master ca78995fd -> eeabbe23e ZEPPELIN-1107 ] Doesn't work autocompletion for jdbc interpreter ### What is this PR for? Doesn't work autocompletion for jdbc interpreter 'Completion' There is a problem with the return type of implementation.

zeppelin git commit: [ZEPPELIN-1121] Bugfix pyspark autocompletion.

2016-07-06 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master c6fcb3b2f -> ca78995fd [ZEPPELIN-1121] Bugfix pyspark autocompletion. ### What is this PR for? This PR fixes autocompletion for pyspark interpreter bug. ### What type of PR is it? Bug Fix ### What is the Jira issue?

zeppelin git commit: [ZEPPELIN-1100] Auto completion of Alluxio interpreter doesn't work

2016-07-06 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 90a7e518c -> c6fcb3b2f [ZEPPELIN-1100] Auto completion of Alluxio interpreter doesn't work ### What is this PR for? This PR fixes auto competion of Alluxio interpreter ### What type of PR is it? Bug Fix ### What is the Jira issue?

zeppelin git commit: [Zeppelin - 1104] ZeppelinHub storage max note size to 64Mb

2016-07-06 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/branch-0.6 34091862b -> f7027a9c3 [Zeppelin - 1104] ZeppelinHub storage max note size to 64Mb ### What is this PR for? This is to increase default note (text message) size used in ZeppelinHub storage layer from 64Kb to 64Mb. ### What type of

zeppelin git commit: [Zeppelin - 1104] ZeppelinHub storage max note size to 64Mb

2016-07-06 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master c884a5113 -> 90a7e518c [Zeppelin - 1104] ZeppelinHub storage max note size to 64Mb ### What is this PR for? This is to increase default note (text message) size used in ZeppelinHub storage layer from 64Kb to 64Mb. ### What type of PR

zeppelin git commit: ZEPPELIN-1108 ] Doesn't work autocompletion for Postgresql interpreter

2016-07-05 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 9fe99bc78 -> c884a5113 ZEPPELIN-1108 ] Doesn't work autocompletion for Postgresql interpreter ### What is this PR for? Doesn't work autocompletion for postgresql interpreter 'Completion' There is a problem with the return type of

zeppelin git commit: [ZEPPELIN-1023] Add more credential apis.

2016-06-30 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 3a338e01e -> c348161df [ZEPPELIN-1023] Add more credential apis. ### What is this PR for? This PR is for supporting various Credential APIs for users. ### What type of PR is it? Improvement ### What is the Jira issue?

zeppelin git commit: ZEPPELIN-1048: Pandas support for python interpreter

2016-06-23 Thread bzz
his needs documentation? Yes Author: Alexander Bezzubov <b...@apache.org> Closes #1067 from bzz/python/pandas-support and squashes the following commits: 3b1ad36 [Alexander Bezzubov] Python: update docs to reffer new API ee6668b [Alexander Bezzubov] Python: update docs, add Pandas integration 71be4

zeppelin git commit: ZEPPELIN-1048: Pandas support for python interpreter

2016-06-23 Thread bzz
506/16289133/85f0ddbc-392d-11e6-86a3-28d10e73f68d.png) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? Yes Author: Alexander Bezzubov <b...@apache.org> Closes #1067 from bzz/python/pandas-support and squashes

zeppelin git commit: [ZEPPELIN-1045] Apply new mechanism to PythonInterpreter

2016-06-23 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 83602f5c2 -> ff4973d43 [ZEPPELIN-1045] Apply new mechanism to PythonInterpreter ### What is this PR for? This PR is applying new interpreter register mechanism to python interpreter. ### What type of PR is it? Improvement ### What is

zeppelin git commit: Update and refactor NotebookRepo versioning API

2016-06-16 Thread bzz
60 100644 --- a/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/repo/GitNotebookRepo.java +++ b/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/repo/GitNotebookRepo.java @@ -46,7 +46,7 @@ import com.google.common.collect.Lists; * * TODO(bzz): add default .gitignore

zeppelin git commit: Python interpreter and doc cleanup

2016-06-16 Thread bzz
PR is it? Improvement ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Alexander Bezzubov <b...@apache.org> Closes #1021 from bzz/improve/python and squashes the following commits: 3cafa22 [

zeppelin git commit: [ZEPPELIN-958] Support syntax highlight for python and r interpreter

2016-06-10 Thread bzz
Repository: zeppelin Updated Branches: refs/heads/master 81adf09f2 -> 19e8ed989 [ZEPPELIN-958] Support syntax highlight for python and r interpreter ### What is this PR for? Support syntax highlight for python and r interpreter ### What type of PR is it? Bug Fix ### What is the Jira issue?

incubator-zeppelin git commit: [ZEPPELIN-956] Download old spark versions direct from archive

2016-06-06 Thread bzz
Repository: incubator-zeppelin Updated Branches: refs/heads/master 58cb48a24 -> 215dd6f36 [ZEPPELIN-956] Download old spark versions direct from archive ### What is this PR for? Older Apache Spark releases seems to have been removed from mirrors, and thus the build scripts needs to be

incubator-zeppelin git commit: [ZEPPELIN-828] Use individual user credentials for data source authentication

2016-06-02 Thread bzz
Repository: incubator-zeppelin Updated Branches: refs/heads/master 5ef600c74 -> bdc78da0e [ZEPPELIN-828] Use individual user credentials for data source authentication ### What is this PR for? The purpose of this pull request is to allow users to use their own credentials to authenticate