우지 쉐어라이브러리는 oozie-site.xml 파일에 위치를 설정한다.
다음의 설정을 이용하여 위치를 설정하면 된다.
<property>
<name>oozie.service.WorkflowAppService.system.libpath</name>
<value>hdfs://location/share/lib</value>
<description>
System library path to use for workflow applications.
This path is added to workflow application if their job properties sets
the property 'oozie.use.system.libpath' to true.
</description>
</property>
우지가 실행중에 우지 쉐어 라이브러리를 추가하면 갱신이 안될 수 가 있다.
이럴때는 다음의 명령을 이용하여 갱신하면 된다.
<목록 확인>
oozie admin -shareliblist
<라이브러리 업데이트>
oozie admin -sharelibupdate
반응형
'빅데이터 > oozie' 카테고리의 다른 글
[oozie] 코디네이터, 워크플로우 재작업(rerun)을 위한 cli 커맨드 (0) | 2018.02.06 |
---|---|
[oozie] 워크플로우의 액션에 오류가 발생하면 retry 하게 설정 하기 (4) | 2017.12.22 |
[oozie] 우지 포크 조인 액션이 느릴때 (0) | 2017.07.18 |
[oozie] 우지 Waiting 잡 개수 설정 (0) | 2017.04.21 |
[oozie] 우지의 hive 액션 예제 (0) | 2017.04.06 |