Member since
07-31-2019
346
Posts
259
Kudos Received
62
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2536 | 08-22-2018 06:02 PM | |
1527 | 03-26-2018 11:48 AM | |
3735 | 03-15-2018 01:25 PM | |
4797 | 03-01-2018 08:13 PM | |
1314 | 02-20-2018 01:05 PM |
06-07-2016
12:54 PM
@Jitendra Yadav - yes this has works thanks! This is how the process looks like when I run ps: root 17484 1 99 13:47 pts/0 00:00:59 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.65-0.b17.el6_7.x86_64/bin/java -server -XX:NewRatio=3 -XX:+UseConcMarkSweepGC -XX:-UseGCOverheadLimit -XX:CMSInitiatingOccupancyFraction=60 -Dsun.zip.disableMemoryMapping=true -Xms512m -Xmx2048m -Djava.security.auth.login.config=/etc/ambari-server/conf/krb5JAASLogin.conf -Djava.security.krb5.conf=/etc/krb5.conf -Djavax.security.auth.useSubjectCredsOnly=false -Djava.library.path=/usr/hdp/current/hadoop-client/lib/native -cp /etc/ambari-server/conf:/usr/lib/ambari-server/*:/usr/share/java/postgresql-jdbc.jar org.apache.ambari.server.controller.AmbariServer It seems setting -Djava.library.path is the only thing required - I have subsequently remove the snappy link in /usr/lib/ambari-server/ and can confirm it still works.
... View more
06-06-2016
08:57 PM
If the username in AD is the same (e.g. ambari@EXAMPLE.COM), then SSSD integration will use the AD account instead of the local account. Ideally, you'd already have SSSD set up before doing the Ambari installation. If you're using customized service account names (e.g. my_hive, somecustomuser), then you'd need to modify the sudo entries for the "Customizable Users" to account for this.
... View more
05-12-2016
12:56 PM
Hi @Scott Shaw, @Vedant Jain is correct, and it is also in the documentation that you linked previously. Section that starts like 'Deployment takes about 15-20 min....' and there could be found the link of the related github issue. Br, Tamas
... View more
05-10-2016
05:11 PM
2 Kudos
Here is a great writeup on file compression in Hadoop - http://comphadoop.weebly.com/
... View more
05-04-2016
06:46 PM
I suppose is the issue with loading data. Try to create external table instead.. create EXTERNAL table tweets
....
row format serde 'org.openx.data.jsonserde.JsonSerDe'
LOCATION '/tmp/tweets_staging/';
... View more
05-04-2016
01:47 PM
I was adding the wrong jar resource. Thanks for everyone's suggestions. If you want to help further, I'm now encountering this issue https://community.hortonworks.com/questions/31438/getting-all-nulls-when-selecting-from-a-hive-json.html
... View more
04-29-2016
01:08 PM
As @nyadav pointed out, you need to use the URL as jdbc:sqlserver://xx.xx.x.xxx:1433;databaseName=sample instead of the way that you are entereing for SQL Server. List databases worked since you haven't used a database in the jdbc URL there.
... View more
04-28-2016
06:48 PM
Hi @Scott Shaw Currently a VMware based solution is not supported but you can implement a VMware modul with SPI interfaces and then you will able to launch machines. For more details you check our moduls in the source. Br, R
... View more
04-22-2016
02:33 PM
@Francis Apel Awesome! Glad to hear it and thanks for letting everyone know it worked.
... View more
04-08-2016
11:53 AM
1 Kudo
@Markus refer to this question and see if it applies. https://community.hortonworks.com/questions/26582/setting-the-passowrd-for-ambari-admin.html
... View more