Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The TQL Command Line Interface (CLI) is a unified tool to manage your TQLEngine (Single or Cluster) runtime. TQL CLI is packaged as part of your overall TQLEngine zip download. With just one tool, you can control multiple TQLEngines within reachable cluster from the command line and automate them through scripts.

Usage

After you download and install TQLEngine the TQL CLI tool is part of the bin folder. You need to set two environment variables :

  • JAVA_HOME - Set this enviornment variable value to the location where Java JDK is installed.
  • TQL_HOME - Set this environment variable value to the current installation location of the TQLEngine.

From the current install location on the command line you can invoke the tool using the command bin/tql

 

TQL CLI Usage
$ bin/tql

$ bin/tql -engine -status
$ bin/tql -engine -start
$ bin/tql -engine -stop
For Window's Users
$ using CMD (under bin)

$ tql -engine -status
$ tql -engine -start
$ tql -engine -stop


$ using Git Bash (under bin)

$ ./tql -engine -status
$ ./tql -engine -start
$ ./tql -engine -stop
  • No labels