Apache ranger是一个Hadoop集群权限框架

网友投稿 804 2022-10-24

Apache ranger是一个Hadoop集群权限框架

Apache ranger是一个Hadoop集群权限框架

# Licensed to the Apache Software Foundation (ASF) under one or more# contributor license agreements. See the NOTICE file distributed with# this work for additional information regarding copyright ownership.# The ASF licenses this file to You under the Apache License, Version 2.0# (the "License"); you may not use this file except in compliance with# the License. You may obtain a copy of the License at## http://apache.org/licenses/LICENSE-2.0## Unless required by applicable law or agreed to in writing, software# distributed under the License is distributed on an "AS IS" BASIS,# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.# See the License for the specific language governing permissions and# limitations under the License.Check Apache Ranger Wiki for up to date instruction: https://cwiki.apache.org/confluence/display/RANGER/IndexBuild Process=============1. Check out the code from GIT repository2. On the root folder, please execute the following Maven command: $ mvn clean compile package install assembly:assembly $ mvn eclipse:eclipse3. After the above build command execution, you should see the following TAR files in the target folder: ranger--admin.tar.gz ranger--hbase-plugin.tar.gz ranger--hdfs-plugin.tar.gz ranger--hive-plugin.tar.gz ranger--kafka-plugin.tar.gz ranger--kms.tar.gz ranger--knox-plugin.tar.gz ranger--migration-util.tar.gz ranger--solr-plugin.tar.gz ranger--src.tar.gz ranger--storm-plugin.tar.gz ranger--usersync.tar.gz ranger--yarn-plugin.tar.gzImporting Apache Ranger Project into Eclipse============================================1. Create a Eclipse workspace called 'ranger'2. Import maven project from the root directory where ranger source code is downloaded (and build)Deployment Process==================Installation Host Information~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1. Ranger Admin Tool Component (ranger--admin.tar.gz) should be installed on a host where Policy Admin Tool web application runs on port 6080 (default).2. Ranger User Synchronization Component (ranger--usersync.tar.gz) should be installed on a host to synchronize the external user/group information into Ranger database via Ranger Admin Tool.3. Ranger Component plugin should be installed on the component boxes: (a) HDFS Plugin needs to be installed on Name Node hosts (b) Hive Plugin needs to be installed on HiveServer2 hosts (c) HBase Plugin needs to be installed on both Master and Regional Server nodes. (d) Knox Plugin needs to be installed on Knox gateway host. (e) Storm Plugin needs to be installed on Storm hosts. (f) Kafka/Solr Plugin needs to be installed on their respective component hosts. (g) YARN plugin need to be installed on YARN Resource Manager hostsInstallation Process~~~~~~~~~~~~~~~~~~~~1. Download the tar.gz file into a temporary folder in the box where it needs to be installed.2. Expand the tar.gz file into /usr/lib/ranger/ folder3. Go to the component name under the expanded folder (e.g. /usr/lib/ranger/ranger--admin/)4. Modify the install.properties file with appropriate variables5. If the module has setup.sh, Execute ./setup.sh If the install.sh file does not exists, Execute ./enable--plugin.sh

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:Grd-基于Flexbox的CSS网格系统框架
下一篇:springboot页面国际化配置指南
相关文章

 发表评论

暂时没有评论,来抢沙发吧~