distributed cache

后端 未结 1 1574
梦谈多话
梦谈多话 2021-01-28 12:15

i am working with hadoop 19 on opensuse linux, i am not using any cluster rather running my hadoop code on my machine itself. i am following the standard technique on putting in

相关标签:
1条回答
  • 2021-01-28 12:54

    This will depend on if you're using the local job runner (mapred.job.tracker=local) or if you're running in pseudo-distributed mode (i.e. mapred.job.tracker=localhost:8021 or =mynode.mydomain.com:8021). The distributed cache does NOT work in local mode, only pseudo-distributed and fully distributed modes.

    Using the distributed cache in configure() is fine, otherwise.

    0 讨论(0)
提交回复
热议问题