Member since
08-16-2016
59
Posts
14
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2888 | 04-18-2017 10:48 PM | |
10775 | 01-17-2017 07:10 PM |
04-04-2024
10:47 PM
1 Kudo
Hello, Is there any resolution for this error, I am facing same issue with Atlas installation.
... View more
08-23-2018
10:55 AM
Thanks, it was authorization problem.
... View more
09-11-2017
06:28 PM
2 Kudos
Recently Atlas was enhanced to allow a UI friendly way of searching for entities present in atlas. The improvement has been introduced in two parts, one being the REST API ( /api/atlas/v2/search/basic ) and the other one is a rework of the search UI itself which adds a popup dialog for specifying the attributes of the type or the tag or both. Atlas Search details: http://atlas.apache.org/Search.html Search REST API: http://atlas.apache.org/api/v2/resource_DiscoveryREST.html#resource_DiscoveryREST_searchWithParameters_POST Here are some screenshots of the search experience. 1. Landing Page 2. Type-attribute based search Notice how the drop down changes when a different type is selected. 3. Tag-attribute based searches Each attribute type (string, boolean, int, float, date etc.) has a certain set of operators that can be used on the attributes. These details can be found at the link present in the previous paragraph. Once the search results are displayed, there's an option to dynamically retrieve more data (more columns in UI) about the searched entities. Here's what the selection drop-down would look like (look at the drop-down on the extreme right of the screenshot) Few things to note, 1. The total number of the results is unavailable at the moment as the underlying data store for Atlas doesn't provide that information (efficiently). So the user can only look at 25 results at a time but has the ability to navigate back and forth through pages. 2. User can search for entities by any combination of the three search facets (entity/type, tag and query-text) 3. Query text can be any text that the user is looking for within an entity and it can also consume Lucene style queries (if that's preferred) 4. For sake of simplicity and usability, only ACTIVE entities are listed by default. There's an option to include the deleted entities as well (checkbox called "include historical entities") 5. The search response time is heavily dependent on the specifics of the query i.e. a vague free-text like test* will take longer than something like test_table_123*
... View more
Labels:
08-04-2017
12:22 AM
@anaik I am looking for; from Atlas to MySQL or Atlas to Hive. Can this be done using Sqoop?
... View more
01-18-2017
12:26 AM
Sorry it worked !!! I just had to change the command : chown atlas:hadoop /etc/atlas/conf/solr/*
to chown -R atlas:hadoop /etc/atlas/conf/solr/*
Thanks a lot for your help
... 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-18-2017
01:38 AM
@hardik desai @anaik, thanks for your reply. Just like what anaik said, I can see multiple log files, such as application.log.2017-01-17 ... application.log.2017-01.xx within the atlas log folder, which means Atlas enables DailyRollingFileAppender log rotate mechanism by default. Now that there is no ERROR and WARN appearing in application.log, that Audit: UNKNOWN/10.18.218.21 performed request GET so frequently is also a normal case for atlas, right ? I just wonder why atlas needs to perform the GET request so frequently , and is there any place to config the frequence of sending GET request ?
... View more