Skip to content

Commit 6177bf8

Browse files
erikerlandsonash211
authored andcommitted
Add command echoing for better command debugging (apache#462)
1 parent e600a07 commit 6177bf8

File tree

1 file changed

+3
-0
lines changed
  • resource-managers/kubernetes/docker-minimal-bundle/src/main/docker/spark-base

1 file changed

+3
-0
lines changed

resource-managers/kubernetes/docker-minimal-bundle/src/main/docker/spark-base/entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
# limitations under the License.
1717
#
1818

19+
# echo commands to the terminal output
20+
set -x
21+
1922
# Check whether there is a passwd entry for the container UID
2023
myuid=$(id -u)
2124
mygid=$(id -g)

0 commit comments

Comments
 (0)