Member since
10-17-2018
5
Posts
0
Kudos Received
0
Solutions
12-04-2018
03:38 PM
Hi, In Atlas we dont want to see the replaced values for the hive query parameter. For example. We are passing decrypt key to the query as a parameter (--hivevar key=${key_val}) , but in atlas we are able to see the replaced value of the parameter key . Is there way to hide it ? If not then is there way to hide the entire query in atlas ? just show only lineage , from which table its got populated not the query statement. Thanks, Sunil
... View more
Labels:
11-12-2018
04:20 PM
Thanks for you response @Felix Albani , do you have any document how to create Knox gateway for opening hive database to external server. Our cluster is HDP 3.0 which is configured with kerberos
... View more
11-12-2018
11:01 AM
Hi All, We need to connect our hive database from a remote server (via ODBC - to connect with powerBI server) ,which is outside of our cluster location. I have opened a firewall request to our hive head node and the port 10000 . Is that enough to access hive database , or do we need to open it for all the data nodes. Folks , kindly share your experience ASAP. Regards, Sunil
... View more
Labels:
10-24-2018
09:36 AM
we have checked with hortonworks support team , changing the explicit_defaults_for_timestamp in mysq will not impact hive metastore
... View more
10-17-2018
01:50 PM
Hi , Am trying to install Airflow 1.10 , it requires explicit_defaults_for_timestamp to be enabled in mysql server 5.7. https://github.com/apache/incubator-airflow/blob/master/UPDATING.md#mysql-setting-required we are using the same Mysql5.7 server as our HDP 3 metastore database. If i enabled the property explicit_defaults_for_timestamp in mysql, will it impacts existing metastore.
... View more