Hi! Do you register the Hadoop Config at the Flink Configuration? Also, do you use Flink standalone or on Yarn?
Stephan On Tue, Aug 9, 2016 at 11:00 AM, Dong-iL, Kim <kim.s...@gmail.com> wrote: > Hi. > I’m trying to set external hdfs as state backend. > my os user name is ec2-user. hdfs user is hadoop. > there is a permission denied exception. > I wanna specify hdfs user name. > I set hadoop.job.ugi in core-site.xml and HADOOP_USER_NAME on command line. > but not works. > what shall I do? > thanks.