Binary compatibility report for the spark-redis-0.1.1 library  between 1.4.0 and 1.2.0 versions   (relating to the portability of client application spark-redis-0.1.1.jar)

Test Info


Library Namespark-redis-0.1.1
Version #11.4.0
Version #21.2.0
Java Version1.7.0_85

Test Results


Total Java ARchives1
Total Methods / Classes212 / 1925
VerdictIncompatible
(92%)

Problem Summary


SeverityCount
Added Methods-0
Removed MethodsHigh18
Problems with
Data Types
High4
Medium1
Low0
Problems with
Methods
High0
Medium0
Low0

Removed Methods (18)


spark-core_2.10-1.4.0.jar, SparkContext.class
package org.apache.spark
SparkContext.addFile ( String path, boolean recursive )  :  void
SparkContext.applicationAttemptId ( )  :  scala.Option<String>
SparkContext.createSparkEnv ( SparkConf conf, boolean isLocal, scheduler.LiveListenerBus listenerBus )  :  SparkEnv
SparkContext.eventLogCodec ( )  :  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.requestTotalExecutors ( int numExecutors )  :  boolean
SparkContext.setLogLevel ( String logLevel )  :  void
SparkContext.supportDynamicAllocation ( )  :  boolean
SparkContext.withScope ( scala.Function0<U> body )  :  U

spark-core_2.10-1.4.0.jar, TaskContext.class
package org.apache.spark
TaskContext.attemptNumber ( ) [abstract]  :  int
TaskContext.taskAttemptId ( ) [abstract]  :  long
TaskContext.taskMemoryManager ( ) [abstract]  :  unsafe.memory.TaskMemoryManager

to the top

Problems with Data Types, High Severity (4)


spark-core_2.10-1.4.0.jar
package org.apache.spark
[+] SparkContext (1)
[+] TaskContext (3)

to the top

Problems with Data Types, Medium Severity (1)


spark-core_2.10-1.4.0.jar
package org.apache.spark.scheduler
[+] LiveListenerBus (1)

to the top

Java ARchives (1)


spark-core_2.10-1.4.0.jar

to the top




Generated on Thu Jan 14 19:40:30 2016 for spark-redis-0.1.1 by Java API Compliance Checker 1.4.1  
A tool for checking backward compatibility of a Java library API