Binary compatibility report for the spark-scalding_2.11-0.4.0 library  between 1.3.0 and 1.4.0 versions   (relating to the portability of client application spark-scalding_2.11-0.4.0.jar)

Test Info


Library Namespark-scalding_2.11-0.4.0
Version #11.3.0
Version #21.4.0
Java Version1.7.0_85

Test Results


Total Java ARchives1
Total Methods / Classes341 / 1726
VerdictIncompatible
(0.3%)

Problem Summary


SeverityCount
Added Methods-18
Removed MethodsHigh0
Problems with
Data Types
High1
Medium0
Low1
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-1

Added Methods (18)


spark-core_2.11-1.4.0.jar, RDD<T>.class
package org.apache.spark.rdd
RDD<T>.RDD..doCheckpointCalled ( )  :  boolean
RDD<T>.RDD..doCheckpointCalled_.eq ( boolean p1 )  :  void
RDD<T>.RDD..sc ( )  :  org.apache.spark.SparkContext
RDD<T>.randomSampleWithRange ( double lb, double ub, long seed )  :  RDD<T>
RDD<T>.scope ( )  :  scala.Option<RDDOperationScope>
RDD<T>.withScope ( scala.Function0<U> body )  :  U

spark-core_2.11-1.4.0.jar, SparkContext.class
package org.apache.spark
SparkContext.applicationAttemptId ( )  :  scala.Option<String>
SparkContext.externalBlockStoreFolderName ( )  :  String
SparkContext.getOrCreate ( ) [static]  :  SparkContext
SparkContext.getOrCreate ( SparkConf p1 ) [static]  :  SparkContext
SparkContext.SparkContext.._conf ( )  :  SparkConf
SparkContext.SparkContext.._env ( )  :  SparkEnv
SparkContext.SparkContext..assertNotStopped ( )  :  void
SparkContext.range ( long start, long end, long step, int numSlices )  :  rdd.RDD<Object>
SparkContext.setLogLevel ( String logLevel )  :  void
SparkContext.supportDynamicAllocation ( )  :  boolean
SparkContext.withScope ( scala.Function0<U> body )  :  U

spark-core_2.11-1.4.0.jar, TaskContext.class
package org.apache.spark
TaskContext.taskMemoryManager ( ) [abstract]  :  unsafe.memory.TaskMemoryManager

to the top

Problems with Data Types, High Severity (1)


spark-core_2.11-1.3.0.jar
package org.apache.spark.api.java
[+] JavaRDD<T> (1)

to the top

Problems with Data Types, Low Severity (1)


spark-core_2.11-1.3.0.jar
package org.apache.spark.api.java
[+] JavaRDD<T> (1)

to the top

Other Changes in Data Types (1)


spark-core_2.11-1.3.0.jar
package org.apache.spark
[+] TaskContext (1)

to the top

Java ARchives (1)


spark-core_2.11-1.3.0.jar

to the top




Generated on Fri Nov 13 00:40:51 2015 for spark-scalding_2.11-0.4.0 by Java API Compliance Checker 1.4.1  
A tool for checking backward compatibility of a Java library API