Nick M created FLINK-37715:
------------------------------
Summary: Flink try use winutils.exe even without hadoop
Key: FLINK-37715
URL: https://issues.apache.org/jira/browse/FLINK-37715
Project: Flink
Issue Type: Bug
Affects Versions: 1.20.1
Reporter: Nick M
I faced with warning:
{code:java}
12:56:03,289 WARN org.apache.hadoop.util.Shell
:692 [] - Did not find winutils.exe: java.io.FileNotFoundException:
java.io.FileNotFoundException: HADOOP_HOME and hadoop.home.dir are unset. -see
https://wiki.apache.org/hadoop/WindowsProblems{code}
but can't understand why I got it.
My setup is java local app with flink 1.20.1, with job with kafka source/sink
and few transformation. Checkpointing setup to S3 with flink-s3-fs-presto
module.
Just one job, no 'hdfs://' or 'file://' usage but only 's3'.
Link from log message make me install winutils but I don't wanna use hadoop to
install something like that and also I don't see such recommendation in flink
doc
--
This message was sent by Atlassian Jira
(v8.20.10#820010)