Hadoop tasks: “execvp: permission denied”

前端 未结 3 1644
借酒劲吻你
借酒劲吻你 2021-01-07 07:32

In a small Hadoop cluster set up on a number of developer workstations (i.e., they have different local configurations), I have one TaskTracker of 6 that is being problemati

3条回答
  •  自闭症患者
    2021-01-07 08:10

    Whatever it is trying to execvp does not have the executable bit set on it. You can set the executable bit using chmod from the commandline.

提交回复
热议问题