Binary compatibility report for the spark-es_2.10-1.0.7 library  between 1.6.0 and 1.5.0 versions   (relating to the portability of client application spark-es_2.10-1.0.7.jar)

Test Info


Library Namespark-es_2.10-1.0.7
Version #11.6.0
Version #21.5.0
Java Version1.7.0_85

Test Results


Total Java ARchives1
Total Methods / Classes361 / 2086
VerdictIncompatible
(8.6%)

Problem Summary


SeverityCount
Added Methods-3
Removed MethodsHigh8
Problems with
Data Types
High1
Medium0
Low0
Problems with
Methods
High2
Medium0
Low0
Other Changes
in Data Types
-1

Added Methods (3)


spark-core_2.10-1.5.0.jar, SparkContext.class
package org.apache.spark
SparkContext.preferredNodeLocationData ( )  :  scala.collection.Map<String,scala.collection.Set<scheduler.SplitInfo>>
SparkContext.preferredNodeLocationData_.eq ( scala.collection.Map<String,scala.collection.Set<scheduler.SplitInfo>> p1 )  :  void

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

to the top

Removed Methods (8)


spark-core_2.10-1.6.0.jar, RDD<T>.class
package org.apache.spark.rdd
RDD<T>.getNumPartitions ( )  :  int
RDD<T>.isCheckpointedAndMaterialized ( )  :  boolean
RDD<T>.mapPartitionsInternal ( scala.Function1<scala.collection.Iterator<T>,scala.collection.Iterator<U>> f, boolean preservesPartitioning, scala.reflect.ClassTag<U> p3 )  :  RDD<U>

spark-core_2.10-1.6.0.jar, SparkContext.class
package org.apache.spark
SparkContext.getRDDStorageInfo ( scala.Function1<rdd.RDD<?>,Object> filter )  :  storage.RDDInfo[ ]
SparkContext.isStopped ( )  :  boolean
SparkContext.SparkContext.._applicationId ( )  :  String
SparkContext.submitMapStage ( ShuffleDependency<K,V,C> dependency )  :  SimpleFutureAction<MapOutputStatistics>

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

to the top

Problems with Data Types, High Severity (1)


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

to the top

Problems with Methods, High Severity (2)


spark-core_2.10-1.6.0.jar, SparkContext
package org.apache.spark
[+] SparkContext.localProperties ( )  :  InheritableThreadLocal<java.util.Properties> (1)
[+] SparkContext.stopped ( )  :  java.util.concurrent.atomic.AtomicBoolean (1)

to the top

Other Changes in Data Types (1)


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

to the top

Java ARchives (1)


spark-core_2.10-1.6.0.jar

to the top




Generated on Thu Feb 4 20:45:07 2016 for spark-es_2.10-1.0.7 by Java API Compliance Checker 1.4.1  
A tool for checking backward compatibility of a Java library API