JLang
JLang copied to clipboard
Compiling Hadoop using JLang
I was curious if an older version of Hadoop(2.7) which supports Java 7 was compiled using JLang? I was trying to compile Hadoop 2.5.2 but it quickly turned out to be an arduous task where every dependency package needs to be separately compiled using the source code and linked.
Theoretically, it should be possible but I am wondering if such a stress test was conducted because it would be cool to be able to view the LLVM IR for Hadoop.