Data Governance
Also available as:
PDF
loading table of contents...

Using the Atlas Web UI to Search Metadata

Using the Atlas web UI is an efficient way to interact with HDP metadata services. Use Ambari to deploy your cluster, choose Atlas as one of your services, and the Atlas web UI is automatically installed. See the Automated Install with Ambari guide.

Try the Atlas web UI by installing sample metadata with the quick_start.py Python script. This script installs metadata in your repository so you can test the search capabilities of the Atlas web UI:

To install sample metadata in your Atlas repository:

  1. At a command prompt, log in to the host on your cluster where Atlas is installed.

  2. Run the following command as the Atlas user:

    su atlas -c '/usr/hdp/current/atlas-server/bin/quick_start.py'

After you have installed the sample metadata, you can explore the Atlas web UI.

To search metadata with the Atlas web UI:

  1. From the Ambari dashboard, click Services > Atlas. On the Summary tab, make sure that the Atlas Metadata Server is started.

  2. Click Quick Links > Atlas Dashboard to launch the Atlas web UI.

  3. Type a tag name in the search well and press enter:

    Figure 3.2. Enter Tag to Search in Atlas Dashboard


  4. The search returns all metadata types that are associated with the tag. Click the identifier link to view details about the metadata object:

    Figure 3.3. Click the Tag Link to View Details


  5. You can view four types of information for each metadata object by clicking each tab: Details, Schema, Output, and Input.

    The Details tab shows information about the object, such as when it was created, the owner, when it was last accessed, and so on:

    Figure 3.4. Details Tab


  6. Click the Schema tab to view the metadata object schema:

    Figure 3.5. Schema Tab


  7. Click the Output or the Input tabs to view lineage of the metadata:

    Figure 3.6. Output Tab


    In the above image, the lineage, or where the data comes from and where it goes when it is output is shown.