Member since
04-03-2019
94
Posts
6
Kudos Received
6
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
72 | 01-13-2025 11:17 AM | |
3587 | 01-21-2022 04:31 PM | |
5998 | 02-25-2020 10:02 AM | |
3668 | 02-19-2020 01:29 PM | |
2636 | 09-17-2019 06:33 AM |
01-13-2020
09:05 PM
I am using HDP. The inode in the following code is a managed hive table. # id zeppelin uid=1017(zeppelin) gid=1003(hadoop) groups=1003(hadoop),1005(zeppelin) # sudo -u zeppelin hadoop fs -ls /warehouse/tablespace/managed/hive/test1 ls: Permission denied: user=zeppelin, access=READ_EXECUTE, inode="/warehouse/tablespace/managed/hive/test1":hive:hadoop:drwxrwx--- The user zeppelin is in hadoop group, which has full permisison on the hdfs folder. So why do I get the permission error?
... View more
Labels:
11-20-2019
09:58 AM
@ManuelCalvo Thanks. Your solution works. My environment does not have Kerberos and Ranger enabled. So, I skipped step 2 For step 4, hbase.coprocessor.master.classes = org.apache.atlas.hbase.hook.HBaseAtlasCoprocessor Also, as I found out, Atlas currently only stores HBase metadata and does not store HBase lineage data as it does for Hive.
... View more
11-06-2019
08:25 AM
1 Kudo
@sundar_gampa Try a different browser or a bigger monitor. Apparently, the page design makes the page adaptive to the viewing device.
... View more
09-17-2019
08:39 AM
I am reading "Enable the Atlas Book & Bridge for Apache HBase" https://atlas.apache.org/Hook-HBase.html, and get stuck on the step below Link Atlas hook jars in HBase classpath - 'ln -s <atlas package>/hook/hbase/* <hbase-home>/lib/' Where is the HBase classpath in HDP? I checked the file hbase_site.xml but still got lost. From the file, # Extra Java CLASSPATH elements. Optional.
export HBASE_CLASSPATH=${HBASE_CLASSPATH} Is the classpath env variable specified somewhere else?
... View more
Labels:
- Labels:
-
Apache Atlas
-
Apache HBase
09-17-2019
08:22 AM
Finally, I am able to reproduce the problem. It is caused by the monitor display. The problem only occurs on my laptop, which has less screen real estate.
... View more
09-17-2019
06:56 AM
So the job is waiting for resources so I would check to make sure the resource is available. Check all nodes on whether all node managers have been started. I use HDP and it has a cluster overview page showing how much resources are available for MapReduce applications.
... View more
09-17-2019
06:33 AM
The "Ask a Question" button is back. I am not sure what happened yesterday when all buttons and links above the "Welcome to the Cloudera Community" banner weregone.
... View more
09-16-2019
05:25 PM
I tried logging out and then logging back in several times but could not find the button to ask a question. Does this happen to anyone else?
... View more
09-16-2019
08:28 AM
@denloe Thanks for the reply. Apparently I got confused with the two Profile icons - one is the MyCloudera Profile icon at the top right corner of the page, and the other is the Community Avatar icon (the community profile icon) you referred to.
... View more
09-12-2019
09:29 AM
Where can I see the list of questions I posted? I tried the two buttons - My Account and My Profile. They do not have a list of questions. Also, I actually got the same "My Profile" page from the two buttons. Is it supposed to be like that? In addition, I am from HCC and I could not find my list of questions posted in HCC either. Thanks.
... View more