You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by pa...@apache.org on 2015/05/06 07:26:23 UTC

[7/9] drill git commit: DRILL-2890: C++ Client: Update query submitter usage to clarify using authentication

DRILL-2890: C++ Client: Update query submitter usage to clarify using authentication


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/3b190762
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/3b190762
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/3b190762

Branch: refs/heads/master
Commit: 3b190762dbbee49e94d1eb354a27b33b7948c9a6
Parents: 0e16141
Author: alzarei <az...@ece.ubc.ca>
Authored: Mon Apr 27 15:56:38 2015 -0700
Committer: Parth Chandra <pc...@maprtech.com>
Committed: Tue May 5 19:29:18 2015 -0700

----------------------------------------------------------------------
 contrib/native/client/readme.linux   | 2 +-
 contrib/native/client/readme.win.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/3b190762/contrib/native/client/readme.linux
----------------------------------------------------------------------
diff --git a/contrib/native/client/readme.linux b/contrib/native/client/readme.linux
index fbdb6e4..c2f9ba2 100644
--- a/contrib/native/client/readme.linux
+++ b/contrib/native/client/readme.linux
@@ -85,7 +85,7 @@ Build drill client
 Test
 ----
 Run query submitter from the command line
-    $> querySubmitter query='select * from dfs.`/Users/pchandra/work/data/tpc-h/customer.parquet`' type=sql connectStr=local=10.250.0.146:31010 api=async logLevel=trace
+    $> querySubmitter query='select * from dfs.`/Users/pchandra/work/data/tpc-h/customer.parquet`' type=sql connectStr=local=10.250.0.146:31010 api=async logLevel=trace user=yourUserName password=yourPassWord
 
 Valgrind
 --------

http://git-wip-us.apache.org/repos/asf/drill/blob/3b190762/contrib/native/client/readme.win.txt
----------------------------------------------------------------------
diff --git a/contrib/native/client/readme.win.txt b/contrib/native/client/readme.win.txt
index f1fdef8..35dbb1d 100644
--- a/contrib/native/client/readme.win.txt
+++ b/contrib/native/client/readme.win.txt
@@ -185,4 +185,4 @@ Windows platforms should be more or less similar.
     In particular, for debug builds, check the path of the protobuf library.
 	
 5 Testing with querySubmitter
-querySubmitter query="select * from INFORMAITON_SCHEMA.SCHEMATA" type=sql connectStr=local=192.168.39.43:31010 api=sync logLevel=trace
\ No newline at end of file
+querySubmitter query="select * from INFORMAITON_SCHEMA.SCHEMATA" type=sql connectStr=local=192.168.39.43:31010 api=sync logLevel=trace user=yourUserName password=yourPassWord
\ No newline at end of file