Member since
09-11-2015
100
Posts
56
Kudos Received
14
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5391 | 11-16-2016 02:15 AM | |
1996 | 10-26-2016 02:17 AM | |
2218 | 10-14-2016 03:22 PM | |
1290 | 10-13-2016 03:28 PM | |
1201 | 10-08-2016 12:56 PM |
11-16-2016
02:15 AM
@Doug Reid You can use zeppelin api to delete the paragraph. usage is present on https://zeppelin.apache.org/docs/0.6.1/rest-api/rest-notebook.html#delete-a-paragraph
... View more
10-26-2016
06:39 PM
It worked for me so its not a issue on url side. May be you can try with -v option to find out what is the exact issue. You can use wget with verbose mode to see if it works correctly
... View more
10-26-2016
02:17 AM
try once more, the archive you dowloaded is corrupt % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 5585k 100 5585k 0 0 242k 0 0:00:23 0:00:23 --:--:-- 800k
... View more
10-24-2016
08:36 AM
@Avijeet Dash Have a look at https://zeppelin.apache.org/docs/latest/manual/dependencymanagement.html
... View more
10-24-2016
05:37 AM
@Avijeet Dash I was trying some use-case and was facing similar issue. When i added the library the issue got resolved. So thought of sharing with you
... View more
10-23-2016
02:03 PM
1 Kudo
@Avijeet Dash Try loading https://mvnrepository.com/artifact/org.apache.spark/spark-streaming-twitter_2.11/1.5.2 under spark interpreter as a dependency
... View more
10-14-2016
03:22 PM
Its currently not possible as in zeppelin 0.6. "Zeppelin's interpreter abstraction allows any interpreter creates something like Z context. To expose Z context to user in %jdbc interpreter, we need proper syntax for it. i.e. %spark interpreter expose Z context as scala api. %pyspark interpreter expose Z context as python api. %jdbc interpreter expose Z context as ..?" Related defect - https://issues.apache.org/jira/browse/ZEPPELIN-1363
... View more
10-13-2016
03:28 PM
@mb As far as i know its not possible in last released version 0.6. one reason is "Zeppelin's interpreter abstraction allows any interpreter creates something like Z context. To expose Z context to user in %jdbc interpreter, we need proper syntax for it. i.e. %spark interpreter expose Z context as scala api. %pyspark interpreter expose Z context as python api. %jdbc interpreter expose Z context as ..?" You can have a look at one related defect - https://issues.apache.org/jira/browse/ZEPPELIN-1363
... View more
10-08-2016
12:56 PM
1 Kudo
@mertez will recommend to re-install after cleaning the old installation. yum remove ambari-agent
rm -rf /var/lib/ambari-agent
rm -rf /var/run/ambari-agent
rm -rf /usr/lib/amrbari-agent
rm /etc/yum.repos.d/ambari.repo
yum clean all
wget -nv http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.4.1.0/ambari.repo -O /etc/yum.repos.d/ambari.repo
yum install ambari-agent
... View more
10-05-2016
06:49 AM
1 Kudo
There is a related defect https://issues.apache.org/jira/browse/ZEPPELIN-1390 which has fix version as 0.6.1 and 0.7.0
... View more