일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- DeepLearning
- GDB
- 그래프 질의언어
- 인공지능
- spark
- Python
- 분산 병렬 처리
- Federated Learning
- Graph Tech
- GraphX
- SQL
- 그래프
- 그래프 데이터베이스
- graph database
- 딥러닝
- Cypher
- RStudio
- 빅데이터
- 연합학습
- GSQL
- r
- RDD
- Neo4j
- TensorFlow
- SparkML
- TigerGraph
- Graph Ecosystem
- BigData
- 그래프 에코시스템
- graph
- Today
- Total
목록BigData/Oozie (2)
Hee'World
설치환경hadoop 1.2.1maven 3.1.1Oozie 3.3.2 1. Oozie 설치전에 maven을 설치합니다. maven을 다운로드 합니다. 2. 다운로드 한 maven을 압축해제 합니다. 압축을 해제 후 vi /etc/profile에 환경변수를 지정해 줍니다. MAVEN_HOME=/압축해제한 폴더/ 3. Oozie를 다운 받기전 빌드해야 할 공간을 따로 생성합니다. 4. Oozie를 다운로드합니다. 5. 다운로드한 Oozie를 압축해제 합니다. 6. 아래의 경로로 들어가서 Oozie를 빌드합니다../mkdistro.sh -DskipTests 7. 아래와 같이 빌드가 되어 집니다. 8. 빌드폴더의 아래 경로로 들어가서 oozie-3.3.2-distro.tar.gz 파일을 압축해제 할 경로에 복사..
Apache Oozie Workflow Scheduler for HadoopOverviewOozie is a workflow scheduler system to manage Apache Hadoop jobs.Oozie Workflow jobs are Directed Acyclical Graphs (DAGs) of actions.Oozie Coordinator jobs are recurrent Oozie Workflow jobs triggered by time (frequency) and data availabilty.Oozie is integrated with the rest of the Hadoop stack supporting several types of Hadoop jobs out of the b..