incubator-crail icon indicating copy to clipboard operation
incubator-crail copied to clipboard

Mirror of Apache crail (Incubating)

Results 3 incubator-crail issues
Sort by recently updated
recently updated
newest added

Bumps hadoop-common from 2.7.3 to 3.2.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.hadoop:hadoop-common&package-manager=maven&previous-version=2.7.3&new-version=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...

dependencies

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...