atlas

需要先授权,不然启动不来

[root@m target]# cd hbase/bin/
[root@m bin]# ./hbase shell
bash: ./hbase: Permission denied
[root@m bin]# sudo chmod -R 777 .
[root@m bin]# cd ..\
> ^C
[root@m bin]# cd ..
[root@m hbase]# sudo chmod -R 777 .
[root@m hbase]# cd ..
[root@m target]# cd solr
[root@m solr]# ls
bin CHANGES.txt contrib dist docs example licenses LICENSE.txt LUCENE_CHANGES.txt NOTICE.txt README.txt server
[root@m solr]# cd bin
[root@m bin]# sudo chmod -R 777 .
[root@m bin]# cd ..
[root@m solr]# sudo chmod -R 777 .
[root@m solr]# cd bin
[root@m bin]# ./solr status

Found 1 Solr nodes:

Solr process 36852 running on port 9838
{
"solr_home":"/usr/data/apache-atlas-sources-1.0.0/distro/target/apache-atlas-1.0.0-bin/apache-atlas-1.0.0/solr/server/solr",
"version":"5.5.1 c08f17bca0d9cbf516874d13d221ab100e5b7d58 - anshum - 2016-04-30 13:28:18",
"startTime":"2019-12-08T11:14:39.3Z",
"uptime":"0 days, 0 hours, 7 minutes, 8 seconds",
"memory":"27.2 MB (%5.5) of 490.7 MB",
"cloud":{
"ZooKeeper":"localhost:2181",
"liveNodes":"1",
"collections":"3"}}

[root@m bin]#





[root@m target]# cd apache-atlas-1.0.0-bin [root@m apache-atlas-1.0.0-bin]# ls apache-atlas-1.0.0 [root@m apache-atlas-1.0.0-bin]# cd apache-atlas-1.0.0/ [root@m apache-atlas-1.0.0]# ls bin conf DISCLAIMER.txt docs hbase hook hook-bin LICENSE models NOTICE server solr [root@m apache-atlas-1.0.0]# export MANAGE_LOCAL_HBASE=true [root@m apache-atlas-1.0.0]# export MANAGE_LOCAL_SOLR=true [root@m apache-atlas-1.0.0]# [root@m apache-atlas-1.0.0]# [root@m apache-atlas-1.0.0]# ls bin conf DISCLAIMER.txt docs hbase hook hook-bin LICENSE models NOTICE server solr [root@m apache-atlas-1.0.0]# cd bin [root@m bin]# ls atlas_admin.py atlas_kafka_setup_hook.py atlas_stop.py quick_start.py atlas_client_cmdline.py atlas_kafka_setup.py cputil.py quick_start_v1.py atlas_config.py atlas_start.py import-hive.sh [root@m bin]# cd .. [root@m apache-atlas-1.0.0]# sudo chmod -R 777 . [root@m apache-atlas-1.0.0]# ./bin/atlas_start.py configured for local hbase. hbase started. configured for local solr. solr started. setting up solr collections... starting atlas on host localhost starting atlas on port 21000

starting atlas on port 21000
..............................................................................................................................................................................................................................................................................................................
Apache Atlas Server started!!!

 

 

 

 

 

 

 

 

 

 

 

 

posted on 2019-12-08 19:23  王德冲  阅读(465)  评论(0编辑  收藏  举报

导航