소스 검색

AMBARI-5043. oozie-site.xml defaults need to be updated for 2.1 stack. (yusaku)

Yusaku Sako 11 년 전
부모
커밋
dd84963dff
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/configuration/oozie-site.xml

+ 3 - 1
ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/configuration/oozie-site.xml

@@ -289,7 +289,9 @@
       org.apache.oozie.service.StatusTransitService,
       org.apache.oozie.service.PauseTransitService,
       org.apache.oozie.service.GroupsService,
-      org.apache.oozie.service.ProxyUserService
+      org.apache.oozie.service.ProxyUserService,
+      org.apache.oozie.service.XLogStreamingService,
+      org.apache.oozie.service.JobsConcurrencyService
     </value>
     <description>List of Oozie services</description>
   </property>