Member since
05-30-2018
1322
Posts
715
Kudos Received
148
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4025 | 08-20-2018 08:26 PM | |
| 1930 | 08-15-2018 01:59 PM | |
| 2361 | 08-13-2018 02:20 PM | |
| 4077 | 07-23-2018 04:37 PM | |
| 4993 | 07-19-2018 12:52 PM |
04-20-2016
02:30 AM
2 Kudos
Does ranger creates unix groups during AD/LDAP sync? Curious if the unix groups are used (based on sync) for authorization or native AD/LDAP groups.
... View more
Labels:
- Labels:
-
Apache Ranger
04-20-2016
02:23 AM
2 Kudos
I have hive impersonations set to false. Is there a simple way of determining who ran the job/query?
... View more
Labels:
- Labels:
-
Apache Hive
04-19-2016
02:22 AM
1 Kudo
If I have a hbase master-master cluster when a replication is successful on target cluster is there an acknowledge sent back to source cluster? I am trying to find documentation outlining this behavior.
... View more
Labels:
- Labels:
-
Apache HBase
04-19-2016
12:24 AM
1 Kudo
@Predrag Minovic I have seen that link and it is helpful. I found more info here as well on log4j appender ranger hive.
... View more
04-18-2016
07:22 PM
Does ranger have a shell to execute commands? I know it has restful API which we can curl policy actions. However I am curious if a shell is available to execute command interactivity.
... View more
Labels:
- Labels:
-
Apache Ranger
04-18-2016
06:54 PM
@Anoop Nair Take a look at the getHbase processor here. Use filter on rowkey.
... View more
04-16-2016
02:36 AM
where do the audit log files get posted when I enable audit to log4j on ranger using xasecure.audit.log4j.is.enabled=true? I know there is a property xasecure.audit.hdfs.config.destination.directroy however that is when i have logging to hdfs enabled.
... View more
Labels:
- Labels:
-
Apache Ranger
04-14-2016
10:01 PM
1 Kudo
Can falcon move data from hdfs to non-hdfs storage? I want to move data from hdfs to some external storage area which is non-hdfs. just a simple file system.
... View more
Labels:
- Labels:
-
Apache Falcon
-
Apache Hadoop
04-12-2016
01:56 PM
3 Kudos
Does NiFi have a processor to expand a tar or zip file and allow access/process to files within?
... View more
Labels:
- Labels:
-
Apache NiFi
04-12-2016
01:36 PM
The fileUtil.copy method works well during within a application (ie MapReduce). However if you are at command line then best to use hdfs cli.
... View more