[GitHub] zeppelin issue #2627: [ZEPPELIN-2368]. Option to run all paragraphs *sequent...

2017-10-24 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2627 @namanmishra91 Do you mean after after clicking run all, user click one paragraph of this note to run it ? ---

[GitHub] zeppelin issue #2627: [ZEPPELIN-2368]. Option to run all paragraphs *sequent...

2017-10-24 Thread namanmishra91
Github user namanmishra91 commented on the issue: https://github.com/apache/zeppelin/pull/2627 What happens now if after doing run all , a later paragraph that isn't submitted yet is run explicitly? Will it run twice? ---

Read Hbase table in pyspark gives java.lang.ClassNotFoundException: org.apache.phoenix.jdbc.PhoenixDriver

2017-10-24 Thread Indtiny S
Hi, I am trying to read Hbase tables in pyspark data frame, I am using the below code but I am getting the ClassNotFoundException error df=sqlContext.read.format('jdbc').options(driver="org.apache.phoenix.jdbc.PhoenixDriver",url='jdbc:phoenix:localhost:2181:/hbase-unsecure',dbtable='table_name')

[GitHub] zeppelin issue #780: [ZEPPELIN-658] Scala: not accepting companion objects i...

2017-10-24 Thread GichanLee
Github user GichanLee commented on the issue: https://github.com/apache/zeppelin/pull/780 version 0.7.3 same issue, It can't find case class, I think the Interpreter support :paste mode. ``` case class SensorRow(rowkey: String, sector: Double, steam: Double, usage: Double, Log

[GitHub] zeppelin issue #2630: [HOTFIX] fix build spark and R interpreters

2017-10-24 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2630 I’m also curious about it. It’s very basic error when compiling without symbol. ---

[GitHub] zeppelin issue #2630: [HOTFIX] fix build spark and R interpreters

2017-10-24 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2630 Thanks @tinkoff-dwh for fixing this. Could you let me know how SparkRInterpreter is broken, I am curious to know why our CI didn't catch this. ---

[GitHub] zeppelin issue #2630: [HOTFIX] fix build spark and R interpreters

2017-10-24 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2630 Ok thanks for fixing this. ---

Error while building Zeppelin master

2017-10-24 Thread Andrea Santurbano
Hi guys, when i try to build Zeppelin from apache master repo on Windows 10 i get this error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (copy-artifact) on project zeppelin-interpreter: Error copying artifact from C:\Users\Andrea\workspace_zeppelin\zep

[GitHub] zeppelin pull request #2630: [HOTFIX] fix build spark and R interpreters

2017-10-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2630 ---

[GitHub] zeppelin issue #2630: [HOTFIX] fix build spark and R interpreters

2017-10-24 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2630 LGTM. I'll merge it as a hotfix. BTW, I think it would be better to divide two different PR by fixing bug and refactoring somethings. ---

[GitHub] zeppelin pull request #:

2017-10-24 Thread jongyoul
Github user jongyoul commented on the pull request: https://github.com/apache/zeppelin/commit/c45128e79f619e6f2d927176a440ec44a2d588ed#commitcomment-25158511 In spark/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java: In spark/src/main/java/org/apache/zeppelin/spark/Spa

[GitHub] zeppelin pull request #:

2017-10-24 Thread jongyoul
Github user jongyoul commented on the pull request: https://github.com/apache/zeppelin/commit/c45128e79f619e6f2d927176a440ec44a2d588ed#commitcomment-25158504 In spark/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java: In spark/src/main/java/org/apache/zeppelin/spark/Spa

[GitHub] zeppelin issue #2630: [HOTFIX] fix build spark and R interpreters

2017-10-24 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2630 @necosta @zjffdu @felixcheung pls help with review ---

[GitHub] zeppelin pull request #2630: [HOTFIX] fix build spark and R interpreters

2017-10-24 Thread tinkoff-dwh
GitHub user tinkoff-dwh opened a pull request: https://github.com/apache/zeppelin/pull/2630 [HOTFIX] fix build spark and R interpreters ### What is this PR for? Fix build interpreters (apark and R) which broken after https://github.com/apache/zeppelin/pull/2592 and https://

Re: Need zeppelin 0.8.0 built version

2017-10-24 Thread Indtiny S
Hi, If I build the zeppelin with latest version, then I get below create interpreter error when I tried add new phoenix interpreter and run query from that %phoenix select * from "mytable" org.apache.thrift.TApplicationException: Internal error processing createInterpreter Interpreter log shows

[GitHub] zeppelin pull request #2629: ZEPPELIN-3005. Refine the error message when in...

2017-10-24 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2629 ZEPPELIN-3005. Refine the error message when interpreter is not binded to note ### What is this PR for? More user-friendly error message. ### What type of PR is it? [Improvem

[GitHub] zeppelin issue #2558: sc.setLocalProperty(...) should be more deterministic

2017-10-24 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2558 hi - where are we on this? ---