“Bad substitution” when submitting spark job to yarn-cluster

后端 未结 6 1556
萌比男神i
萌比男神i 2020-12-31 07:32

I am doing a smoke test against a yarn cluster using yarn-cluster as the master with the SparkPi example program. Here is the command line:

<
6条回答
  •  情歌与酒
    2020-12-31 08:30

    This may be caused by /bin/sh linked to dash, instead of bash, which often happens on Debian based systems.

    To fix it, run sudo dpkg-reconfigure dash and select no.

提交回复
热议问题