Packaging and Uploading the OmniOperator Installation Package
- Package the /opt/omni-operator folder on the management node as omni-operator.tar.gz.
1tar -czvf /opt/omni-operator.tar.gz -C /opt omni-operator
You can replace omni-operator.tar.gz with a custom package name.
- Upload omni-operator.tar.gz to the planned account on HDFS. For example, if you are the root user:
1hdfs dfs -put /opt/omni-operator.tar.gz /user/root
- After omni-operator.tar.gz is uploaded, the run user has the read permission.
- The /user/root directory can be customized.
Parent topic: Using on Spark