소스 검색

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

Lisnichenko Dmitro 10 년 전
부모
커밋
718d879ecb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/webhcat-site.xml

+ 1 - 1
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>