Member since
09-11-2015
269
Posts
281
Kudos Received
55
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4192 | 03-15-2017 07:12 AM | |
| 2516 | 03-14-2017 07:08 PM | |
| 3030 | 03-14-2017 03:36 PM | |
| 2482 | 02-28-2017 04:32 PM | |
| 1713 | 02-28-2017 10:02 AM |
12-03-2016
05:10 AM
3 Kudos
@Qi Wang I can see that in the right location, can you please redploy and see if this issue persists for you >>>>>>># ls -lrt /usr/hdp/current/atlas-server/hook-bin/
total 88
-rwxr-xr-x 1 root root 3621 Nov 29 10:55 import-hive.sh
-rwxr-xr-x 1 root root 1491 Nov 29 11:17 atlas_kafka_setup_hook.py
-rwxr-xr-x 1 root root 16576 Nov 29 11:17 atlas_config.py
-rwxr-xr-x 1 root root 2848 Nov 29 11:17 atlas_client_cmdline.py
-rw-r--r-- 1 root root 1029 Nov 29 11:19 atlas_kafka_setup_hook.pyo
-rw-r--r-- 1 root root 1029 Nov 29 11:19 atlas_kafka_setup_hook.pyc
-rw-r--r-- 1 root root 20211 Nov 29 11:19 atlas_config.pyo
-rw-r--r-- 1 root root 20211 Nov 29 11:19 atlas_config.pyc
-rw-r--r-- 1 root root 2322 Nov 29 11:19 atlas_client_cmdline.pyo
-rw-r--r-- 1 root root 2322 Nov 29 11:19 atlas_client_cmdline.pyc
>>>>>>># ls -lrt /usr/hdp/2.5.3.0-35/atlas/hook-bin/
total 88
-rwxr-xr-x 1 root root 3621 Nov 29 10:55 import-hive.sh
-rwxr-xr-x 1 root root 1491 Nov 29 11:17 atlas_kafka_setup_hook.py
-rwxr-xr-x 1 root root 16576 Nov 29 11:17 atlas_config.py
-rwxr-xr-x 1 root root 2848 Nov 29 11:17 atlas_client_cmdline.py
-rw-r--r-- 1 root root 1029 Nov 29 11:19 atlas_kafka_setup_hook.pyo
-rw-r--r-- 1 root root 1029 Nov 29 11:19 atlas_kafka_setup_hook.pyc
-rw-r--r-- 1 root root 20211 Nov 29 11:19 atlas_config.pyo
-rw-r--r-- 1 root root 20211 Nov 29 11:19 atlas_config.pyc
-rw-r--r-- 1 root root 2322 Nov 29 11:19 atlas_client_cmdline.pyo
-rw-r--r-- 1 root root 2322 Nov 29 11:19 atlas_client_cmdline.pyc
... View more
11-30-2016
01:34 PM
1 Kudo
@subash sharma You need to configure set of properties in atlas to make the auto update of metadata changes in hive. Please refer to HiveHook section in this link: http://atlas.incubator.apache.org/Bridge-Hive.html I would also recommend you to upgrade to the latest version of Atlas( i.e; 0.7 ).
... View more
11-28-2016
08:27 AM
@Karan Alang Is this working for you? Are you able to publish to topic?
... View more
11-28-2016
02:15 AM
1 Kudo
@Karan Alang Seems like 'kafka1' is a unix user and your mit kdc does not know about it. So you have register user with kdc and create keytab for the user. Please follow the below steps. 1. Run kadmin.local
2. In the kadmin prompt, run this command 'addprinc -randkey kafka1'
3. Then this command: 'xst -k /tmp/keytabs/kafka1.headless.keytab kafka1'
This should actually create the keytab and register user kafka1 in kdc. Now you can do the kinit with the kafka1 keytab(from step2) and perform the operations. If you have ranger configured in your cluster for kafka, you need to add appropriate policies in ranger. Hope this helps.
... View more
11-19-2016
07:53 AM
@Sami Ahmad Can you accept my reply as an answer instead of this one?
... View more
11-19-2016
05:04 AM
1 Kudo
Can you check on the atlas server machine if the Atlas process is running and 21000 port is used? If it is running fine, check if it is acessible from your laptop.
... View more
11-19-2016
04:27 AM
If you are not able to view the column name in schema tab for hive table, please pull the updated SchemaLayoutView.js from the below jira. https://issues.apache.org/jira/browse/ATLAS-1147
... View more
11-19-2016
04:13 AM
Why do you need a updated SchemaLayoutView.js?
... View more
11-19-2016
04:00 AM
2 Kudos
@Qi Wang This is a known issue with HDP-2.5, which is documented under https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_data-governance/content/ch_hdp_data_governance_install_atlas_ambari.html#data_governance_installing_atlas_using_ambari Please take a look and let me know if you have any further queries.
... View more