atlas安装需要kafka吗_数据治理平台 Apache Atlas - 安装

Atlas 源代码编译

下载源代码

$ git clone https://github.com/apache/atlas.git

$ git switch -c remotes/origin/branch-2.0

修改Maven默认仓库到阿里巴巴仓库

$ vim settings.xml

添加以下代码到 mirrors

aliyunmaven

*

阿里云公共仓库

https://maven.aliyun.com/repository/public

编译代码

$ mvn clean -DskipTests package -Pdist

8G内存 I7 -8500u CPU 编译结果

.........

[INFO] Apache Atlas Kafka Bridge 2.1.0-SNAPSHOT ........... SUCCESS [ 3.553 s]

[INFO] Apache Atlas classification updater 2.1.0-SNAPSHOT . SUCCESS [ 1.100 s]

[INFO] Apache Atlas Impala Hook API 2.1.0-SNAPSHOT ........ SUCCESS [ 0.305 s]

[INFO] Apache Atlas Impala Bridge Shim 2.1.0-SNAPSHOT ..... SUCCESS [ 0.296 s]

[INFO] Apache Atlas Impala Bridge 2.1.0-SNAPSHOT .......... SUCCESS [ 5.235 s]

[INFO] Apache Atlas Distribution 2.1.0-SNAPSHOT ........... SUCCESS [01:03 min]

[INFO] ------------------------------------------------------------------------

[INFO] BUILD SUCCESS

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 10:09 min

安装包路径

atlas\distro\target\apache-atlas-2.1.0-SNAPSHOT-bin.tar.gz

Hadoop 2.6.0 安装配置

下载hadoop

$ mkdir -p /opt/bigdata/hadoop-data

$ cd /opt/bigdata

$ wget https://archive.apache.org/dist/hadoop/common/hadoop-2.6.0/hadoop-2.6.0.tar.gz

$ tar -xzvf hadoop-2.6.0.tar.gz

修改配置文件(standard along)

2.1 修改 core-site.xml

$ vim /opt/bigdata/hadoop-2.6.0/etc/hadoop/core-site.xml

hadoop.tmp.dir

file:/opt/bigdata/hadoop-data/tmp

Abase for other temporary directories.

fs.defaultFS

hdfs://localhost:9000

2.2 修改 hdfs-site.xml

$ vim /opt/bigdata/hadoop-2.6.0/etc/hadoop/hdfs-site.xml

dfs.replication

1

dfs.namenode.name.dir

file:/opt/bigdata/hadoop-data/tmp/dfs/name

dfs.datanode.data.dir

file:/opt/bigdata/hadoop-data/tmp/dfs/data

2.3 创建name node 分区

$ hadoop-2.6.0/bin/hdfs namenode -format

2.4 启动hadoop组件

$ hadoop-2.6.0/sbin/start-all.sh

hbase 2.1.6 安装配置

下载hbase

$ cd /opt/bigdata

$ wget https://archive.apache.org/dist/hbase/2.1.6/hbase-2.1.6-bin.tar.gz

$ tar -xzvf hbase-2.1.6-bin.tar.gz

修改配置

2.1 修改hbase-env.sh

$ vim hbase-2.1.6/conf/hbase-env.sh

修改 export JAVA_HOME=

修改 export HBASE_MANAGES_ZK=false

2.2 修改hbase-site.xml

$ vim hbase-2.1.6/conf/hbase-site.xml

hbase.cluster.distributed

true

hbase.rootdir

hdfs://localhost:9000/hbase

hbase.zookeeper.quorum

localhost:2181

hbase.unsafe.stream.capability.enforce

false

hbase.wal.provider

filesystem

hbase.master.info.port

61510

hbase.regionserver.info.port

61530

hbase.master.port

61500

hbase.regionserver.port

61520

2.3 启动Hbase

$ ./hbase-2.1.6/bin/start-hbase.sh

Apache Solr 安装配置

下载Solr

$ cd /opt/bigdata

$ wget https://archive.apache.org/dist/lucene/solr/7.5.0/solr-7.5.0.tgz

$ tar -xzvf solr-7.5.0.tgz

2.启动solr

$ ./solr-7.5.0/bin/solr start -c -m 1g -z localhost:2181

添加collections

3.1 访问 http://:8983

3.2 添加以下Collections

fulltext_index

edge_index

vertex_index

Apache Atlas 安装配置

上传Atlas

$scp atlas\distro\target\apache-atlas-2.1.0-SNAPSHOT-bin.tar.gz @:/opt/bigdata

$tar -xvf /opt/bigdata/apache-atlas-2.1.0-SNAPSHOT-bin.tar.gz

修改配置

2.1 修改 atlas-env.sh

# indicates whether or not a local instance of HBase should be started for Atlas

export MANAGE_LOCAL_HBASE=false

# indicates whether or not a local instance of Solr should be started for Atlas

export MANAGE_LOCAL_SOLR=false

# indicates whether or not cassandra is the embedded backend for Atlas

export MANAGE_EMBEDDED_CASSANDRA=false

# indicates whether or not a local instance of Elasticsearch should be started for Atlas

export MANAGE_LOCAL_ELASTICSEARCH=false

export HBASE_CONF_DIR=/opt/bigdata/apache-atlas-2.1.0-SNAPSHOT-bin/conf/hbase

2.2 修改atlas-application.properties

#Solr cloud mode properties

atlas.graph.index.search.solr.mode=cloud

atlas.graph.index.search.solr.zookeeper-url=localhost:2181

atlas.graph.index.search.solr.zookeeper-connect-timeout=60000

atlas.graph.index.search.solr.zookeeper-session-timeout=60000

atlas.graph.index.search.solr.wait-searcher=true

2.3 复制Hbase配置文件

$cp hbase-2.1.6/conf/hbase-site.xml apache-atlas-2.1.0-SNAPSHOT-bin/conf/hbase/

2.3 启动Atlas

$ ./ apache-atlas-2.1.0-SNAPSHOT-bin/atlas_start.py

2.4 访问Atlas

http://:21000

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值