- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
solr and atlas
- Labels:
-
Apache Solr
Created ‎06-29-2018 01:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
What is the exact relationship between atlas and solr? I thought metadata information write to Hbase.
Created ‎12-06-2018 01:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes , Atlas stores information in HBase. For fast information retrieval , the data need to be indexed and retrieved when queried.
Atlas uses Janus Graph. Janus graph has 2 types of indexes : composite and mixed indexes.
Composite indexes are supported with primary storage backend (HBase in this case), mixed graph indexes require indexing backend for full text search , numeric range search etc., Here , Solr is used by Atlas as indexing backend.
You may read about Janus Graph for more detailed information.
Created ‎12-04-2018 12:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Anpan K,
Atlas requires 3 services to work properly.
1. Kafka
2. Solr
3. HBase
Kafka is required so that changes done in the Hive metadata can be captured and a lineage can be created to be show in the ATLAS UI.
Solr is used to index that Atlas Data so that we can search the data in Atlas UI. It has three collections which make search happen. ( Full text index, edge index and vertex index)
HBase is used to store the actual data which is coming in the Atlas, In HDP 3 Janus graph has been launched while in earlier version it was Titan graph storage.
Created ‎12-06-2018 01:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes , Atlas stores information in HBase. For fast information retrieval , the data need to be indexed and retrieved when queried.
Atlas uses Janus Graph. Janus graph has 2 types of indexes : composite and mixed indexes.
Composite indexes are supported with primary storage backend (HBase in this case), mixed graph indexes require indexing backend for full text search , numeric range search etc., Here , Solr is used by Atlas as indexing backend.
You may read about Janus Graph for more detailed information.
