Member since
10-02-2015
14
Posts
4
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
355 | 01-10-2017 02:18 PM | |
2979 | 12-21-2016 06:08 PM |
02-24-2017
05:05 PM
Is there an installation error? Can you provide the output from the installation command? The screenshots you provide are only for upgrading, not installation.
... View more
02-22-2017
01:36 PM
If you select the host in the UI, and click the Versions tab, does it show that the package is installed? Try re-installing the version and see if the command succeeds.
... View more
01-10-2017
02:18 PM
On a default install, it's in /usr/lib/ambari-server/web. Source code is available at https://github.com/apache/ambari/tree/branch-2.4/ambari-web
... View more
01-03-2017
08:24 PM
As @jaimin indicated, it is safe to cascade delete the offending record. At the end of the day, the repository_version_id values should be singular across the cluster_version and host_version tables. Since you will have two records with the same version string, the id-lookup is what matters.
... View more
12-21-2016
09:22 PM
For properties that are disabled like that, you have to use the helper script configs.sh like so: ./configs.sh set localhost c1 zeppelin-env zeppelin_pid_dir /var/run/zeppelin/piddir (Replace variables as required for hostname, cluster name, pid dir etc.) After you set it, you may need to reload the config page to see the change and restart your services. Thanks
... View more
12-21-2016
06:08 PM
1 Kudo
You can always customize the location in Ambari. The property zeppelin_pid_dir in "Advanced zeppelin-env" is where it's set
... View more
05-04-2016
06:18 PM
Can you check the repositories in /etc/yum.repos.d for the repo identified as HDP-2.4.0.0-169? Does the baseurl look correct? Are they reachable from the host? If not, you'll need to edit the base urls in the UI and try it again.
... View more