Member since
09-26-2015
30
Posts
11
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2192 | 12-04-2015 04:28 PM | |
1203 | 11-06-2015 05:13 AM |
12-04-2015
03:03 PM
Is there a way to prevent default Tez containers when using the Hive CLI and the Hive version is >= .14? I would like Tez to be the default engine but not spin up any containers when launching the Hive CLI.
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Tez
12-02-2015
08:52 PM
2 Kudos
Labels:
- Labels:
-
Apache Ambari
-
Apache Hive
-
Apache Oozie
12-01-2015
10:23 PM
Can I use Ambari 2.1.2 (API or other) to manage principals and keytab deployments for non-ambari controlled services?
... View more
Labels:
- Labels:
-
Apache Ambari
11-24-2015
07:42 PM
Thanks Paul. These are read out of the /etc/ambari-server/conf/ambari.properties? If so, I'll have to rearrange my Chef recipe.
... View more
11-24-2015
07:24 PM
This is a result, not the reason why. The question is: What is setup using to determine this.
... View more
11-24-2015
07:16 PM
Labels:
- Labels:
-
Apache Ambari
11-23-2015
06:56 PM
This is the Oozie shell vice Sqoop action but I took that and attempted anyway not thinking that Oozie configuration would not have effect on Sqoop running in the shell that calls its own Hive setup but it did. So, I used the dist cache <files></files> like you did in the Sqoop action and it worked. Thanks.
... View more
11-23-2015
04:01 PM
Yes, I think that preventing the Tez container would fix the problems which are: Set the queue name and use delegation tokens for Sqoop when running in an Oozie shell. The cluster default Hive execution engine is Tez.
... View more
11-23-2015
03:34 PM
Is there a way to pass Hive configuration to Sqoop that would be evaluated in the same fashion as '--hiveconf' when the actual Hive job is run to conduct the move task of data from landing to Hive table? '-D' has no effect. This is particularly needed when Hive on Tez is the default engine and Hive starts up a Tez container no matter what other configuration has been provided.
... View more
Labels:
- Labels:
-
Apache Sqoop
11-06-2015
05:13 AM
Pulled this from an Oozie patch: ... String delegationToken = getFilePathFromEnv("HADOOP_TOKEN_FILE_LOCATION");
if (delegationToken != null) {
hiveConf.set("mapreduce.job.credentials.binary", delegationToken);
+ hiveConf.set("tez.credentials.path", delegationToken); ...
... View more
- « Previous
-
- 1
- 2
- Next »