Rate This Document
Findability
Accuracy
Completeness
Readability

Packaging and Uploading the OmniOperator Installation Package

Upload the OmniOperator file to HDFS. The file can be accessed and processed by multiple nodes at the same time.

  1. Package the /opt/omni-operator folder on the management node as omni-operator.tar.gz.
    1
    2
    cd  /opt
    tar -czvf /opt/omni-operator.tar.gz -C /opt omni-operator
    

    You can replace omni-operator.tar.gz with a custom package name.

  2. Upload omni-operator.tar.gz to the planned account on HDFS. For example, if you are the root user:
    1
    hdfs 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.