Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Installation of Apache Zeppelin on hdp 2.3 using ambari gui

avatar
Contributor

Hi,

I want to install apache zeppelin on hdp 2.3 using GUI of ambari..

Is there any way to do so..?

Please let me know??

Thank you in advance

1 ACCEPTED SOLUTION

avatar

@Niraj Parmar

Please follow instructions provided in : http://hortonworks.com/hadoop-tutorial/apache-zeppelin/

Edit : Above tutorial is for installing zeppelin manually.

I don't think we can install zeppelin through ambari in HDP 2.3 .

Ambari Managed installation is supported in HDP 2.4 : http://hortonworks.com/hadoop-tutorial/apache-zeppelin-hdp-2-4/

View solution in original post

3 REPLIES 3

avatar

@Niraj Parmar

Please follow instructions provided in : http://hortonworks.com/hadoop-tutorial/apache-zeppelin/

Edit : Above tutorial is for installing zeppelin manually.

I don't think we can install zeppelin through ambari in HDP 2.3 .

Ambari Managed installation is supported in HDP 2.4 : http://hortonworks.com/hadoop-tutorial/apache-zeppelin-hdp-2-4/

avatar
Explorer

i have followed the steps, but during the installation it is trying to install from yum repository and failing.

zeppelin.setup.prebuilt - i have set this to false and true and tried no luck.

Traceback (most recent call last):
  File "/var/lib/ambari-agent/cache/stacks/HDP/2.3/services/ZEPPELIN/package/scripts/master.py", line 235, in <module>
    Master().execute()
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 219, in execute
    method(env)
  File "/var/lib/ambari-agent/cache/stacks/HDP/2.3/services/ZEPPELIN/package/scripts/master.py", line 54, in install
    self.install_packages(env)
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 410, in install_packages
    retry_count=agent_stack_retry_count)
  File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 154, in __init__
    self.env.run()
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 160, in run
    self.run_action(resource, action)
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 124, in run_action
    provider_action()
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 54, in action_install
    self.install_package(package_name, self.resource.use_repos, self.resource.skip_repos)
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/yumrpm.py", line 49, in install_package
    self.checked_call_with_retries(cmd, sudo=True, logoutput=self.get_logoutput())
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 83, in checked_call_with_retries
    return self._call_with_retries(cmd, is_checked=True, **kwargs)
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 91, in _call_with_retries
    code, out = func(cmd, **kwargs)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 70, in inner
    result = function(command, **kwargs)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 92, in checked_call
    tries=tries, try_sleep=try_sleep)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 140, in _call_wrapper
    result = _call(command, **kwargs_copy)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 291, in _call
    raise Fail(err_msg)
resource_management.core.exceptions.Fail: Execution of '/usr/bin/yum -d 0 -e 0 -y install zeppelin' returned 1. Error: Nothing to do

avatar

Steps for installation 

cd /root

yum install git

git clone https://github.com/hortonworks-gallery/ambari-zeppelin-service.git

echo $VERSION

cd /var/lib/ambari-server/resources/stacks/HDP/2.4/services/

mkdir ZEPPELIN

mv /root/ambari-zeppelin-service/* /var/lib/ambari-server/resources/stacks/HDP/ 2.4/services/ZEPPELIN/

ambari-agent stop

ambari-server restart

ambari-agent start

then

Login to ambari

 Add service----->>> Zeppelin Notebook

And connect to https://zeppline-host:9995

And its works...!!!!!!