Member since
09-25-2015
16
Posts
43
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
655 | 03-31-2017 10:28 PM | |
1522 | 03-30-2017 07:56 PM |
09-28-2018
09:56 PM
3 Kudos
Do you have spnego enabled web UI ? you could try https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.2/bk_security/content/enabling_browser_access_spnego_web_ui.html
... View more
06-29-2018
10:07 PM
Thanks @dbalasundaran
... View more
06-29-2018
10:01 PM
7 Kudos
When I have a property in blueprint containing '/' in it, it is getting removed. Eg: test.abc./aaa = "test-value" is getting converted to test.abc.= "test-value" How can i get around this?
... View more
Labels:
- Labels:
-
Apache Ambari
01-30-2018
08:00 PM
2 Kudos
This will help https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.0/bk_ambari-administration/content/enabling_lzo.html
... View more
01-30-2018
07:59 PM
1 Kudo
What ambari version are you using? With ambari 2.6.1.0, there are some changes related to installation of LZO packages. You can refer to https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.0/bk_ambari-administration/content/enabling_lzo.html
... View more
01-11-2018
07:20 PM
1 Kudo
You can refer to https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.0/bk_ambari-installation/content/ch_Getting_Ready.html to install Ambari 2.6.1 with HDP 2.6.4.0 One change that you might need to make in your scripts for installing ambari is to Review GPL license during ambari server setup (Refer to point 6 in the link below) https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.0/bk_ambari-installation/content/set_up_the_ambari_server.html
... View more
11-07-2017
12:50 AM
5 Kudos
Thanks @kramakrishnan and @Swapan Shridhar I was looking for something similar to what we see on Select Stack page. http://<host_ip>:8080/api/v1/stacks/HDP was giving additional unsupported stacks but the below worked with filters http://<AMBARI_HOST>:8080/api/v1/version_definitions
... View more
11-07-2017
12:47 AM
This helps. Thanks @kramakrishnan
... View more
03-31-2017
10:28 PM
8 Kudos
@svelpula I recall hitting this issue after ambari Upgrade. Keytab infra-solr was not present on the host before the upgrade. Regenerating keytabs worked for me. You can do that from the ambari UI. Under Admin tab -> Kerberos , there is a button to regenerate keytabs screen-shot-2017-03-31-at-32136-pm.png
... View more
03-30-2017
07:56 PM
5 Kudos
When Oozie server is starting , it is unable to find oozie-client-<version>.jar. On my cluster I found it at /<HDP folder>/oozie-client-<version>.jar That jar may have gotten deleted on your machine for some reason. Please let me know if this helps.
Thanks
... View more
03-18-2017
06:10 PM
1 Kudo
Thanks @Jay SenSharma I was pointing to the wrong path. After correcting it, ambari server started successfully. Still not sure what removed server.jdbc.driver.path.
... View more
03-17-2017
11:05 PM
1 Kudo
While restarting ambari server after installing JCE, it fails to come up This is what i see in ambari server logs 7 Mar 2017 17:53:03,666 ERROR [main] DBAccessorImpl:117 - If you are using a non-default database for Ambari and a custom JDBC driver jar, you need to set property "server.jdbc.driver.path={path/to/custom_jdbc_driver}" in ambari.properties config file, to include it in ambari-server classpath.
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at org.apache.ambari.server.orm.DBAccessorImpl.<init>(DBAccessorImpl.java:89)
at org.apache.ambari.server.orm.DBAccessorImpl$$FastClassByGuice$$86dbc63e.newInstance(<generated>)
at com.google.inject.internal.cglib.reflect.$FastConstructor.newInstance(FastConstructor.java:40)
I see server.jdbc.driver.path missing in ambari.properties. I added it but still seeing this issue
... View more
Labels:
- Labels:
-
Apache Ambari
03-09-2017
05:08 PM
@Jay SenSharma Right, this gives me the services required for Hive. But what if I want to find what services are dependent on Hive? Maybe I can reverse look up by making this call for each service
... View more
03-09-2017
04:54 PM
3 Kudos
I want to get a list of services that are dependent on a particular service. Is there a direct api call to do that?
... View more
Labels:
- Labels:
-
Apache Ambari