Member since
02-23-2017
14
Posts
2
Kudos Received
0
Solutions
04-30-2017
05:48 PM
Thanks slachterman
... View more
05-02-2017
01:50 PM
@Tech Gig Yes. If you see the directory structure in Zookeeper as described below, you will have a more clear idea. But your understanding is right: https://cwiki.apache.org/confluence/display/KAFKA/Kafka+data+structures+in+Zookeeper
... View more
05-02-2017
04:10 AM
2 Kudos
@Tech Gig 1) For access from a remote server, your only option is JDBC. See link below for details. https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients#HiveServer2Clients-JDBC 2) Essentially, Hive Thrift Server is the same as HiveServer2. HiveServer2 uses the Thrift RPC protocol, hence the naming. The Thrift Client is is your Beeline or any client connecting to HiveServer2 through the Thrift RPC protocol. For an explanation of the evolution of Hive from HiveServer1 to HiveServer2 (Thrift) take a look at the below link: http://toodey.com/2015/07/25/what-is-beeline-in-latest-hiveserver2-difference-between-hiveserver1-and-hiveserver2/ For info about HiveServer2 and Thrift RPC: https://cwiki.apache.org/confluence/display/Hive/Setting+Up+HiveServer2#SettingUpHiveServer2-HiveServer2 For info on Beeline and other clients: https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients
... View more
04-26-2017
07:58 PM
Great. this was the answer I was looking for.
... View more
02-10-2019
08:57 PM
I had the same problem happen more than once on different clusters from different sites and networks configurations (with or without proxy/gateway/knox, company network, wifi router, home ISP, public wifi...). With various results It concerned the display of the notes themselves and the welcome page also (sometimes only the notes, the welcome page was ok) Some browser settings block websockets for security reasons. So be aware of that. Sometimes, it can be a firewall issue. Last occurence happened to require a clearing of the outputs of the notes. I was working on a note including a spark job that took ages and the progress bar froze. I restarted zeppelin, Spark, Yarn, nothing seemed to fix it. The note seemed "lost", undisplayable, desperately blank. My fix (after a couple of hours trying to figure what the hell was causing that) was to Hover over the note in the welcome page, and click the rubber, "clear output"... and voila,I was able to open my note again. Note That this has to be done after a restart of the Zeppelin service. Just for note (no pun intented) when I explored the browser prior the fix the websocket kept trying to load content from the server but nothing came out.
... View more