mapreduce - In hadoop, I just want to execute my own custom program on each node -


yes, want run custom program on each hadoop node. want deploy no mapper , reducer. distributed computing system doesn't works mapreduce(but uses hdfs internally). how should do?

both mapreduce , tez jobs use yarn (yet resource negotiator) distributed , executed on cluster in so-called containers. can use yarn run own jobs instead. please take @ hadoop architecture overview high-level overview.


Comments

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

python - Evaluating the next line in a For Loop while in the current iteration -