Member since
03-15-2018
4
Posts
0
Kudos Received
0
Solutions
04-03-2018
11:44 PM
Good day, are there ways to unload UDFs without restarting hive service? A new jar was added to folder (hive.reloadable.aux.jars.path). User created a temporary function in Hue Hive query UI. Function (jar) updated - class name is the same, jar file name is different. This updated jar is uploaded to folder (hive.reloadable.aux.jars.path). Hue Hive has the old (first one) UDF without added functionality. Maybe there's a command to unload/purge/clean dynamic UDFs beeline or hue api?
... View more
Labels:
- Labels:
-
Apache Hive
-
Cloudera Hue
03-15-2018
05:06 PM
Good day, is it possible to set a hostname on per-node basis during cluster creation. For example may I use something like: masters-1 { count: 1 instance: ${instances.m5x} { tags { group: master-1 } hostname: master-1.example.com } worker-1 { count: 1 instance: ${instances.t2l} { tags { group: workers } hostname: worker-1.example.com } worker-2 { count: 1 instance: ${instances.t2xl} { tags { group: workers } hostname: worker-2.example.com } I can not come up with a way to set up predefined hostnames for every node in director. In the past I've used terraform and chef for provisioning and it was obvious how to set hostname, create /etc/hosts file and etc.
... View more