GitHub user eoinlane opened a pull request: https://github.com/apache/incubator-zeppelin/pull/553
Master setting max waitForParagraph to 60s + poll every 1s Author: Prabhjyot Singh <prabhjyotsi...@gmail.com> Closes #549 from prabhjyotsingh/zeppelin-510-integration-tests-paragraph-dealy and squashes the following commits: cfb408c [Prabhjyot Singh] ZEPPELIN-510: increase MAX reverting waitForParagraph to 60s + poll every 1s You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-zeppelin master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/553.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #553 ---- commit fb5d21719297e27fc8f033534259c016b4217210 Author: Michael Chen <miketyc...@gmail.com> Date: 2015-11-03T19:51:06Z ZEPPELIN-389: Longer Paragraph Title will wrap to new line and interfere with code below This PR relates to: https://issues.apache.org/jira/browse/ZEPPELIN-389 fixing a bug with paragraph titles longer than 1 line. Current long paragraph title: <img width="1258" alt="screen shot 2015-11-03 at 12 16 26 pm" src="https://cloud.githubusercontent.com/assets/6380209/10919812/6e5b919a-8232-11e5-9963-8e7847b8bd67.png"> After the pull request: <img width="1247" alt="screen shot 2015-11-03 at 1 15 35 pm" src="https://cloud.githubusercontent.com/assets/6380209/10919819/7a4053f6-8232-11e5-878a-0a423c042520.png"> Author: Michael Chen <miketyc...@gmail.com> Closes #388 from MikeTYChen/ZEPPELIN-389 and squashes the following commits: d4daad0 [Michael Chen] ZEPPELIN-389: longer paragraph title commit 2d893abafad4ab6309e532b1134435c1991b0659 Author: Lee moon soo <m...@apache.org> Date: 2015-11-03T18:21:16Z ZEPPELIN-386 provide links to individual bin/src artifact as well as signatures and KEYS This PR addresses https://issues.apache.org/jira/browse/ZEPPELIN-386, by provide links to individual bin/src artifact as well as signatures and KEYS Current download page  After applying this PR  Author: Lee moon soo <m...@apache.org> Closes #387 from Leemoonsoo/ZEPPELIN-386 and squashes the following commits: 8dc6581 [Lee moon soo] ZEPPELIN-386 provide link to individual bin/src package as well as signatures and KEYS commit dfbc0e690c1dfdb6533207a98ef814ec79bff01e Author: Lee moon soo <m...@apache.org> Date: 2015-11-06T04:16:51Z ZEPPELIN-396 Add -Pypspark profile for release binary https://issues.apache.org/jira/browse/ZEPPELIN-396 Add -Ppyspark to enable pyspark in default configuration (without SPARK_HOME specified). Author: Lee moon soo <m...@apache.org> Closes #396 from Leemoonsoo/ZEPPELIN-396 and squashes the following commits: 4e599af [Lee moon soo] Add -Pypspark profile for release binary commit a4db1688c9ce0a172722e289171e82099a43b55d Author: Lee moon soo <m...@apache.org> Date: 2015-11-06T04:57:13Z ZEPPELIN-397 Activate spark-1.5 and hadoop-2.4 by default in release script https://issues.apache.org/jira/browse/ZEPPELIN-397 Activate spark-1.5 and hadoop-2.4 by default That'll enable use sc.textFile("s3...") with default configuration without specify SPARK_HOME. Author: Lee moon soo <m...@apache.org> This patch had conflicts when merged, resolved by Committer: Lee moon soo <m...@apache.org> Closes #397 from Leemoonsoo/ZEPPELIN-397 and squashes the following commits: 9855dde [Lee moon soo] Activate spark-1.5 and hadoop-2.4 by default commit e3e61832bcaa3fcce5b1096a20180631c2a8d6e8 Author: Ryu Ah young <fbdkdu...@hanmail.net> Date: 2015-10-26T01:31:32Z ZEPPELIN-338 Add documentation for Ignite Interpreter [ZEPPELIN-338](https://issues.apache.org/jira/browse/ZEPPELIN-338?jql=project%20%3D%20ZEPPELIN%20AND%20text%20~%20%22ignite%22) Add documentation for Ignite Interpreter Since the last PR that I opened few days ago has some problems, so I create new one. I read all comments in the last one and edited below files. Author: Ryu Ah young <fbdkdu...@hanmail.net> This patch had conflicts when merged, resolved by Committer: Lee moon soo <m...@apache.org> Closes #359 from AhyoungRyu/ZEPPELIN-338-Add-documentation-for-Ignite-Interpreter and squashes the following commits: 6ae854d [Ryu Ah young] edit 'next' to 'binary' 3e0509d [Ryu Ah young] edit next to future 1acf2ee [Ryu Ah young] add explanation about Zeppelin binary release to check ignite version 814d8fa [Ryu Ah young] add explanation about Zeppelin binary release to check ignite version 8689915 [Ryu Ah young] ZEPPELIN-338 Add documentation for Ignite Interpreter commit 27b7ad52b6bf8f18643e8b58d16fcab3d709eb1c Author: eranwitkon <goi....@gmail.com> Date: 2015-11-04T13:09:06Z [Zeppelin-354] - List notebooks REST API replacing PR #367 This is the implementation, test and documentation of List notebooks REST API. The documentation include sample JSON with different looknfeel option and coron options. This is ready for review. Author: eranwitkon <goi....@gmail.com> Closes #369 from eranwitkon/354 and squashes the following commits: 5472620 [eranwitkon] update getNotebook list documentation b2dad81 [eranwitkon] revert to original implementation as getNotebookList does not need the exclusionStrategy anymore 0eff22e [eranwitkon] update getList test c2f1c5f [eranwitkon] update getNotebookList to use NotebookServer.generateNotebookInfo function d0b6744 [eranwitkon] refactor broadcastNoteList to use a new public generateNotebookList function which will be used in both socket implementation and REST implementation. 1e3d98c [eranwitkon] List Notebook REST API implementation, Test & documentation ee53446 [eranwitkon] List Notebook REST API implementation, Test & documentation commit 618bcd8785cdde83d5212569be6e54aabb2d6f14 Author: Prabhjyot Singh <prabhjyotsi...@gmail.com> Date: 2015-11-03T09:01:39Z ZEPPELIN-372 : Exporting a notebook Exporting a notebook in a JSON format, which can later be used/imported in a different environment. <img width="203" alt="screen shot 2015-10-29 at 12 29 41 pm" src="https://cloud.githubusercontent.com/assets/674497/10812117/d6611b82-7e38-11e5-9074-d14eebf19e72.png"> Author: Prabhjyot Singh <prabhjyotsi...@gmail.com> Closes #376 from prabhjyotsingh/ZEPPELIN-372 and squashes the following commits: 462e733 [Prabhjyot Singh] ZEPPELIN-372 : Exporting a notebook in a JSON format, which can later be used/imported in a different environment. commit e45cf399596be7e30d8bb42a45e700c6898a3f1b Author: Luciano Resende <lrese...@apache.org> Date: 2015-11-05T19:52:58Z Correct contact e-mail in documentation config.yml Author: Luciano Resende <lrese...@apache.org> Closes #393 from lresende/website and squashes the following commits: c167239 [Luciano Resende] Correct contact e-mail in documentation config.yml commit fd2a28853ec83da975fdffba6f2a5ca198126d4d Author: Patrick Ethier <nuttybre...@gmail.com> Date: 2015-11-04T19:15:33Z ZEPPELIN-365: Add credentials for dependency loader Allow to authenticate to Artifactory or any other private maven repository using user/pass via the dependency loader Author: Patrick Ethier <nuttybre...@gmail.com> Author: Patrick Ethier <patr...@secureops.com> Author: nuttybrewer <nuttybre...@gmail.com> Closes #377 from nuttybrewer/master and squashes the following commits: 9745f24 [Patrick Ethier] Update Repository.java 8599240 [Patrick Ethier] Update Repository.java 70de3ec [Patrick Ethier] Update Repository.java 3e395bf [Patrick Ethier] Move to fluent API 6c858e8 [Patrick Ethier] Merge branch 'master' of github.com:apache/incubator-zeppelin 3dcfc1f [Patrick Ethier] Update Repository.java 361291a [Patrick Ethier] Update Repository.java 656266a [Patrick Ethier] Update Repository.java 1169f80 [Patrick Ethier] Update spark.md 5b8f357 [Patrick Ethier] Update Repository.java 10c342b [Patrick Ethier] Update DependencyContext.java 57ab930 [Patrick Ethier] Update Repository.java 2b98165 [Patrick Ethier] Update DependencyContext.java b93057d [nuttybrewer] remove return statement for coding style 0c9395c [Patrick Ethier] Merge branch 'master' of github.com:nuttybrewer/incubator-zeppelin e7ece92 [Patrick Ethier] Added addCredential() function to allow for authenticated repositories via dependency loader 0936e89 [Patrick Ethier] Added documentation for new addCredential() function commit ae08e713e43ce9ebfb11f0f9cf7a7ea42885d677 Author: Khalid Huseynov <khalid...@nflabs.com> Date: 2015-10-28T11:40:16Z ZEPPELIN-367 Sync with secondary storage when listing notebooks This PR resolves https://issues.apache.org/jira/browse/ZEPPELIN-367 by synchronizing with secondary storage when reloading all notebooks into memory. Currently, existing `ZEPPELIN_NOTEBOOK_RELOAD_FROM_STORAGE` from https://github.com/apache/incubator-zeppelin/pull/331 is used as a flag since these functionalities are correlated, however it can be separated into distinct flag as well. Author: Khalid Huseynov <khalid...@nflabs.com> Closes #375 from khalidhuseynov/sync-on-list and squashes the following commits: e2cf5d9 [Khalid Huseynov] minor fix 878a23e [Khalid Huseynov] initial working commit commit cd0010d69be4e58ca5c92d984e61729ebde63174 Author: Tomas <xhu...@gmail.com> Date: 2015-11-05T11:56:32Z added hint to errror message %dep interpreter gives meaningless(for newbies) error message if it is not executed as the first snippet. Whit this hint it should be clear what to do to get rid of the problem Author: Tomas <xhu...@gmail.com> Closes #383 from xhudik/patch-4 and squashes the following commits: 8ce0f8f [Tomas] paragraph instead of cell aa16656 [Tomas] added Interpreter restart option 674cb66 [Tomas] cell instead of snippet 9c3af9f [Tomas] formatting c8c5649 [Tomas] added hint to errror message commit 8b7556df11c732029d694bbd492b0d30865d3b0c Author: DuyHai DOAN <doanduy...@gmail.com> Date: 2015-11-02T11:57:29Z [ZEPPELIN-382] Add Documentation for Cassandra interpreter in the doc⦠Linked **[JIRA]** [JIRA]: https://issues.apache.org/jira/browse/ZEPPELIN-382?jql=project%20%3D%20ZEPPELIN Author: DuyHai DOAN <doanduy...@gmail.com> Closes #384 from doanduyhai/CassandraInterpreterDocumentation and squashes the following commits: b0bf36a [DuyHai DOAN] [ZEPPELIN-382] Add Documentation for Cassandra interpreter in the doc pages commit 785ee3c8b46225da75698458acc5b730e8ead542 Author: Lee moon soo <m...@apache.org> Date: 2015-11-08T01:03:34Z ZEPPELIN-404 Certain project dependencies are pulled from 3rd parties repos instead of ASF or public Maven https://issues.apache.org/jira/browse/ZEPPELIN-404 This PR removes / move 3rd party repository into profile. cloudera repo is disabled by default and can be activated by -Pvendor-repo Author: Lee moon soo <m...@apache.org> Closes #404 from Leemoonsoo/ZEPPELIN-404 and squashes the following commits: fe403a9 [Lee moon soo] Fix typo. vender-repo -> vendor-repo 5b55ac0 [Lee moon soo] move cloudera repository into profile commit d5e8b2201815ddfd3d972f7da4b6e6fbd6ea3816 Author: Jeff Steinmetz <jeffrey.steinm...@gmail.com> Date: 2015-11-08T05:24:53Z expanded build instructions to describe pyspark, and maven + node.js requirements Author: Jeff Steinmetz <jeffrey.steinm...@gmail.com> Closes #405 from jeffsteinmetz/branch-0.5.5 and squashes the following commits: d59230d [Jeff Steinmetz] use maven 3.3 link in setup example. old links outdated 68cb04b [Jeff Steinmetz] maven install via apt-get clobbers the openjdk-7 install, and installs java6. It also installs an older maven version. Update ubuntu install example. e457745 [Jeff Steinmetz] expanded build instructions to include pyspark, and clarified maven and node.js requirements 27e7930 [Jeff Steinmetz] expanded build instructions to include pyspark, and clarified maven and node.js requirements 1015f86 [Jeff Steinmetz] expanded build instructions to include pyspark, and clarified maven and node.js requirements 9617c01 [Jeff Steinmetz] expanded build instructions to include pyspark, and clarified maven and node.js requirements (cherry picked from commit 197e339d204f77a72a67f8f6033f103d95db338f) Signed-off-by: Lee moon soo <m...@apache.org> commit d9ddceb3a697f6eb255dbdaef1de146d5ad99178 Author: Lee moon soo <m...@apache.org> Date: 2015-11-07T12:22:07Z ZEPPELIN-402 Adjust editor height with consideration of line wrap This PR addresses https://issues.apache.org/jira/browse/ZEPPELIN-402 Now it adjust height correctly with line wrap * When notebook is loaded * When editor change it's contents * When browser window resizes Author: Lee moon soo <m...@apache.org> Closes #399 from Leemoonsoo/ZEPPELIN-402 and squashes the following commits: 4e5e868 [Lee moon soo] Take care linewrap when loading notebook and resizing window commit 81f02485b31c25876a93a52a00b698ca60c9f8b9 Author: Victor <viktor.manuel.gar...@gmail.com> Date: 2015-11-05T10:19:39Z add docs for notebook storage in S3 Author: Victor <viktor.manuel.gar...@gmail.com> Closes #392 from vgmartinez/docs_storage and squashes the following commits: 985c4e2 [Victor] add docs for notebook storage in S3 commit f3de6cd7e16f190b3a75c4dd61ee9fc1c8c2dcb8 Author: DuyHai DOAN <doanduy...@gmail.com> Date: 2015-11-06T08:29:46Z [ZEPPELIN-394] Update cassandra-spark profiles to latest connector versions Below is the version matrix. Updates are in bold <table> <tr> <th><strong>Maven profile</strong></th> <th><strong>Spark Cassandra connector version</strong></th> </tr> <tr> <td>cassandra-spark-1.1</td> <td>1.1.1</td> </tr> <tr> <td>cassandra-spark-1.2</td> <td>1.2.1</td> </tr> <tr> <td><strong>cassandra-spark-1.3</strong></td> <td><strong>1.3.1</strong></td> </tr> <tr> <td><strong>cassandra-spark-1.4</strong></td> <td><strong>1.4.0</strong></td> </tr> <tr> <td><strong>cassandra-spark-1.5</strong></td> <td><strong>1.5.0-M2</strong></td> </tr> </table> Author: DuyHai DOAN <doanduy...@gmail.com> Closes #395 from doanduyhai/SparkCassandraDependenciesUpdate and squashes the following commits: 8b14bea [DuyHai DOAN] Add description for Spark-Cassandra profiles in README 41992b3 [DuyHai DOAN] Update cassandra-spark profiles to latest Spark-Cassandra connector versions commit 6ba4cf96aecad6a316d6c74f9a336a20585044c6 Author: Lee moon soo <m...@apache.org> Date: 2015-11-08T12:00:26Z ZEPPELIN-401 Improve autoscroll Addresses https://issues.apache.org/jira/browse/ZEPPELIN-401 This PR improves autoscroll behavior when using keyboard navigation (up/down key) * When cursor closes to edge of top/bottom of notebook, autoscroll triggers * Autoscroll will scroll notebook to position cursor to the middle of browser window * When last paragraph is executed, a new paragraph is inserted after. now notebook autoscrolls to newly inserted paragraph. Author: Lee moon soo <m...@apache.org> This patch had conflicts when merged, resolved by Committer: Lee moon soo <m...@apache.org> Closes #400 from Leemoonsoo/improve_scroll and squashes the following commits: e1170b4 [Lee moon soo] Do not skip paragraph only hides result when move cursor 3d6a3e1 [Lee moon soo] fix style and condition for tail last paragraph 53d48ac [Lee moon soo] Remove unncessary console.log 9229bd2 [Lee moon soo] Uncomment cursor force positioning 46055f5 [Lee moon soo] Replace hardcoded value 71be96b [Lee moon soo] tail last paragraph ca865fa [Lee moon soo] Moving focus of paragraph by keyboard reset cursor to the beginning (or ending) position of the editor 39108a0 [Lee moon soo] Scroll to cursor position commit d549165cafdfc2ec1779f9a0b679abcf11c74adb Author: Prabhjyot Singh <prabhjyotsi...@gmail.com> Date: 2015-11-10T09:10:09Z ZEPPELIN-265 auto save on page navigation Original PR https://github.com/apache/incubator-zeppelin/pull/260 have fixed build/travis issues and merge conflicts here Author: Prabhjyot Singh <prabhjyotsi...@gmail.com> Closes #357 from prabhjyotsingh/ZEPPELIN-265 and squashes the following commits: 620caa9 [Prabhjyot Singh] fix for firefox and edge c20ad34 [Prabhjyot Singh] refactoring jQuery with angualr.element 4002367 [Prabhjyot Singh] ZEPPELIN-265 adding "killSaveTimer" on page upload dd4b361 [Prabhjyot Singh] ZEPPELIN-265 auto save on page navigation commit fa40d567f0915c6372bd1792c776d485a129fd26 Author: Renjith Kamath <renjith.kam...@gmail.com> Date: 2015-10-27T07:00:00Z ZEPPELIN-299 Support clearing output for paragraph add an option to clear output/result for paragraph on UI and necessary backend changes <img width="569" alt="clear-output-notebook" src="https://cloud.githubusercontent.com/assets/2031306/10750542/9d4a246c-7c9c-11e5-953e-53036d7da109.png"> -- <img width="560" alt="clear-output-paragraph" src="https://cloud.githubusercontent.com/assets/2031306/10750543/9d4c1754-7c9c-11e5-87a8-fa35b8457dfa.png"> Author: Renjith Kamath <renjith.kam...@gmail.com> Closes #372 from r-kamath/ZEPPELIN-299 and squashes the following commits: a311fce [Renjith Kamath] remove unused param from clearAllParagraphOutput d349102 [Renjith Kamath] remove duplicate function def 7f59ba4 [Renjith Kamath] ZEPPELIN-299 Support clearing output for paragraph commit 6aaafe1b46296e85d1210bf14fc239eb4cdb1d2f Author: Mina Lee <mina...@nflabs.com> Date: 2015-11-09T11:00:51Z [ZEPPELIN-309] Redirect to created/cloned notebook page on notebook c⦠â¦reation/clone This PR enables redirecting to new/cloned notebook pages when create/clone notebook event occurs. Author: Mina Lee <mina...@nflabs.com> Closes #309 from minahlee/ZEPPELIN-309 and squashes the following commits: 8611343 [Mina Lee] Update selenium test for opening new created notebook and fix indentation b307483 [Mina Lee] [ZEPPELIN-309] Redirect to created/cloned notebook page on notebook creation/clone commit 025ba74f33386df99579645a666df15685c0e879 Author: Rick Moritz <rah...@gmail.com> Date: 2015-09-21T17:10:37Z ZEPPELIN-315 Fix time-dependant scheduling test test-schedule can fail when it starts late in a second, as the result will then return the next second due to in-system delays (particularly cron not reacting in time to config.put(cron, null)). Adding an additional waiting second before measuring dateFinished allows us to take a value that is independent of a possible lagging execution, waiting another second makes sure that the process has properly stopped. Alternatively, we can test the time and make sure to not write to cron when just before the full second - that would be quicker (less waiting) but slightly more hacky. Please review. Author: Rick Moritz <rah...@gmail.com> Closes #315 from RPCMoritz/patch-1 and squashes the following commits: 42ed8e1 [Rick Moritz] Fix time-dependant scheduling test commit 082eae16d620639c06016f38e52a5a398829c66f Author: Paul Curtis <pcur...@mapr.com> Date: 2015-11-10T23:33:36Z Corrected and updated the MapR Distribution profiles Completed the necessary Spark dependency profiles for the MapR distribution. Also added commented out MapR artifact IDs for the Hive interpreter. Author: Paul Curtis <pcur...@mapr.com> Closes #391 from pfcurtis/master and squashes the following commits: 46c9ce7 [Paul Curtis] Commented out the MapR repository a95ab43 [Paul Curtis] Moved the MapR repository section to the individual profiles. 9e37ce4 [Paul Curtis] Added information on the MapR profiles 7ed07a0 [Paul Curtis] Corrected and updated the MapR Distribution profiles commit 748533b2a592280d0b276112d537bef679ab7f0e Author: Eric Charles <e...@datalayer.io> Date: 2015-11-09T16:30:31Z ZEPPELIN-383 Override classpath with ZEPPELIN_CLASSPATH_OVERRIDES Prepend ZEPPELIN_CLASSPATH_OVERRIDES environment variable when building CLASSPATH in the shell scripts. This PR replaces the closed #398 and #386 - Sorry for the mess... Author: Eric Charles <e...@datalayer.io> Closes #412 from echarles/ZEPPELIN-383-CLASSPATH_OVERRIDES and squashes the following commits: 8572ec5 [Eric Charles] Use ZEPPELIN_CLASSPATH_OVERRIDES instead of CLASSPATH_OVERRIDES d63cc55 [Eric Charles] Prepend CLASSPATH_OVERRIDES environment variable when building CLASSPATH in the shell scripts commit b52c86c0dc0d7edda48060f4a738a6229b4c8ac7 Author: Lee moon soo <m...@apache.org> Date: 2015-11-10T23:29:54Z ZEPPELIN-410 Autoscroll only in y axis Addresses https://issues.apache.org/jira/browse/ZEPPELIN-410 Autoscroll scrolls not only vertical, but also horizontal scrollbar. but horizontal scrollbar should not be touched from it. Author: Lee moon soo <m...@apache.org> Closes #419 from Leemoonsoo/ZEPPELIN-410 and squashes the following commits: 214de49 [Lee moon soo] Autoscroll only in y axis commit 76cdcd8cdd3a27d007dd767d1fa5ab4af4f17c83 Author: Mina Lee <mina...@nflabs.com> Date: 2015-11-11T04:33:04Z [ZEPPELIN-407] Improve document on how to manage external libraries in spark interpreter Improve docs on library loading in spark interpreter. * Add information to load libraries using spark properties besides dependency loading using %dep interpreter * State different ways of dependency loading for different version of Zeppelin * Move Spark specific information from install.md to spark.md Author: Mina Lee <mina...@nflabs.com> Closes #410 from minahlee/ZEPPELIN-407 and squashes the following commits: 8f62790 [Mina Lee] [ZEPPELIN-407] Improve document on how to manage external libraries in spark interpreter 857d10b [Mina Lee] [ZEPPELIN-407] Improve document on how to manage external libraries in spark interpreter commit c877cd9d0d1e53a347c90acec249f0c6a2ae4196 Author: Chae-Sung Lim <estai...@gmail.com> Date: 2015-11-12T02:47:45Z Zeppelin-web-docs] angular (beta) description fix Modify the incorrect description of the angular parts of the document unbind. original ``` // bind my 'object' as angular scope variable 'name' in current notebook. z.angularBind(String name, Object object) // bind my 'object' as angular scope variable 'name' in all notebooks related to current interpreter. z.angularBindGlobal(String name, Object object) // unbind angular scope variable 'name' in current notebook. z.angularBind(String name) // unbind angular scope variable 'name' in all notebooks related to current interpreter. z.angularBindGlobal(String name) In the example, let's bind "world" variable 'name'. Then you can see AngularJs view are updated immediately. ``` fix ``` // bind my 'object' as angular scope variable 'name' in current notebook. z.angularBind(String name, Object object) // bind my 'object' as angular scope variable 'name' in all notebooks related to current interpreter. z.angularBindGlobal(String name, Object object) // unbind angular scope variable 'name' in current notebook. z.angularUnbind(String name) // unbind angular scope variable 'name' in all notebooks related to current interpreter. z.angularUnbindGlobal(String name) In the example, let's bind "world" variable 'name'. Then you can see AngularJs view are updated immediately. ``` unbind description **angularBind -> angularUnbind** global unbind description **angularBindGlobal -> angularUnbindGlobal** Author: Chae-Sung Lim <estai...@gmail.com> Closes #421 from cloverhearts/modify_docs/angularbinddocs_fix and squashes the following commits: 6dabd02 [Chae-Sung Lim] Zeppelin document , Angular (beta) part : modified unbind context commit 913bc0955c4ae48ba473645d6057da0647a11024 Author: tog <guillaume.all...@gmail.com> Date: 2015-11-11T07:24:13Z [ZEPPELIN-409] upgrade spark to 1.5.2 Upgrade spark to latest (1.5.2) version Author: tog <guillaume.all...@gmail.com> Closes #417 from galleon/spark-1.5.2 and squashes the following commits: b283a5a [tog] modified .travis.yml to take the new spark release into account 05386ff [tog] [ZEPPELIN-409] upgrade spark to 1.5.2 commit 96b720239dda3c0f4c12345a22eba64015c203a1 Author: Chae-Sung Lim <estai...@gmail.com> Date: 2015-11-12T07:11:34Z ZEPPELIN-383-Additional_modifications ] Typo fixes #412 fix :: bin/interpreter.sh ZEPPELIN_CLASSPATH_OVERRIDE**SS** -> ZEPPELIN_CLASSPATH_OVERRIDE**S** Author: Chae-Sung Lim <estai...@gmail.com> Closes #422 from cloverhearts/ZEPPELIN-383-Additional_modifications and squashes the following commits: 90a267e [Chae-Sung Lim] ZEPPELIN-383-Additional_modifications commit f435f3e46b7d62cd12c6dc97d84705032e0924ad Author: Lee moon soo <m...@apache.org> Date: 2015-11-12T10:54:38Z Apply #407 into master branch #407 addressed https://issues.apache.org/jira/browse/ZEPPELIN-406 and merged into branch-0.5.5 This PR applies it to the master branch Author: Lee moon soo <m...@apache.org> Closes #424 from Leemoonsoo/ZEPPELIN-406-master and squashes the following commits: 64b6550 [Lee moon soo] Add apache header and inline json message example into doc ba72645 [Lee moon soo] ZEPPELIN-406 Handle license issue found in 0.5.5-incubating rc2 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---