[GitHub] zeppelin issue #2624: [ZEPPELIN-2965] Add code completion for livy interpret...

2017-10-30 Thread pellmont
Github user pellmont commented on the issue: https://github.com/apache/zeppelin/pull/2624 Of course I did :-) But: - Code-Completion is by ctrl-. (as before ZEPPELIN-277). If it should be tab it has to be configured probably in livy/interpreter-settings.json - You need a fr

[GitHub] zeppelin issue #876: [ZEPPELIN-281] Windows build

2017-10-30 Thread ajinkyamahakalkar
Github user ajinkyamahakalkar commented on the issue: https://github.com/apache/zeppelin/pull/876 Hi, I am trying to build the Zeppelin Jar on a windows machine but the build is getting failed with the following error: [ERROR] Failed to execute goal org.apache.maven.plugins:ma

[jira] [Created] (ZEPPELIN-3018) not able to build the project on windows machine

2017-10-30 Thread ajinkya mahakalkar (JIRA)
ajinkya mahakalkar created ZEPPELIN-3018: Summary: not able to build the project on windows machine Key: ZEPPELIN-3018 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3018 Project: Zeppelin

[GitHub] zeppelin issue #2636: [ZEPPELIN-3017] fix Spark version in Dockerfiles

2017-10-30 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2636 merging if no more comment ---

[GitHub] zeppelin issue #2636: [ZEPPELIN-3017] fix Spark version in Dockerfiles

2017-10-30 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2636 ok, I think we can skip this time, for future references, please Setup Travis CI as described on https://zeppelin.apache.org/contribution/contributions.html#continuous-integration ---

[GitHub] zeppelin issue #2612: [MINOR] remove the duplicate property username in Remo...

2017-10-30 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2612 @wary Sorry for late response, the CI seems failed, could you help check that ? It may due to flaky test, you can try to rerun it. ---

[GitHub] zeppelin issue #2624: [ZEPPELIN-2965] Add code completion for livy interpret...

2017-10-30 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2624 @pellmont have you verified in from end to end ? It seems doesn't work for me when I type tab in frontend. I think it may need frontend change as well. ---

[GitHub] zeppelin issue #2635: ZEPPELIN-3013. Only parse paragraph text when text is ...

2017-10-30 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2635 @felixcheung @prabhjyotsingh Could you help review it ? Thanks ---

Re: Error while building Zeppelin master

2017-10-30 Thread Jianfeng (Jeff) Zhang
Sure, go ahead. Best Regard, Jeff Zhang On 10/31/17, 6:46 AM, "Andrea Santurbano" wrote: >I think the problem is related to [ZEPPELIN-2685] since then the pom.xml >of >zeppelin-interperter module includes this configuration: > >${basedir}/interpreter/${project.name} > >if i change the val

Re: Error while building Zeppelin master

2017-10-30 Thread Andrea Santurbano
I think the problem is related to [ZEPPELIN-2685] since then the pom.xml of zeppelin-interperter module includes this configuration: ${basedir}/interpreter/${project.name} if i change the value in this way: ${basedir}/interpreter/${project.artifactId} it works correctly. Can i make a PR for th

[GitHub] zeppelin pull request #2636: [ZEPPELIN-3017] fix Spark version in Dockerfile...

2017-10-30 Thread mgaido91
GitHub user mgaido91 opened a pull request: https://github.com/apache/zeppelin/pull/2636 [ZEPPELIN-3017] fix Spark version in Dockerfiles ### What is this PR for? The PR updates Spark version to the current 2.1.2, since the one which is present now (2.1.1) is not available

[jira] [Created] (ZEPPELIN-3017) Spark version specified in Dockerfile doesn't exist anymore

2017-10-30 Thread Marco Gaido (JIRA)
Marco Gaido created ZEPPELIN-3017: - Summary: Spark version specified in Dockerfile doesn't exist anymore Key: ZEPPELIN-3017 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3017 Project: Zeppelin

[GitHub] zeppelin pull request #2624: [ZEPPELIN-2965] Add code completion for livy in...

2017-10-30 Thread pellmont
Github user pellmont closed the pull request at: https://github.com/apache/zeppelin/pull/2624 ---

[GitHub] zeppelin pull request #2624: [ZEPPELIN-2965] Add code completion for livy in...

2017-10-30 Thread pellmont
GitHub user pellmont reopened a pull request: https://github.com/apache/zeppelin/pull/2624 [ZEPPELIN-2965] Add code completion for livy interpreter ### What is this PR for? This PR adds code autocompletion feature to LivyInterpreter. Livy version 0.5 will have an auto complet

[GitHub] zeppelin pull request #2615: [ZEPPELIN-1999][IMPROVEMENT] refactoring replac...

2017-10-30 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at: https://github.com/apache/zeppelin/pull/2615 ---

[GitHub] zeppelin pull request #2615: [ZEPPELIN-1999][IMPROVEMENT] refactoring replac...

2017-10-30 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request: https://github.com/apache/zeppelin/pull/2615 [ZEPPELIN-1999][IMPROVEMENT] refactoring replacement context parameters into interpreter settings ### What is this PR for? Field `protected Properties property` is protected. sometimes

[GitHub] zeppelin issue #2619: Run all paragraphs sequentially

2017-10-30 Thread namanmishra91
Github user namanmishra91 commented on the issue: https://github.com/apache/zeppelin/pull/2619 Closed as PR 2627 addresses the same thing ---

[GitHub] zeppelin pull request #2619: Run all paragraphs sequentially

2017-10-30 Thread namanmishra91
Github user namanmishra91 closed the pull request at: https://github.com/apache/zeppelin/pull/2619 ---

[jira] [Created] (ZEPPELIN-3016) Zeppelin Spark Interpreter User Impersonation is not working

2017-10-30 Thread Venkata Sudheer Kumar M (JIRA)
Venkata Sudheer Kumar M created ZEPPELIN-3016: - Summary: Zeppelin Spark Interpreter User Impersonation is not working Key: ZEPPELIN-3016 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3016

[GitHub] zeppelin issue #2619: Run all paragraphs sequentially

2017-10-30 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2619 https://github.com/apache/zeppelin/pull/2627 merged maybe close this PR? ---