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 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?
---
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 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 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 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 user felixcheung commented on the issue:
https://github.com/apache/zeppelin/pull/2630
Ok thanks for fixing this.
---
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 user asfgit closed the pull request at:
https://github.com/apache/zeppelin/pull/2630
---
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 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 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 user tinkoff-dwh commented on the issue:
https://github.com/apache/zeppelin/pull/2630
@necosta @zjffdu @felixcheung
pls help with review
---
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://
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 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 user felixcheung commented on the issue:
https://github.com/apache/zeppelin/pull/2558
hi - where are we on this?
---
17 matches
Mail list logo