DigitRecognizer icon indicating copy to clipboard operation
DigitRecognizer copied to clipboard

doesn't work under Ubuntu 17.04

Open Evegen55 opened this issue 8 years ago • 3 comments

So the jdk class java.lang.ProcessEnvironment has no private field theCaseInsensitiveEnvironment in Ubuntu . But it works if add manually HADOOP_HOME into idea parameters. So I guess it also can be bash script.

Evegen55 avatar Dec 09 '17 20:12 Evegen55

It will be great if we can continue to set HADOOP_HOME as part of application start up rather than depend on external configuration. Maybe we can find similar thing that will work on Linux? Or maybe we can also run the script each time app runs ... Let me know your thoughts.

klevis avatar Dec 09 '17 20:12 klevis

yes we can do that by using some code which determines OS

Evegen55 avatar Dec 10 '17 08:12 Evegen55

I'll start it in a couple days

Evegen55 avatar Dec 14 '17 14:12 Evegen55