DigitRecognizer
DigitRecognizer copied to clipboard
doesn't work under Ubuntu 17.04
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.
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.
yes we can do that by using some code which determines OS
I'll start it in a couple days