Questions tagged [apache-ranger]

Apache Ranger is a framework to enable, monitor and manage comprehensive data security across the Hadoop platform. The vision with Ranger is to provide comprehensive security across the Apache Hadoop ecosystem.

Apache Ranger has the following goals:

  • Centralized security administration to manage all security related tasks in a central UI or using REST APIs.
  • Fine grained authorization to do a specific action and/or operation with Hadoop component/tool and managed through a central administration tool Standardize authorization method across all Hadoop components.
  • Enhanced support for different authorization methods - Role based access control, attribute based access control etc.
  • Centralize auditing of user access and administrative actions (security related) within all the components of Hadoop.

References

Related Tags

115 questions
16
votes
4 answers

How to choose between apache ranger and sentry

From the wiki provided by those 2 projects, I found it seems they did the similar job. But there must be some difference or it's no need for 2. So what are the differences, and what is the practical advice to choose from one another. thx a lot!
kiwi
  • 487
  • 1
  • 4
  • 16
4
votes
1 answer

Standalone spark cluster Authorization with Ranger

I'm working on a setup of EC2 machines that has standalone Spark cluster, Hive, Apache Ranger. Hive is integrated to Ranger. As Ranger doesn't have support for Spark-SQL JDBC (port 10015), i tried this open source project…
Marsi
  • 115
  • 11
4
votes
1 answer

Securing Parquet Files Column-wise

I have been looking for a way to secure Parquet files, column-wise, for Spark access. Ideally, that would work the same way Apache Ranger works for Hive, i.e., a Sysadmin defines the access policies for different groups and columns. I have been…
4
votes
1 answer

HDFS encryption: User:hdfs not allowed to do 'DECRYPT_EEK' on 'hdfskey'

I'm trying to setup HDFS encryption with Ranger KMS on HDP 2.4. I was able to deploy and configure the KMS service. I've created a key and an access policy to grant all permissions to hdfs user for operating with this key. I'm able to create an…
facha
  • 11,862
  • 14
  • 59
  • 82
3
votes
0 answers

presto looking for partitions on localhost instead of remote host that has hive metastore

hostA has MySQL (3306 port), hive (10000 port) and hive metastore (9083 port) installed and running. hostB has presto installed and running. Goal is to get hostB to run presto which allows queries against hivemetastore on hostA. Getting error below.…
tooptoop4
  • 234
  • 3
  • 15
  • 45
2
votes
2 answers

Problem while creating DataProc Cluster: Component ranger failed to activate post-hdfs

I am working in a Dataproc cluster setup to test all the features. I have created a cluster template and I've been using the creation command almost every day, but this week it stopped working. The error printed is: ERROR:…
guilherme0170
  • 123
  • 1
  • 9
2
votes
1 answer

Apache Ranger compile failed at assembly stage

I was compiling Apache Ranger following the steps from offcial webstie and encounter below error. Can anyone help to deal with this issue? The Ranger version: 2.2-release. hadoop@machiunbuntu:~/apps/ranger-2.2.0$ git branch master *…
Machi
  • 403
  • 2
  • 14
2
votes
1 answer

Apache Ranger REST API addUsersAndGroups returns 404 not found

We have installed Apache Ranger and the Web UI works fine, most of the REST API method works fine on both PublicAPIsv2 and RoleREST as per https://ranger.apache.org/apidocs/ui/index.html. I can get “test_role” id by calling GET…
pr001
  • 21
  • 2
2
votes
1 answer

HBase masters are going down after enabling Ranger plugin

I have a 3 node Distributed Hbase cluster of version 2.0.2 and its working properly. After I Installed apache ranger From Same Ambari & I just Enabled the Hbase plugin and then I restarted the HBase Immediately Both HBase masters are getting down…
satish pujara
  • 219
  • 1
  • 11
2
votes
1 answer

What is the default Ranger admin username and password for hortonworks/sandbox-hdp:3.0.1

I use hortonworks/sandbox-hdp:3.0.1 and hortonworks/sandbox-proxy:1.0. as a docker containers. Tried to connect to ranger using admin/admin however without any success - The username or password you entered is incorrect. Tried to change ranger…
Sergey Konotop
  • 121
  • 1
  • 13
2
votes
2 answers

HiveAccessControlException Permission Denied: user does not have [ALL] privilege

I am very new to hive and the hadoop ecosystem. I am trying to create a new table in hive but I am encountering this error: According to some suggestions, I have to set the Ranger policies but upon checking, policies already had permissions to…
m.alcala
  • 91
  • 1
  • 1
  • 8
2
votes
1 answer

How to set up Ranger policy for an array struct in hive table

I need to set up a Ranger policy to restrict a user to access certain array structs from a column in HIVE table. For example, I have a column called 'Spouse' in a Hive table which contains array structs such as spousefirstname, spouselastname,…
user10735897
1
vote
0 answers

RangerAdminRESTClient: Error getting Roles

I'm trying to connect my apache spark to apache Ranger using Spark AuthZ Plugin. Kerberos is enabled for both spark and apache ranger . i'm getting this error "WARN RangerAdminRESTClient: Error getting Roles. secureMode=true,…
adel mejri
  • 13
  • 5
1
vote
1 answer

How to set up apache ranger on apple macbook pro m1

I'm trying to set up apache ranger for work using this https://github.com/apache/ranger/tree/master/dev-support/ranger-docker however by running mvn clean package -DskipTests I'm getting the following error: [ERROR] Failed to execute goal…
1
vote
0 answers

Apache Ranger Audit log connect with Solr Cloud Mode with SSL

I have three nodes with Solr and ZooKeeper with enabled TLS/SSL where the ZK listen only in securePort and Solr - HTTPS. Now I want to connect Solr to Apache Ranger for audit logs where I am setting: ranger.audit.solr.urls =…
Jordan Borisov
  • 1,603
  • 6
  • 34
  • 69
1
2 3 4 5 6 7 8