You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ek...@apache.org on 2014/10/25 21:20:38 UTC

svn commit: r1634244 - /hive/trunk/hcatalog/src/test/e2e/templeton/README.txt

Author: ekoifman
Date: Sat Oct 25 19:20:37 2014
New Revision: 1634244

URL: http://svn.apache.org/r1634244
Log:
HIVE-8588 sqoop REST endpoint fails to send appropriate JDBC driver to the cluster

Modified:
    hive/trunk/hcatalog/src/test/e2e/templeton/README.txt

Modified: hive/trunk/hcatalog/src/test/e2e/templeton/README.txt
URL: http://svn.apache.org/viewvc/hive/trunk/hcatalog/src/test/e2e/templeton/README.txt?rev=1634244&r1=1634243&r2=1634244&view=diff
==============================================================================
--- hive/trunk/hcatalog/src/test/e2e/templeton/README.txt (original)
+++ hive/trunk/hcatalog/src/test/e2e/templeton/README.txt Sat Oct 25 19:20:37 2014
@@ -101,7 +101,7 @@ For Hadoop 2.x you would need to upload 
 Also see https://cwiki.apache.org/confluence/display/Hive/WebHCat+InstallWebHCat#WebHCatInstallWebHCat-HadoopDistributedCache
  for notes on additional JAR files to copy to HDFS.
 
-5. Make sure TEMPLETON_HOME evnironment variable is set
+5. Make sure TEMPLETON_HOME environment variable is set
 
 6. hadoop/conf/core-site.xml should have items described in
 https://cwiki.apache.org/confluence/display/Hive/WebHCat+InstallWebHCat#WebHCatInstallWebHCat-Permissions
@@ -124,6 +124,9 @@ You may also need to adjust the followin
   <final>true</final>
 </property>
 
+8.Sqoop test require JDBC jar to be placed on HDFS for whichever DB the test is configured with,
+for example mysql-connector-java-5.1.30-bin.jar.
+
 ****
 **** See deployers/ for scripts that automate a lot of the set up.
 ****