Validation
To validate that Kinetica has been installed and started properly, you can perform the following tests.Curl Test
To ensure that Kinetica has started (you may have to wait a moment while the system initializes), you can runcurl on the head node to check if
the server is responding and port is available with respect to any running
firewalls:
API Test
You can also run a test to ensure that the API is responding properly. There is an admin simulator project in Python provided with the Python API, which pulls statistics from the Kinetica instance. Running this on the head node, passing in the appropriate<username> & <password>, you should see:
GAdmin Status Test
The administrative interface itself can be used to validate that the system is functioning properly. Simply log into GAdmin. Browse to Dashboard to view the status of the overall system and Ranks to view the status breakdown by rank.Ingest/Read Test
After verifying Kinetica has started and its components work, you should confirm ingesting and reading data works as expected.- Navigate to the Demo tab on the Cluster page.
- Click Load Sample Data under the NYC Taxi section, then click Load to confirm.
- Once the data is finished loading, click View Loaded Data. The
data should be available in the
nyctaxitable located in thedemoschema.
-
Navigate to:
- Log into Reveal and change the administration account’s default password.
- Click NYC Taxi under Dashboards. The default NYC Taxi dashboard should load.