> > While most other Hadoop ecosystem including Hadoop 3.3, Spark 3.3, Kafka > 3.3 seem require java 11.
Hadoop 3.3.x line just supports Java-11 runtime support, the default supported JDK is still 8, atleast for hadoop, if it wasn't working with JDK-8, some issue with your hadoop installation or some bug there in the hadoop code, which you need to fix or reach out to hadoop ML/Jira -Ayush On Sat, 24 Dec 2022 at 11:26, [email protected] <[email protected]> wrote: > > > Hello, > > Hive 3.1 requires java 8 to work. > While most other Hadoop ecosystem including Hadoop 3.3, Spark 3.3, Kafka > 3.3 seem require java 11. > I have all of them installed in the same system to work together. > This is how I did, > > https://blog.crypt.pw/How-to-run-Hadoop-3.3-and-Hive-3.1-in-same-node > > Hope it also helps to you too. > > Thanks. >
