Member since
08-16-2016
59
Posts
14
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2943 | 04-18-2017 10:48 PM | |
11232 | 01-17-2017 07:10 PM |
03-13-2017
10:27 PM
I think this might prove useful for understanding the APIs and the integration http://atlas.incubator.apache.org/api/v2/index.html
... View more
03-13-2017
10:27 PM
I think this might prove useful for understanding the APIs and the integration http://atlas.incubator.apache.org/api/v2/index.html
... View more
03-13-2017
10:26 PM
Would recommend using the V2 apis for easy integration and interfacing with Atlas.
... View more
02-13-2017
06:38 PM
I think sqoop is built for this specific scenario (or atleast I've used it to import metadata from mySQL database). Once you kickstart the sqoop import process, the atlas hook in sqoop will take care of creating correct types/entities in Atlas. HTH
... View more
02-06-2017
07:57 PM
I use the following link for any zookeeper related commands. https://zookeeper.apache.org/doc/trunk/zookeeperStarted.html
... View more
01-25-2017
07:34 PM
Ok awesome, atleast the server came up. Try the following commands curl -sivk -u admin:admin http://localhost:21000/api/atlas/admin/version
curl -sivk http://localhost:21000/api/atlas/admin/status
... View more
01-24-2017
05:30 PM
Can you dump the maven logs here ? Need more context on what might be failing. The same command seems to be working fine for me. [INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [ 0.612 s]
[INFO] apache-atlas ....................................... SUCCESS [ 5.822 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 29.446 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 8.293 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [ 50.725 s]
[INFO] Apache Atlas Client ................................ SUCCESS [ 8.318 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 4.615 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 24.134 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [ 0.337 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [ 3.059 s]
[INFO] Graph Database Common Code ......................... SUCCESS [ 3.140 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [ 5.861 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:30 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [ 0.444 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 13.323 s]
... View more
01-23-2017
11:15 PM
That's weird. Maybe there are some unnecessary files there in the directory. Either do a git clean on that or run mvn clean install -DskipTests -Pdist,berkeley-elasticsearch -Drat.numUnapprovedLicenses=100 HTH.
... View more
01-23-2017
06:28 PM
@Bilal Arshad Looks like there are some IT failures on the master branch. Can you add -DskipITs as well to the maven command ?
... View more
01-17-2017
07:33 PM
1 Kudo
Currently atlas is using DailyRollingFileAppender, so I think the log shouldn't endlessly grow, you should start seeing multiple files after a day or so.
... View more
- « Previous
- Next »