- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
I am getting . "org/apache/nifi/bootstrap/RunNiFi : Unsupported major.minor version 52.0".I am installing .HDF 2.0 on Sandbox2.5 running on VM Box .
- Labels:
-
Apache NiFi
Created ‎10-07-2016 10:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
burman@bob
Created ‎10-07-2016 08:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Sandbox comes with Java 7 and HDF 2.0 requires Java 8. I can't speak for all the components in HDF, but for NiFI, if you extract a JDK 8 somewhere on the sandbox, you can set NiFi's JAVA_HOME in bin/nifi-env.sh
Created ‎10-07-2016 08:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Sandbox comes with Java 7 and HDF 2.0 requires Java 8. I can't speak for all the components in HDF, but for NiFI, if you extract a JDK 8 somewhere on the sandbox, you can set NiFi's JAVA_HOME in bin/nifi-env.sh
Created ‎10-10-2016 06:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Bryan,
Thanks a lot. It worked for me.
Best Regards,
Bob
Created ‎10-11-2023 02:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do it this way, it worked for me
set JAVa_HOME="c:\jkd-21\bin\"
