spark git commit: [SPARK-12961][CORE] Prevent snappy-java memory leak

2016-01-26 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 b40e58cf2 -> 572bc3999 [SPARK-12961][CORE] Prevent snappy-java memory leak JIRA: https://issues.apache.org/jira/browse/SPARK-12961 To prevent memory leak in snappy-java, just call the method once and cache the result. After the librar

spark git commit: [SPARK-12961][CORE] Prevent snappy-java memory leak

2016-01-26 Thread srowen
Repository: spark Updated Branches: refs/heads/master 6743de3a9 -> 5936bf9fa [SPARK-12961][CORE] Prevent snappy-java memory leak JIRA: https://issues.apache.org/jira/browse/SPARK-12961 To prevent memory leak in snappy-java, just call the method once and cache the result. After the library re