Github user mwkang commented on the issue:
https://github.com/apache/zeppelin/pull/1248
ping @bzz
---
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 th
Hi Moon,
Thank you for the informative response. You are right, this is all in fact
explicitly stated in the most recent set of matplotlib release notes[1].
This won't really apply to the static inline plotting backend that I will
be tackling first which will mostly be pure python, but it will pro
Thank you for sharing, Anish!
--
Alex
On Thu, Aug 18, 2016 at 5:04 PM, anish singh wrote:
> Sorry, I forgot the links in the previous mail :-
>
> Link to the notebook in repository -
>
> [0]. https://github.com/anish18sun/Zeppelin-Notebooks/tree/
> master/2BTXWXKRW
>
> Link to documentation and
Hi Onkar,
very nice timeline, thank you for sharing!
--
Alex
On Sat, Aug 20, 2016 at 9:11 AM, onkar shedge
wrote:
> Here is my link for work submission. Suggestions are welcomed. I will add
> more description as I work more on my PRs.
>
> [1] https://onkarshedge.github.io/gsoc2016/
>
> Regards
Github user corneadoug commented on the issue:
https://github.com/apache/zeppelin/pull/1313
Merging if there is no more discussions
---
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 featur
Github user corneadoug commented on the issue:
https://github.com/apache/zeppelin/pull/1342
Merging if there is no more discussions
---
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 featur
Here is my link for work submission. Suggestions are welcomed. I will add
more description as I work more on my PRs.
[1] https://onkarshedge.github.io/gsoc2016/
Regards,
Onkar Shedge
GitHub user gbloisi opened a pull request:
https://github.com/apache/zeppelin/pull/1349
Add spark dependency jars in driver classpath also in spark-submit mode
### What is this PR for?
This commit adds spark dependency jars into the driver classpath of
spark-submit. It is needed
Yesha Vora created ZEPPELIN-1351:
Summary: Paragraph status should be ERROR if Paragraph is
terminated with SIGTERM
Key: ZEPPELIN-1351
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1351
Project:
Yesha Vora created ZEPPELIN-1350:
Summary: sh interpreter got ExecuteException and process exited
with an error 143
Key: ZEPPELIN-1350
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1350
Project:
Hi,
>From the documentation it is not very clear how exactly the remote
interpreter works.
Here is what I tried. But it didn't work. I am using zeppelin 0.6.1 binary
and spark 2.0.
1. In a remote spark cluster
a) I created a spark interpreter (copying from the default spark
interpreter) with ma
Github user mwpenny commented on the issue:
https://github.com/apache/zeppelin/pull/1210
@karup1990 Are you able to test with a fresh Chrome installation (e.g,.
using another computer on the same network)?
---
If your project is set up for it, you can reply to this email and have you
GitHub user kavinkumarks opened a pull request:
https://github.com/apache/zeppelin/pull/1348
[ZEPPELIN-1313] NullPointerException when using Clone notebook REST API
### What is this PR for?
This fixes when the input json is empty for the clone notebook REST API and
for this case
GitHub user kavinkumarks reopened a pull request:
https://github.com/apache/zeppelin/pull/1345
[ZEPPELIN-728] Can't POST interpreter setting (CorsFilter?)
### What is this PR for?
This handles the NPE when the input json is empty for the interpreter
setting POST request.
Github user kavinkumarks commented on the issue:
https://github.com/apache/zeppelin/pull/1345
Reopening to trigger the CI build.
---
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
e
Github user kavinkumarks closed the pull request at:
https://github.com/apache/zeppelin/pull/1345
---
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 featur
We upgraded Ambari Cluster while we were working with Zeppelin 0.5.6. At that
point, we were using Spark 1.5.2. After the upgrade of Ambari, the Spark
version got upgraded to 1.6. Post that we upgraded Zeppelin to 0.6.0.
From: Jeff Zhang [mailto:zjf...@gmail.com]
Sent: Friday, August 19, 2016 7
Github user kavinkumarks commented on the issue:
https://github.com/apache/zeppelin/pull/1345
Reopening to trigger the CI build.
---
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
e
Github user kavinkumarks closed the pull request at:
https://github.com/apache/zeppelin/pull/1345
---
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 featur
GitHub user kavinkumarks reopened a pull request:
https://github.com/apache/zeppelin/pull/1345
[ZEPPELIN-728] Can't POST interpreter setting (CorsFilter?)
### What is this PR for?
This handles the NPE when the input json is empty for the interpreter
setting POST request.
Do you change spark version when upgrading zeppelin ?
On Fri, Aug 19, 2016 at 7:36 PM, Nagasravanthi, Valluri <
valluri.nagasravan...@pfizer.com> wrote:
>
>
> Hi,
>
>
>
> Actually, when we worked on Zeppelin 0.5.6, we used to use sqlContext
> itself for reading hive files, registering spark dataf
Hi,
Actually, when we worked on Zeppelin 0.5.6, we used to use sqlContext itself
for reading hive files, registering spark dataframes as temp tables and
eventualy processing queries on the temp tables.
The issue which I am facing on Zeppelin 0.6.0 right now is that even though I
am able to e
GitHub user zjffdu opened a pull request:
https://github.com/apache/zeppelin/pull/1347
ZEPPELIN-1284. Unable to run paragraph with default interpreter
### What is this PR for?
This issue happens when SPARK_HOME is not defined. In this case, you are
using spark 2.0 and scala-2.10
GitHub user oeegee opened a pull request:
https://github.com/apache/zeppelin/pull/1346
Update Utils.java
### What is this PR for?
A few sentences describing the overall goals of the pull request's commits.
First time? Check out the contributing guide -
https://github.com/apa
Sorry, you should use sqlContext
On Fri, Aug 19, 2016 at 6:11 PM, Sundararajan, Pranav <
pranav.sundarara...@pfizer.com> wrote:
> Hi,
>
>
>
> We tried “hiveContext” instead of “HiveContext” but it didn’t work out.
>
> Please find below the code and the error log:
>
>
>
> *import org.apache.spark.
Hi,
We tried “hiveContext” instead of “HiveContext” but it didn’t work out.
Please find below the code and the error log:
import org.apache.spark.sql.hive.HiveContext
val df_test_hive = hiveContext.read.parquet("/location/hivefile")
import org.apache.spark.sql.hive.HiveContext
:67: error: not fo
Partha Pratim Ghosh created ZEPPELIN-1349:
-
Summary: Zeppelin deployment in websphere
Key: ZEPPELIN-1349
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1349
Project: Zeppelin
Iss
Github user bzz commented on the issue:
https://github.com/apache/zeppelin/pull/1231
@onkarshedge thank you, that is good to know :)
Could you also please update PR description according to your plans? I.e in
case you decide to pursue suggested architecture - what would be th
Github user bzz commented on the issue:
https://github.com/apache/zeppelin/pull/989
@onkarshedge so you say it's not published on Maven Central?
According to ipfs/java-ipfs-api#1 there is an option fetch it from
`https://jitpack.io`. Can you please add new repository to `pom.
Github user kavinkumarks closed the pull request at:
https://github.com/apache/zeppelin/pull/1345
---
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 featur
GitHub user kavinkumarks reopened a pull request:
https://github.com/apache/zeppelin/pull/1345
[ZEPPELIN-728] Can't POST interpreter setting (CorsFilter?)
### What is this PR for?
This handles the NPE when the input json is empty for the interpreter
setting POST request.
Github user kavinkumarks commented on the issue:
https://github.com/apache/zeppelin/pull/1345
Reopening to trigger the CI build.
---
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
e
Github user bzz commented on the issue:
https://github.com/apache/zeppelin/pull/1343
Thank you @agoodm for taking care, looks great to me.
I think it sets an excellent example of Python version compatibility.
Will merge to master if there is no further discussion
---
If
Github user jgough commented on the issue:
https://github.com/apache/zeppelin/pull/1342
Great stuff, thanks for fixing my issue!
---
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
e
Github user bzz closed the pull request at:
https://github.com/apache/zeppelin/pull/1344
---
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 enab
Github user asfgit closed the pull request at:
https://github.com/apache/zeppelin/pull/1336
---
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 e
Github user corneadoug commented on the issue:
https://github.com/apache/zeppelin/pull/1135
@davidtzoor Take your time, just ping me when its done
---
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 h
Github user prabhjyotsingh commented on the issue:
https://github.com/apache/zeppelin/pull/1322
Yes, I thought about the usage in mac and windows, and initially started of
with using `RUNAS ${userName}` for windows and `su - ${userName}` for *nix
systems, but then it requires zeppelin
Github user jongyoul commented on the issue:
https://github.com/apache/zeppelin/pull/1341
I think it's enough. LGTM
---
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 wi
Github user jongyoul commented on the issue:
https://github.com/apache/zeppelin/pull/1322
I agree that it's simple way to use ssh to support impersonation. but I'm
worried about it. First, we should consider not to use ssh server in a local
machine. It's disabled on Mac by default and
It should be "hiveContext" instead of "HiveContext"
On Fri, Aug 19, 2016 at 3:33 PM, Sundararajan, Pranav <
pranav.sundarara...@pfizer.com> wrote:
> Hi,
>
>
>
> PFB the code.
>
> import org.apache.spark.sql.hive.HiveContext
>
> val df_test_hive = HiveContext.read.parquet("/location/hivefile ")
>
GitHub user kavinkumarks opened a pull request:
https://github.com/apache/zeppelin/pull/1345
[ZEPPELIN-728] Can't POST interpreter setting (CorsFilter?)
### What is this PR for?
This handles the NPE when the input json is empty for the interpreter
setting POST request.
Github user xiufengliu commented on the issue:
https://github.com/apache/zeppelin/pull/1176
Thanks! It is a fantastic feature. I am really looking forwards to.
---
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 proj
Pankaj Singh created ZEPPELIN-1348:
--
Summary: JDBC interpreter with MySql : Running a paragraphs fails
for first time when executed
Key: ZEPPELIN-1348
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1348
Github user jongyoul commented on the issue:
https://github.com/apache/zeppelin/pull/1315
@rconline Do you mean it's fine if some users don't use Hadoop2 and don't
want to use jceks features? Isn't there any side effect at all?
---
If your project is set up for it, you can reply to t
Github user jongyoul commented on the issue:
https://github.com/apache/zeppelin/pull/1301
@felixcheung What I want to remove is duplicated from
spark-dependencies/pom.xml. This deletion never hurt current features. It just
removes duplicated codes.
---
If your project is set up for
Github user felixcheung commented on the issue:
https://github.com/apache/zeppelin/pull/1301
I thought we do need `cassandra-spark-*` @doanduyhai ?
---
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
Github user cloverhearts commented on the issue:
https://github.com/apache/zeppelin/pull/1176
@xiufengliu
Thanks for your interest in this feature.
This feature can undermine the existing problems Zeppelin used consistently.
I would like to re-implement this feature in diff
Github user rajarajan-g commented on the issue:
https://github.com/apache/zeppelin/pull/1341
Please review this PR and let me your thoughts in comments
---
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
49 matches
Mail list logo