Hi guys, right now I am performing some experiments with Tez. While trying
to launch DAGs from different users (just using the tez wordcount example)
I got this error:

"java.io.IOException: The ownership on the staging directory
hdfs://master:9000/tmp/tez/staging is not as expected. It is owned by user.
The directory must be owned by the submitter user1 or by user1"

user is the owner, user1 is the new user I am testing. What I want is to
launch two dags in the cluster at the same time from different users, (such
as wordcount and the join example).

Thanks in advance

Reply via email to