You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by dm...@apache.org on 2015/04/22 15:08:18 UTC

ambari git commit: AMBARI-10655. Webhcat tests failing with error java.net.URISyntaxException (dlysnichenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk d539ffbb2 -> 718d879ec


AMBARI-10655. Webhcat tests failing with error java.net.URISyntaxException (dlysnichenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/718d879e
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/718d879e
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/718d879e

Branch: refs/heads/trunk
Commit: 718d879ecb26b2a4e643b09e33b8caeec7bc3ebc
Parents: d539ffb
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
Authored: Wed Apr 22 16:07:35 2015 +0300
Committer: Lisnichenko Dmitro <dl...@hortonworks.com>
Committed: Wed Apr 22 16:07:35 2015 +0300

----------------------------------------------------------------------
 .../stacks/HDP/2.3/services/HIVE/configuration/webhcat-site.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/718d879e/ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/webhcat-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/webhcat-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/webhcat-site.xml
index 6f7a3c8..d9dd169 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/webhcat-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/webhcat-site.xml
@@ -25,7 +25,7 @@ limitations under the License.
 
   <property>
     <name>templeton.libjars</name>
-    <value>/usr/hdp/current/zookeeper-client/zookeeper.jar, /usr/hdp/current/hive-server2/lib/hive-common.jar</value>
+    <value>/usr/hdp/current/zookeeper-client/zookeeper.jar,/usr/hdp/current/hive-server2/lib/hive-common.jar</value>
     <description>Jars to add the the classpath.</description>
   </property>