Binary compatibility report for the spark-redis-0.1.1 library  between 1.4.0 and 1.1.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.1.0
Java Version1.7.0_85

Test Results


Total Java ARchives1
Total Methods / Classes216 / 1925
VerdictIncompatible
(90.3%)

Problem Summary


SeverityCount
Added Methods-4
Removed MethodsHigh40
Problems with
Data Types
High8
Medium1
Low7
Problems with
Methods
High0
Medium0
Low7

Added Methods (4)


spark-core_2.10-1.1.0.jar, SparkContext.class
package org.apache.spark
SparkContext.ui ( )  :  ui.SparkUI

spark-core_2.10-1.1.0.jar, TaskContext.class
package org.apache.spark
TaskContext.markInterrupted ( )  :  void
TaskContext.markTaskCompleted ( )  :  void
TaskContext.TaskContext ( int stageId, int partitionId, long attemptId, boolean runningLocally, executor.TaskMetrics taskMetrics )

to the top

Removed Methods (40)


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.applicationId ( )  :  String
SparkContext.binaryFiles ( String path, int minPartitions )  :  rdd.RDD<scala.Tuple2<String,input.PortableDataStream>>
SparkContext.binaryRecords ( String path, int recordLength, org.apache.hadoop.conf.Configuration conf )  :  rdd.RDD<byte[ ]>
SparkContext.createSparkEnv ( SparkConf conf, boolean isLocal, scheduler.LiveListenerBus listenerBus )  :  SparkEnv
SparkContext.eventLogCodec ( )  :  scala.Option<String>
SparkContext.eventLogDir ( )  :  scala.Option<java.net.URI>
SparkContext.executorAllocationManager ( )  :  scala.Option<ExecutorAllocationManager>
SparkContext.externalBlockStoreFolderName ( )  :  String
SparkContext.getExecutorThreadDump ( String executorId )  :  scala.Option<util.ThreadStackTrace[ ]>
SparkContext.getOrCreate ( ) [static]  :  SparkContext
SparkContext.getOrCreate ( SparkConf p1 ) [static]  :  SparkContext
SparkContext.isEventLogEnabled ( )  :  boolean
SparkContext.jobProgressListener ( )  :  ui.jobs.JobProgressListener
SparkContext.killExecutor ( String executorId )  :  boolean
SparkContext.killExecutors ( scala.collection.Seq<String> executorIds )  :  boolean
SparkContext.metricsSystem ( )  :  metrics.MetricsSystem
SparkContext.SparkContext.._conf ( )  :  SparkConf
SparkContext.SparkContext.._env ( )  :  SparkEnv
SparkContext.SparkContext..assertNotStopped ( )  :  void
SparkContext.SparkContext..creationSite ( )  :  util.CallSite
SparkContext.progressBar ( )  :  scala.Option<ui.ConsoleProgressBar>
SparkContext.range ( long start, long end, long step, int numSlices )  :  rdd.RDD<Object>
SparkContext.requestExecutors ( int numAdditionalExecutors )  :  boolean
SparkContext.requestTotalExecutors ( int numExecutors )  :  boolean
SparkContext.schedulerBackend ( )  :  scheduler.SchedulerBackend
SparkContext.schedulerBackend_.eq ( scheduler.SchedulerBackend sb )  :  void
SparkContext.setCallSite ( util.CallSite callSite )  :  void
SparkContext.setLogLevel ( String logLevel )  :  void
SparkContext.statusTracker ( )  :  SparkStatusTracker
SparkContext.supportDynamicAllocation ( )  :  boolean
SparkContext.ui ( )  :  scala.Option<ui.SparkUI>
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.get ( ) [static]  :  TaskContext
TaskContext.isRunningLocally ( ) [abstract]  :  boolean
TaskContext.taskAttemptId ( ) [abstract]  :  long
TaskContext.TaskContext ( )
TaskContext.taskMemoryManager ( ) [abstract]  :  unsafe.memory.TaskMemoryManager

to the top

Problems with Data Types, High Severity (8)


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

package org.apache.spark.broadcast
[+] Broadcast<T> (1)

package org.apache.spark.rdd
[+] PairRDDFunctions<K,V> (1)

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

Problems with Data Types, Low Severity (7)


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

to the top

Problems with Methods, Low Severity (7)


spark-core_2.10-1.4.0.jar, TaskContext
package org.apache.spark
[+] TaskContext.addTaskCompletionListener ( util.TaskCompletionListener p1 ) [abstract]  :  TaskContext (1)
[+] TaskContext.addTaskCompletionListener ( scala.Function1<TaskContext,scala.runtime.BoxedUnit> p1 ) [abstract]  :  TaskContext (1)
[+] TaskContext.isCompleted ( ) [abstract]  :  boolean (1)
[+] TaskContext.isInterrupted ( ) [abstract]  :  boolean (1)
[+] 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.4.0.jar

to the top




Generated on Thu Jan 14 19:39:19 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