You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by hs...@apache.org on 2013/08/31 04:00:10 UTC

git commit: SQOOP-1137. Put a stress in the user guide that eval tool is meant for evaluation purpose only

Updated Branches:
  refs/heads/trunk 15ae44016 -> 6c712bacf


SQOOP-1137. Put a stress in the user guide that eval tool is meant for evaluation purpose only

(Jarek Jarcec Cecho via Hari Shreedharan)


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/6c712bac
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/6c712bac
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/6c712bac

Branch: refs/heads/trunk
Commit: 6c712bacf7a8fd45ff9b90fd809236210e9e9de8
Parents: 15ae440
Author: Hari Shreedharan <hs...@cloudera.com>
Authored: Fri Aug 30 18:59:15 2013 -0700
Committer: Hari Shreedharan <hs...@cloudera.com>
Committed: Fri Aug 30 18:59:15 2013 -0700

----------------------------------------------------------------------
 src/docs/user/eval-purpose.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/6c712bac/src/docs/user/eval-purpose.txt
----------------------------------------------------------------------
diff --git a/src/docs/user/eval-purpose.txt b/src/docs/user/eval-purpose.txt
index fcf9056..7071b05 100644
--- a/src/docs/user/eval-purpose.txt
+++ b/src/docs/user/eval-purpose.txt
@@ -22,3 +22,4 @@ a database; results are printed to the console. This allows users to
 preview their import queries to ensure they import the data they
 expect.
 
+WARNING: The +eval+ tool is provided for evaluation purpose only. You can use it to verify database connection from within the Sqoop or to test simple queries. It's not suppose to be used in production workflows.