incubator-crail
incubator-crail copied to clipboard
Mirror of Apache crail (Incubating)
Bumps hadoop-common from 2.7.3 to 3.2.3. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
in my view, the locationClass is initialized by this function: ``` public static CrailLocationClass getLocationClass() throws UnknownHostException{ return CrailLocationClass.get(InetAddress.getLocalHost().getCanonicalHostName().hashCode()); } ``` The locationClass is a String's hashCode, so it can...
Some Spark/Hadoop applications rely on using non-default file or directory permissions, however, Crail does not implement yet this functionality. One example of a commonly used application is the Hadoop Distributed...