You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Alexander zarei <al...@gmail.com> on 2015/04/28 01:01:45 UTC

Review Request 33605: C++ Client: Update query submitter usage to clarify using authentication

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/33605/
-----------------------------------------------------------

Review request for drill, Norris Lee, Parth Chandra, and Xiao Meng.


Repository: drill-git


Description
-------

Update readme files so as to clarify the usage of C++ Client after authentication is added to Drill


Diffs
-----

  contrib/native/client/readme.linux fbdb6e4 
  contrib/native/client/readme.win.txt f1fdef8 

Diff: https://reviews.apache.org/r/33605/diff/


Testing
-------

Test with query submitter under the following platforms:

Darwin universal
Linux x8664
Windows x64 and Win32

./querySubmitter query='SELECT * FROM hive.default.real_table' type=sql connectStr=local=192.168.39.44:31010 api=async logLevel=fatal user=MYUSER password=MYPASS > test2.txt


Thanks,

Alexander zarei