使用自带的HBase、Solr,构建过程会有点慢,耐心等待
mvn clean -DskipTests package -Pdist,embedded-hbase-solr
cd 到此文件夹下
.\apache-atlas-sources-2.1.0\distro\target\apache-atlas-2.1.0-bin\apache-atlas-2.1.0\bin
执行:
set MANAGE_LOCAL_HBASE=true
set MANAGE_LOCAL_SOLR=true
atlas_start.py
Caused by: org.janusgraph.diskstorage.PermanentBackendException: Read 1 locks with our rid 97- 99- 49- 50- 49- 48- 50- 54- 49- 51- 56- 49- 54- 45-106-102-112- 49 but mismatched timestamps; no lock column contained our timestamp (2020-10-12T02:09:41.393999800Z)
at org.janusgraph.diskstorage.locking.consistentkey.ConsistentKeyLocker.checkSeniority(ConsistentKeyLocker.java:528)
at org.janusgraph.diskstorage.locking.consistentkey.ConsistentKeyLocker.checkSingleLock(ConsistentKeyLocker.java:454)
at org.janusgraph.diskstorage.locking.consistentkey.ConsistentKeyLocker.checkSingleLock(ConsistentKeyLocker.java:118)
at org.janusgraph.diskstorage.locking.AbstractLocker.checkLocks(AbstractLocker.java:351)
... 107 more
HBase-UI: localhost:61510 Solr-UI: localhost:9838 Atlas-UI: localhost:21000
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
................................................................................
................................................................................
................................................................................
..............................................................
Apache Atlas Server started!!!
执行
quick_start.py
用户名密码 admin/admin
Enter username for atlas :- admin
Enter password for atlas :-
刚开始接触数据中台,现在在排坑阶段,搭建过程中如遇问题可以私信讨论~