Member since
10-28-2015
61
Posts
10
Kudos Received
7
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1542 | 09-25-2017 11:22 PM | |
5728 | 09-22-2017 08:04 PM | |
5205 | 02-03-2017 09:28 PM | |
3657 | 05-10-2016 05:04 AM | |
1027 | 05-04-2016 08:22 PM |
04-25-2017
06:56 PM
This issue was caused by port forwarding. Websocket used in Zeppelin UI was not able to communicate with backend.
... View more
02-21-2017
11:20 PM
1 Kudo
@Padmanabhan Vijendran Check if ozzie shared lib is configured properly and has right hbase dependencies. If not properly configured you can recreate shared lib using below commands: /usr/hdp/current/oozie/bin/oozie-setup.sh sharelib create -locallib /usr/hdp/<version>/oozie/oozie-sharelib.tar.gz -fs hdfs://<namenode-host>:8020 oozie admin -oozie http://<oozie-host>:11000/oozie -sharelibupdate
... View more
02-21-2017
11:15 PM
1 Kudo
@Connor O'Neal Question is not very clear but it seems you want to manage kafka offset from a consumer. You can manually manage the offset in your code using a low level consumer client.
... View more
02-16-2017
12:53 AM
@Kshitij Badani These two properties were commented. I made the changes and restarted zeppelin but outcome is same.
... View more
02-15-2017
10:34 PM
screen-shot-2017-02-15-at-23048-pm.pngWhile opening Zeppelin UI on HD2.5 (on AWS) i don't see any welcome page. When i create a new notebook nothing happens. Also search box "Search your notebook" is also disabled. zeppelin.anonymous.allowed is set to true. There is no Error/Exception in logs.
... View more
Labels:
- Labels:
-
Apache Zeppelin
02-03-2017
09:30 PM
@Jagdish Saripella Are you using ranger for HDFS ACL? If yes configure ranger policy accordingly.
... View more
02-03-2017
09:28 PM
@Narasimha K Have you added this host to exclude list? Check /etc/hadoop/conf/yarn.exclude . If this host exists in this file remove it Execute yarn rmadmin -refreshNodes so YARN re-reads this configuration file
... View more
01-05-2017
11:21 PM
@Sami Ahmad 1- where should HADOOP_HOME point to ? HADOOP_HOME usually points to hadoop installation dir. For hortonworks it is /usr/hdp/current/hadoop/ or /usr/hdp/current/hadoop-client/ 2- where should HADOOP_CON_DIR point to ? /etc/hadoop/conf or some sym linc in /etc/hadoop/ 3- where are the hadoop log files ? as I am seeing to debug YARN Isues I need to look into hadoop log files By default all logs are under /var/log (Ex /var/log/hadoop)
... View more
05-11-2016
02:42 PM
@Steve Kaufman Could you please elaborate what exactly you mean by transaction type data? Do you want to store it in HDFS,Hive or HBase. What kind of processing you want to do on it and how you will be consuming it?
... View more
05-10-2016
07:09 PM
@Pradeep kumar ResourceManager UI-> Application -> ApplicationMaster-> job link-> map/reducer link
... View more