How to download Apache Zeppelin 0.8.0-SNAPSHOT - apache

i want to install Apache Zeppelin 0.8.0-SNAPSHOT but cannot seem to find the proper link. I tried using https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/quickstart/install.html#downloading-binary-package but when i go to the "download page", it only has Zeppelin 0.7.3 files. Please guide me. Thanks!

You'll ending building it from source. It's the only way that I found: https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/setup/basics/how_to_build.html
Or wait until it be ready to be released =(

Related

StartAgent-2.2.3 isn't staring for Server Monitoring in JMeter

I'm trying to do Server Performance Testing in Jmeter - 5.4.2 via PerfMon - 2.3. But when I try to run the bat file of startAgent - 2.2.3 it just opens for one moment and them closes (Note that I've JRE version 1.8 installed). When I tried to open the file via cmd directory command it's giving me the following error:
`ERROR: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
I've tried to install the 2.2 version of startAgent.
I've tried to put the startAgent in the same directory as JMeter.
I've tried start it by disabling Firewall and Anti-Virus.
But nothing is working. I tried to do some related research regarding this error but there isn't many solution that I have found to be useful.
I was facing same issue when I tried unzipping the server-agent folder elsewhere so I unzipped it in a folder in C drive (C:\Jmeter) and it worked for me.

No Documentation Available error in Spyder

In Spyder IDE, I can't able to get the help option when I press Ctrl+I . It shows 'No Documentation Available'. I have even checked the preferences option but still not working.How to rectify this ?
I had the same issue on my Spyder 4.1.5. It's solved by downloading and installing Kite. Make sure the Spyder Kite plugin configuration is in line with this guide: https://help.kite.com/article/90-using-the-spyder-plugin

firestore/google api get_document hangs sporadically with apache

I'm trying to deploy my django project with firebase backend.
But when I try to read document from firestore, document.get() hangs indefinitely. And it happens sporadically. The issue happens only with apache so far. I have tried with nginx, development server and django shell, but no issues. I have checked further into the firebase package and issue is happening at get_document. I couldn't go into further details.
Please find the versions of the packages used
firebase-admin 3.2.0
google-api-core 1.14.3
apache Apache/2.4.29
django 2.2.8
Ubuntu 18.04.3LTS 64bit 4.15.0-58-generic
python 3.6.9
Can you please help me solve the problem? Or could it be an issue with apache and need to raise an issue?
Thanks in advance!

Apache Zeppelin - How to use Helium framework in Apache Zeppelin

From Zeppelin-0.7, Zeppelin started supporting Helium plugins/packages using Helium Framework. However, I am not able to view any of the plugin on Helium page (localhost:8080/#/helium). As per this JIRA, I placed sample Helium.json (available on s3) under /local-repo/helium-registry-cache. However, after that I got NPE while restarting Apache Zeppelin service.
I have tried Zeppelin 0.7 as well as Zeppelin 0.8.0 snaptshot versions. In particular, I want to use map Helium package - Helium-Map in Zeppelin note.
Can some one point me to any guide or documentation having detailed steps of using Helium package in Zeppelin? Any help would be greatly appreciated!
Zeppelin 0.7.x
Zeppelin 0.7.x doesn't support the online registry. In other words,
Zeppelin doesn't use helium.json. So you need to install each package by yourself.
clone the helium package what you want to install
modify the artifact value to the absolute path considering your local machine in helium-xxx.json
copy zeppelin-xxx.json into the $ZEPPELIN_HOME/helium directory (create if it doesn't exist yet)
restart Zeppelin and go to the localhost:8080/#/helium page, then install the package.
Zeppelin 0.8.0-SNAPSHOT
Zeppelin 0.8.0-SNAPSHOT supports the online registry. So you can install without any preparation.
But the NPE problem you've faced was fixed after https://github.com/apache/zeppelin/pull/2380.
So please git pull origin master and rebuild it :)
FYI, Now Zeppelin provides proxy functionality for helium. Refer https://github.com/apache/zeppelin/pull/2363

Where to download Hive 0.12 source?

I have raised a beeline bug and would like to test the patch, so I'm trying to recompile Hive 0.12 with the patch, but the problem that it seems Apache only host versions 0.13.1+:
http://www.apache.org/dyn/closer.cgi/hive/
Anybody knows a place to find older versions (0.12)?
I think you can find the source code you're looking for here Apache Hive releases page
Now it seems to be hosted on GitHub.