Member since
09-25-2015
356
Posts
382
Kudos Received
62
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2440 | 11-03-2017 09:16 PM | |
1920 | 10-17-2017 09:48 PM | |
3820 | 09-18-2017 08:33 PM | |
4512 | 08-04-2017 04:14 PM | |
3459 | 05-19-2017 06:53 AM |
10-30-2015
10:14 PM
This seems like a configuration error, basically this is the behavior you get when you have simple authentication where password doesn't matter. Can you check what is the value of "hive.server2.authentication" in hive-site.xml?
... View more
10-30-2015
05:54 PM
You need to correct the hiveconf settings in the hiveserver2 start command, you mixed binary with http port.
... View more
10-30-2015
06:48 AM
To start HS2 manually, recommendation is to start with the option "-hiveconf hive.metastore.uris=' '", basically starts . Also make sure that you either set HIVE_CONF_DIR to point to your new configs before running hiveserver2 command or pass the two overriding parameter as hiveconf arguments to hiveserver2 command. For Standard values you probably meant to say "hive.server2.transport.mode=binary & hive.server2.thrift.port=10000"
... View more
10-30-2015
05:43 AM
This is being tracked by AMBARI-13629 fixed in Ambari 2.1.2.1.
... View more
10-29-2015
06:33 PM
5 Kudos
Here are some of the answers: 1. HIVE_AUX_JARS_PATH in the hive-env.sh or set on your shell (not hive cli) will override the one set by "hive.aux.jars.path" in hive-site.xml. However calling "hive -hiveconf hive.aux.jars.path=..." will override HIVE_AUX_JARS_PATH setting in hive-env.sh. Using "hive --auxpath ..." will append file to any settings you may have in HIVE_AUX_JARS_PATH. 2. Since we ship the Apache Hive binaries so hive.reloadable.aux.jars.path should be supported on any hive shipped since HDP 2.2.0. 3. "hdfs:///" is supported on add jar, doubt if hive.aux.jars.path supports it. 4. Wildcards are not supported in both hive.aux.jars.path and add jar.
... View more
10-29-2015
04:23 PM
2 Kudos
This is not a bug in HDP 2.3.2 stack but a bug in Ambari Pig view, this is a known issue AMBARI-13200 scheduled to be fixed in Ambari 2.1.3.
... View more
10-29-2015
04:02 PM
Which Ambari version did you use to install the cluster? Ambari fixed the issue in its 2.1.1 version, see AMBARI-12415. The issue was with the setting of property "yarn.admin.acl" value.
... View more
10-29-2015
03:43 AM
1 Kudo
Looks same as http://community.hortonworks.com/questions/1924/is-there-a-way-we-can-set-our-oozie-jobs-so-run-on.html.
... View more
10-28-2015
10:55 PM
3 Kudos
According to the Azure blog, the yarn container logs under /app-logs are not directly readable, as they are written in a TFile, binary format indexed by container. Normally one can use the yarn cli tool, it emits the content in the stdout: yarn logs -applicationId <applicationId
... View more
10-28-2015
09:38 PM
1 Kudo
Looking at HADOOP-5879 it seems you can.
... View more