Member since
09-17-2015
436
Posts
736
Kudos Received
81
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 5195 | 01-14-2017 01:52 AM | |
| 7529 | 12-07-2016 06:41 PM | |
| 8959 | 11-02-2016 06:56 PM | |
| 2869 | 10-19-2016 08:10 PM | |
| 7346 | 10-19-2016 08:05 AM |
06-10-2016
11:37 PM
This may require a bug or at least documentation of the above
... View more
06-10-2016
11:36 PM
Could you provide the github link or upload the template xml before we publish this? Also would be good to show what the tweet looks like before/after processing
... View more
06-10-2016
10:47 PM
Upvoted! If the notebook works on sandbox, pls consider including it in https://github.com/hortonworks-gallery/zeppelin-notebooks. This is actually the set of demo notebooks that get automatically installed when zeppelin is installed via Ambari
... View more
06-10-2016
06:33 PM
1 Kudo
@Timothy Spann see webinar @Dhruv Kumar ran last year using older version of HDP http://hortonworks.com/partners/learn/#spark813
... View more
06-09-2016
10:59 PM
@Tim Veil has a helpful example to start with: https://community.hortonworks.com/questions/38357/enable-kerberos-via-ambari-blueprint.html
... View more
06-09-2016
03:16 AM
Per the JIRA from Jeff, looks like the feature did not work prior to Ambari 2.2+. The relevant doc section in Ambari 2.2.0.0 looks ok so I think we are good. Although it might be good to update older docs to explicitly call out the fact that running queries as logged in user won't work.
... View more
06-09-2016
02:52 AM
Can you make sure you have spark client installed on the node you are trying to install Zeppelin on? If so, make sure this file exists on that node: /usr/hdp/current/spark-client/RELEASE? This is the error causing the failure on your setup: IOError: [Errno 2] No such file or directory: u'/usr/hdp/current/spark-client//RELEASE' On my 2.4.2.0-195 setup, this is what I see in the contents of that file # cat /usr/hdp/current/spark-client/RELEASE
Spark 1.6.1.2.4.2.0-195 built for Hadoop 2.7.1.2.4.2.0-195
... View more
06-08-2016
10:57 PM
@Kit Menke glad to hear it! Thanks for taking the time to update the forum after getting it working.
... View more
06-06-2016
09:57 PM
1 Kudo
Seems like you are trying to run the new tutorial @jmedel is working on that feeds truck events using Nifi into Kafka. Error #1: (IllegalArgument) I think you have an older version of the Nifi topology which was not filtering for log output. Consequently invalid arguments were passed into the topology. This has since been fixed Error #4: NPE: James' older setup instructions/scripts were not moving the PMML related files over. This has since been fixed Other errors are probably also related to one of the above. I suggest you re-try with a newer version of the tutorial
... View more