Binary compatibility report for the spark-indexedrdd-0.3 library  between 1.5.0 and 1.0.0 versions   (relating to the portability of client application spark-indexedrdd-0.3.jar)

Test Info


Library Namespark-indexedrdd-0.3
Version #11.5.0
Version #21.0.0
Java Version1.7.0_75

Test Results


Total Java ARchives1
Total Methods / Classes85 / 2029
VerdictIncompatible
(49.4%)

Problem Summary


SeverityCount
Added Methods-6
Removed MethodsHigh24
Problems with
Data Types
High16
Medium0
Low3
Problems with
Methods
High0
Medium0
Low3

Added Methods (6)


spark-core_2.10-1.0.0.jar, TaskContext.class
package org.apache.spark
TaskContext.completed ( )  :  boolean
TaskContext.completed_.eq ( boolean p1 )  :  void
TaskContext.executeOnCompleteCallbacks ( )  :  void
TaskContext.interrupted ( )  :  boolean
TaskContext.interrupted_.eq ( boolean p1 )  :  void
TaskContext.TaskContext ( int stageId, int partitionId, long attemptId, boolean runningLocally, executor.TaskMetrics taskMetrics )

to the top

Removed Methods (24)


spark-core_2.10-1.5.0.jar, Logging.class
package org.apache.spark
Logging.logName ( ) [abstract]  :  String

spark-core_2.10-1.5.0.jar, StorageLevel.class
package org.apache.spark.storage
StorageLevel.fromString ( String p1 ) [static]  :  StorageLevel
StorageLevel.StorageLevel.._deserialized_.eq ( boolean p1 )  :  void
StorageLevel.StorageLevel.._replication ( )  :  int
StorageLevel.StorageLevel.._replication_.eq ( int p1 )  :  void
StorageLevel.StorageLevel.._useDisk_.eq ( boolean p1 )  :  void
StorageLevel.StorageLevel.._useMemory_.eq ( boolean p1 )  :  void
StorageLevel.StorageLevel.._useOffHeap_.eq ( boolean p1 )  :  void

spark-core_2.10-1.5.0.jar, TaskContext.class
package org.apache.spark
TaskContext.addTaskCompletionListener ( util.TaskCompletionListener p1 ) [abstract]  :  TaskContext
TaskContext.addTaskCompletionListener ( scala.Function1<TaskContext,scala.runtime.BoxedUnit> p1 ) [abstract]  :  TaskContext
TaskContext.attemptNumber ( ) [abstract]  :  int
TaskContext.collectAccumulators ( ) [abstract]  :  scala.collection.immutable.Map<Object,Object>
TaskContext.collectInternalAccumulators ( ) [abstract]  :  scala.collection.immutable.Map<Object,Object>
TaskContext.get ( ) [static]  :  TaskContext
TaskContext.getMetricsSources ( String p1 ) [abstract]  :  scala.collection.Seq<metrics.source.Source>
TaskContext.getPartitionId ( ) [static]  :  int
TaskContext.internalMetricsToAccumulators ( ) [abstract]  :  scala.collection.immutable.Map<String,Accumulator<Object>>
TaskContext.isCompleted ( ) [abstract]  :  boolean
TaskContext.isInterrupted ( ) [abstract]  :  boolean
TaskContext.isRunningLocally ( ) [abstract]  :  boolean
TaskContext.registerAccumulator ( Accumulable<?,?> p1 ) [abstract]  :  void
TaskContext.taskAttemptId ( ) [abstract]  :  long
TaskContext.TaskContext ( )
TaskContext.taskMemoryManager ( ) [abstract]  :  unsafe.memory.TaskMemoryManager

to the top

Problems with Data Types, High Severity (16)


spark-core_2.10-1.5.0.jar
package org.apache.spark
[+] Logging (1)
[+] SparkContext (1)
[+] TaskContext (14)

to the top

Problems with Data Types, Low Severity (3)


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

to the top

Problems with Methods, Low Severity (3)


spark-core_2.10-1.5.0.jar, TaskContext
package org.apache.spark
[+] TaskContext.partitionId ( ) [abstract]  :  int (1)
[+] TaskContext.stageId ( ) [abstract]  :  int (1)
[+] TaskContext.taskMetrics ( ) [abstract]  :  executor.TaskMetrics (1)

to the top

Java ARchives (1)


spark-core_2.10-1.5.0.jar

to the top




Generated on Thu Sep 10 08:38:18 2015 for spark-indexedrdd-0.3 by Java API Compliance Checker 1.4.1  
A tool for checking backward compatibility of a Java library API