Member since
06-13-2016
17
Posts
2
Kudos Received
0
Solutions
09-18-2018
07:05 AM
@Teddy Brewski
Below are the properties which control the logs and other files written to /tmp/<username> folder. <property>
<name>hive.exec.scratchdir</name>
<value>/tmp/hive</value>
</property>
<property>
<name>hive.exec.local.scratchdir</name>
<value>/var/log/hadoop/hive/tmp/${user.name}</value>
</property>
<property>
<name>hive.downloaded.resources.dir</name>
<value>/var/log/hadoop/hive/tmp/hive/${hive.session.id}_resources</value>
</property>
<property>
<name>hive.server2.logging.operation.log.location</name>
<value>/var/log/hadoop/hive/tmp/operations_logs</value>
</property>
You can add/modify under Ambari -> Hive configs.
... View more
08-27-2017
10:29 AM
Thank you @Sandeep More That seems to be the one! We're running latest HDP (2.6.1) which comes with Knox 0.12.0. Going to try to convince support to release 0.13.0 RPMs.
... View more
01-11-2017
05:38 PM
@Teddy Brewski Ranger does not work with wildcard characters. Unfortunately, you would need to specify each table name separately if you would like to create policy for it.
... View more
08-29-2016
03:32 PM
1 Kudo
Thank you very much @Santhosh B Gowda -- that was it!
... View more
06-14-2016
08:16 AM
Sounds ok as long as you continue to use /usr/hdp as the directory path for the new drive and shut down the cluster/node while doing the change.
... View more
06-13-2016
06:29 PM
Running each topology on its own Gateway instance is fine, but it's not necessary. You can use a single Knox Gateway instance and simply create a separate topology per-AD. Say you have 2 topologies, ad1 and ad2, then you can connect using: https://knox-host:8443/gateway/ad1/<service>/. https://knox-host:8443/gateway/ad2/<service>/.
... View more