tree: 8d3bfff4be4e60335843c6748f5faf70c8dcff68 [path history] [tgz]
  1. cluster_actions.py
  2. cluster_cli.py
  3. cluster_information.py
  4. README.md
  5. startcc.sh
  6. startnc.sh
  7. stopcc.sh
  8. stopcluster.sh
  9. stopnc.sh
vxquery-server/src/main/resources/scripts/README.md

Utilities for Cluster Operations

Introduction

Helpful scripts to work with the VXQuery cluster.

Cluster Cli

The CLI script includes options to deploy, start, and stop a cluster.

Example commands: python cluster_cli.py -c ../conf/cluster.xml -a deploy -d /apache-vxquery/vxquery-server python cluster_cli.py -c ../conf/cluster.xml -a deploy -d /apache-vxquery/vxquery-cli python cluster_cli.py -c ../conf/cluster.xml -a start python cluster_cli.py -c ../conf/cluster.xml -a stop