boot2docker ssh apache-kylin windows7 source ambari-functions ambari-functions ERROR : line 11: syntax error: bad function name
boot2docker ssh apache-kylin windows7 source ambari-functions ambari-functions ERROR : line 11: syntax error: bad function name
这是我的脚本 (boot2docker ssh)。
docker pull sequenceiq/kylin
curl -O https://raw.githubusercontent.com/sequenceiq/docker-kylin/master/ambari-functions
source ambari-functions
返回错误:
-sh: ambari-functions: line 11: syntax error: bad function name
ambari 函数
将 运行-command 重命名为 run_command
将 amb-clean 重命名为 amb_clean
等等
这是我的脚本 (boot2docker ssh)。
docker pull sequenceiq/kylin
curl -O https://raw.githubusercontent.com/sequenceiq/docker-kylin/master/ambari-functions
source ambari-functions
返回错误:
-sh: ambari-functions: line 11: syntax error: bad function name
ambari 函数 将 运行-command 重命名为 run_command 将 amb-clean 重命名为 amb_clean 等等