Saved Bookmarks
| 1. |
How Can We Launch A Tajo Cluster? |
|
Answer» To launch the tajo master, execute start-tajo.sh. $ $TAJO HOME/sbin/start-tajo.sh After then, you can use tajo-cli to access the command line INTERFACE of Tajo. If you want to how to use TSQL, READ Tajo Interactive Shell document. $ $TAJO HOME/bin/tsql To launch the tajo master, execute start-tajo.sh. $ $TAJO HOME/sbin/start-tajo.sh After then, you can use tajo-cli to access the command line interface of Tajo. If you want to how to use tsql, read Tajo Interactive Shell document. $ $TAJO HOME/bin/tsql |
|