Member since
02-29-2016
108
Posts
213
Kudos Received
14
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2009 | 08-18-2017 02:09 PM | |
3510 | 06-16-2017 08:04 PM | |
3251 | 01-20-2017 03:36 AM | |
8809 | 01-04-2017 03:06 AM | |
4395 | 12-09-2016 08:27 PM |
12-12-2016
04:01 PM
I installed latest Atlas with HDP 2.5.3 and enabled Taxonomy through Ambari. I could see the Taxonomy tab in Atals ok. When I create new catalog under the catalog with "create subterm". nothing shows up under the catalog. But if I create another one with the same name, an error pop-up that seems to indicates there is a catalog with same name. Is there any other setting I missed? Followed the document in this link http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_data-governance/content/ch_managing_atlas_business_taxonomy.html
... View more
Labels:
12-12-2016
03:56 PM
I know row level filter only has select. But does it also remove the permission from other policy? Like hive users universal access from the base policy.
... View more
12-09-2016
08:27 PM
4 Kudos
Did some more test and an interesting finding. The row based policy was created to target public group and that seems to be causing the problem. This will block the insert for hive user. But once the public group is removed, the hive user could works fine. An interesting question is: does the row level filter limit the users to only select permission?
... View more
12-09-2016
08:17 PM
It is part of the default policy created by Ranger. hive user has all permission on everything
... View more
12-09-2016
06:11 PM
3 Kudos
working on a demo for client and noticed an interesting behavior of row level filter. Not sure it is the desired behavior. I have a row level filter on one of my table "rowfilter". Once I enable this policy, it will block INSERT to this table by hive user. hive user has all permission for all hive table/UDF, so this is quite unexpected. error message read "HiveAccessControlException Permission denied: user [hive] does not have [UPDATE] privilege on [hr/rowfilter] (state=42000,code=40000)" The only way I could insert to this table is by temporarily disable the row level filter. This really looks like a bug to me..
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Ranger
12-09-2016
02:34 AM
The problem is gone after I did a fresh install. It may be a problem with just one repo.
... View more
12-03-2016
04:40 PM
After reinstall Atlas, still not seeing import-hive.sh. One thing I noticed is the minor version difference between your build and mine, 2.5.3.0-35 vs 2.5.3.0-37 There is no hook-bin folder under Atlas [root@qwang-hdp3 ~]# ll /usr/hdp/current/atlas-server/
total 40
drwxr-xr-x. 2 root root 4096 Dec 3 03:42 bin
lrwxrwxrwx. 1 root root 23 Dec 3 03:42 conf -> /etc/atlas/2.5.3.0-37/0
drwxr-xr-x. 2 atlas hadoop 6 Dec 3 03:42 data
-rwxr-xr-x. 1 root root 698 Nov 30 04:34 DISCLAIMER.txt
drwxr-xr-x. 6 root root 4096 Dec 3 03:42 docs
drwxr-xr-x. 2 root root 33 Dec 3 03:42 examples
drwxr-xr-x. 3 root root 4096 Dec 3 03:42 libext
-rwxr-xr-x. 1 root root 13430 Nov 30 04:34 LICENSE
drwxr-xr-x. 2 root root 4096 Dec 3 03:42 models
-rwxr-xr-x. 1 root root 900 Nov 30 04:34 NOTICE
drwxr-xr-x. 3 root root 19 Dec 3 03:42 server
[root@qwang-hdp3 ~]# ll /usr/hdp/2.5.3.0-37/atlas/
total 40
drwxr-xr-x. 2 root root 4096 Dec 3 03:42 bin
lrwxrwxrwx. 1 root root 23 Dec 3 03:42 conf -> /etc/atlas/2.5.3.0-37/0
drwxr-xr-x. 2 atlas hadoop 6 Dec 3 03:42 data
-rwxr-xr-x. 1 root root 698 Nov 30 04:34 DISCLAIMER.txt
drwxr-xr-x. 6 root root 4096 Dec 3 03:42 docs
drwxr-xr-x. 2 root root 33 Dec 3 03:42 examples
drwxr-xr-x. 3 root root 4096 Dec 3 03:42 libext
-rwxr-xr-x. 1 root root 13430 Nov 30 04:34 LICENSE
drwxr-xr-x. 2 root root 4096 Dec 3 03:42 models
-rwxr-xr-x. 1 root root 900 Nov 30 04:34 NOTICE
drwxr-xr-x. 3 root root 19 Dec 3 03:42 server
And under bin folder there is no import-hive.sh [root@qwang-hdp3 ~]# ll /usr/hdp/current/atlas-server/bin/
total 56
-rwxr-xr-x. 1 root root 1394 Nov 30 04:50 atlas_admin.py
-rwxr-xr-x. 1 root root 2848 Nov 30 04:50 atlas_client_cmdline.py
-rwxr-xr-x. 1 root root 16576 Nov 30 04:50 atlas_config.py
-rwxr-xr-x. 1 root root 1491 Nov 30 04:50 atlas_kafka_setup_hook.py
-rwxr-xr-x. 1 root root 1481 Nov 30 04:50 atlas_kafka_setup.py
-rwxr-xr-x. 1 root root 6093 Nov 30 04:50 atlas_start.py
-rwxr-xr-x. 1 root root 2266 Nov 30 04:50 atlas_stop.py
-rwxr-xr-x. 1 root root 1965 Nov 30 04:50 cputil.py
-rwxr-xr-x. 1 root root 1574 Nov 30 04:50 quick_start.py
[root@qwang-hdp3 ~]# ll /usr/hdp/2.5.3.0-37/atlas/bin
total 56
-rwxr-xr-x. 1 root root 1394 Nov 30 04:50 atlas_admin.py
-rwxr-xr-x. 1 root root 2848 Nov 30 04:50 atlas_client_cmdline.py
-rwxr-xr-x. 1 root root 16576 Nov 30 04:50 atlas_config.py
-rwxr-xr-x. 1 root root 1491 Nov 30 04:50 atlas_kafka_setup_hook.py
-rwxr-xr-x. 1 root root 1481 Nov 30 04:50 atlas_kafka_setup.py
-rwxr-xr-x. 1 root root 6093 Nov 30 04:50 atlas_start.py
-rwxr-xr-x. 1 root root 2266 Nov 30 04:50 atlas_stop.py
-rwxr-xr-x. 1 root root 1965 Nov 30 04:50 cputil.py
-rwxr-xr-x. 1 root root 1574 Nov 30 04:50 quick_start.py
... View more
12-03-2016
04:34 AM
3 Kudos
Installing Atlas with HDP 2.5.3, but could not locate import-hive.sh It used to be under either folder /usr/hdp/current/atlas-server/bin/
/usr/hdp/current/atlas-server/hook-bin/ But in HDP 2.5.3, it is no longer there [root@qwang-hdp3 ~]# ll /usr/hdp/2.5.3.0-37/atlas/bin
total 56
-rwxr-xr-x. 1 root root 1394 Nov 30 04:50 atlas_admin.py
-rwxr-xr-x. 1 root root 2848 Nov 30 04:50 atlas_client_cmdline.py
-rwxr-xr-x. 1 root root 16576 Nov 30 04:50 atlas_config.py
-rwxr-xr-x. 1 root root 1491 Nov 30 04:50 atlas_kafka_setup_hook.py
-rwxr-xr-x. 1 root root 1481 Nov 30 04:50 atlas_kafka_setup.py
-rwxr-xr-x. 1 root root 6093 Nov 30 04:50 atlas_start.py
-rwxr-xr-x. 1 root root 2266 Nov 30 04:50 atlas_stop.py
-rwxr-xr-x. 1 root root 1965 Nov 30 04:50 cputil.py
-rwxr-xr-x. 1 root root 1574 Nov 30 04:50 quick_start.py
Without the script, no Hive schema is synced in atlas after install
... View more
Labels:
11-29-2016
03:03 AM
@Simon Elliston Ball Confirmed that with HDP 2.5 stack, everything works fine. The tutorial do need to get update to reflect metron 0.3.0 dependency. And with my metron cluster spinning empty now, is there any resource available that I could use to learn how to use it?
... View more
11-28-2016
11:11 PM
@Simon Elliston Ball I will reinstall with HDP 2.5 stack. The tutorial specifically mentioned HDP 2.4 and looks like it is outdated.
... View more