Navigating to the Command Line Utility

You can access the Command Line Utility using Cloudera, Ambari Stacks, and MapR deployments.

Navigating to the Utility on Cloudera

Follow these steps to navigate to the Command Line Utility on Cloudera Install:

  1. Login as an arcadia user:
    $ su arcadia
  2. Change the directory location to the arcviz directory:
    cd /opt/cloudera/parcels/ARCADIAENTERPRISE/lib/arcviz
  3. Access the utility and view various operations that you can perform in the Command Line Utility:
    $ ./arcviz util recommendation -—help
Now that you have access to the Command Line Utility, proceed to Smart Acceleration Command Line Utility Options to view different input and output options available for recommendations.

Navigating to the Utility on Ambari Stacks

Follow these steps to navigate to the Command Line Utility on Ambari Stacks Install:

  1. Login as an arcadia user:
    $ su arcadia
  2. Change the directory location to the arcviz directory:
    $ cd /opt/arcadia/lib/arcviz 
  3. Access the utility and view various operations that you can perform in the Command Line Utility:
    $ ./arcviz util recommendation -—help

Now that you have access to the Command Line Utility, proceed to Smart Acceleration Command Line Utility Options to view different input and output options available for recommendations.

Navigating to the Utility on MapR

Follow these steps to navigate to the Command Line Utility on MapR:

  1. Change the directory location to the arcviz directory:
    $ cd /opt/arcadia/lib/arcviz
  2. Set the environment variable, PYTHONPATH:
    $ export PYTHONPATH=/var/lib/arcadia/:/opt/arcadia/lib/arcviz/arcweb
  3. Set the DJANGO_SETTINGS_MODULE variable:
    $ export DJANGO_SETTINGS_MODULE=settings_mapr
  4. Enable the virtual environment for running the Command Line Utility:
    $ source ../venv/bin/activate
  5. Access the utility and view various operations that you can perform in the Command Line Utility:
    $ ./arcviz util recommendation -—help

Now that you have access to the Command Line Utility, proceed to Smart Acceleration Command Line Utility Options to view different input and output options available for recommendations.