Embedding a jobs status page without CDV header

You can embed a Cloudera Data Visualization (CDV) Jobs status page within a client web page without displaying the CDV header, which includes the navigation bar and logo.

Follow these steps to remove the header from the Jobs status page.
  1. Navigate to the Jobs status page.
    You can see that the page has a Cloudera header at the top.
  2. Identify the URL of the status page.

    It typically follows this format:

    http://<appserverip>:<port>/arc/jobs/<jobs_ID>

    For example:

    http://127.0.0.1:8000/arc/jobs/adminlogs
  3. Add ?embed=true at the end of the URL and click enter.

    For example:

    http://127.0.0.1:8000/arc/jobs/adminlogs?embed=true

    The header is removed from the Jobs status page.

  4. You can now embed the report page into your web page using an <iframe> tag.