[GitHub] zeppelin issue #979: Alert message when trying to delete last paragraph.

2016-06-12 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/979 @minahlee Could you tell me how can i get your test failure? --- 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

[GitHub] zeppelin issue #995: [ZEPPELIN-990] Add header anchor for Zeppelin documenta...

2016-06-12 Thread yoonjs2
Github user yoonjs2 commented on the issue: https://github.com/apache/zeppelin/pull/995 @AhyoungRyu Thank you for your consideration! --- 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

[GitHub] zeppelin pull request #994: [WIP][ZEPPELIN-986] Create publish release scrip...

2016-06-12 Thread minahlee
Github user minahlee closed the pull request at: https://github.com/apache/zeppelin/pull/994 --- 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

[GitHub] zeppelin pull request #997: [MINOR] Make nav zeppelin version to point ZEPPE...

2016-06-12 Thread minahlee
Github user minahlee closed the pull request at: https://github.com/apache/zeppelin/pull/997 --- 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

[GitHub] zeppelin pull request #994: [WIP][ZEPPELIN-986] Create publish release scrip...

2016-06-12 Thread minahlee
GitHub user minahlee reopened a pull request: https://github.com/apache/zeppelin/pull/994 [WIP][ZEPPELIN-986] Create publish release script ### What is this PR for? This PR is to automate release publish to maven repository. We used to use maven-deploy-plugin and

[GitHub] zeppelin pull request #997: [MINOR] Make nav zeppelin version to point ZEPPE...

2016-06-12 Thread minahlee
GitHub user minahlee reopened a pull request: https://github.com/apache/zeppelin/pull/997 [MINOR] Make nav zeppelin version to point ZEPPELIN_VERSION in _config.yml ### What is this PR for? One less line to change when releasing docs by making `ZEPPELIN_VERSION` to be retrieved

[GitHub] zeppelin pull request #955: [ZEPPELIN-940] Allow zeppelin server to connect ...

2016-06-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/955 --- 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

[GitHub] zeppelin pull request #992: [ZEPPELIN-980] missing "incubation-" references

2016-06-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/992 --- 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

[GitHub] zeppelin pull request #1001: [Minor] Remove 'incubator' from virtual_machine...

2016-06-12 Thread AhyoungRyu
Github user AhyoungRyu closed the pull request at: https://github.com/apache/zeppelin/pull/1001 --- 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

[GitHub] zeppelin issue #1001: [Minor] Remove 'incubator' from virtual_machine.md

2016-06-12 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1001 @minahlee Oh i didn't noticed that. I'll close this one. --- 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

[GitHub] zeppelin issue #1001: [Minor] Remove 'incubator' from virtual_machine.md

2016-06-12 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1001 Duplicated #992 --- 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,

[GitHub] zeppelin pull request #984: [ZEPPELIN-982] Improve interpreter completion AP...

2016-06-12 Thread AhyoungRyu
Github user AhyoungRyu closed the pull request at: https://github.com/apache/zeppelin/pull/984 --- 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

[GitHub] zeppelin issue #1000: typo

2016-06-12 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1000 @OutOfBedlam Thanks for the fix. LGTM. The failure of CI looks irrelevant. --- 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

[GitHub] zeppelin pull request #1000: typo

2016-06-12 Thread OutOfBedlam
GitHub user OutOfBedlam opened a pull request: https://github.com/apache/zeppelin/pull/1000 typo ### What is this PR for? bin/zeppelin.sh - typo fix You can merge this pull request into a Git repository by running: $ git pull https://github.com/Solution-Global/zeppelin

[GitHub] zeppelin issue #980: [ZEPPELIN-871] [WIP] spark 2.0 interpreter on scala 2.1...

2016-06-12 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/980 Dealing with mixed scala 2.10/2.11 and spark 1.x/2.x with a same implementation is always possible but drives to code plenty of method invocation (see e.g.

[GitHub] zeppelin pull request #999: Fix navigation link of documentation for storage...

2016-06-12 Thread yoonjs2
GitHub user yoonjs2 opened a pull request: https://github.com/apache/zeppelin/pull/999 Fix navigation link of documentation for storage using anchor. ### What is this PR for? In documentation about storage, a custom hashtag navigation used to nav to each paragraph but

[GitHub] zeppelin issue #978: [ZEPPELIN-869] Search notebook to handle empty result.

2016-06-12 Thread felizbear
Github user felizbear commented on the issue: https://github.com/apache/zeppelin/pull/978 Also, I think you will have to clean up scope after you clear the search field value. To see what I mean do the following: 1. Search for something, e.g. `bankText` 2. Navigate away from

[GitHub] zeppelin issue #978: [ZEPPELIN-869] Search notebook to handle empty result.

2016-06-12 Thread felizbear
Github user felizbear commented on the issue: https://github.com/apache/zeppelin/pull/978 Also, I would recommend modify `ng-disabled` of search form in navbar like this: ``` ng-disabled="!navbar.connected || !searchTerm" ``` so it doesn't fire when there is an empty

[GitHub] zeppelin issue #955: [ZEPPELIN-940] Allow zeppelin server to connect to alre...

2016-06-12 Thread SachinJanani
Github user SachinJanani commented on the issue: https://github.com/apache/zeppelin/pull/955 Thanks @Leemoonsoo @jongyoul @AhyoungRyu @corneadoug For reviewing.Can someone please merge this pull request? --- If your project is set up for it, you can reply to this email and have your