haoxins commented on PR #981:
URL: https://github.com/apache/arrow-ballista/pull/981#issuecomment-1944106200

   worked on my local now~
   
   ```sh
   $ cd ballista-cli
   $ docker build .. -f ./Dockerfile -t ballista
   $ docker run -it ballista --help
   
   ballista-cli 0.12.0
   Apache Arrow <[email protected]>
   Command Line Client for Ballista distributed query engine.
   
   USAGE:
       ballista-cli [OPTIONS]
   
   OPTIONS:
       -c, --batch-size <BATCH_SIZE>
               The batch size of each query, or use Ballista default
   
           --concurrent-tasks <CONCURRENT_TASKS>
               The max concurrent tasks, only for Ballista local mode. Default: 
all available cores
   
       -f, --file <FILE>...
               Execute commands from file(s), then exit
   
           --format <FORMAT>
               [default: table] [possible values: csv, tsv, table, json, 
nd-json, automatic]
   
       -h, --help
               Print help information
   
           --host <HOST>
               Ballista scheduler host
   
       -p, --data-path <DATA_PATH>
               Path to your data, default to current directory
   
           --port <PORT>
               Ballista scheduler port
   
       -q, --quiet
               Reduce printing other than the results and work quietly
   
       -r, --rc <RC>...
               Run the provided files on startup instead of ~/.ballistarc
   
       -V, --version
               Print version information
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to