我要评分
获取效率
正确性
完整性
易理解

env_init.sh

Go to the directory where the script is stored as the run user (for example, ockadmin).

1
cd $OCK_HOME/ucache/$OCK_VERSION/linux-$(arch)/sbin

Function

Initializes OmniShuffle variables.

Syntax

source env_init.sh

Parameter Description

None

Usage Guideline

It cannot be used independently and is automatically invoked by scripts ockget.sh, ock-start-ockd-by-yarn.sh, ock-start-ockd.sh and ock-stop-ockd.sh.

Example

None