Binary compatibility report for the sparkling-graph-examples_2.10-0.0.2 library  between 1.5.0 and 1.4.0 versions   (relating to the portability of client application sparkling-graph-examples_2.10-0.0.2.jar)

Test Info


Library Namesparkling-graph-examples_2.10-0.0.2
Version #11.5.0
Version #21.4.0
Java Version1.7.0_85

Test Results


Total Java ARchives3
Total Methods / Classes207 / 3398
VerdictIncompatible
(9.4%)

Problem Summary


SeverityCount
Added Methods-2
Removed MethodsHigh14
Problems with
Data Types
High1
Medium1
Low1
Problems with
Methods
High0
Medium0
Low0

Added Methods (2)


spark-core_2.10-1.4.0.jar, SparkContext.class
package org.apache.spark
SparkContext.requestTotalExecutors ( int numExecutors )  :  boolean
SparkContext.supportDynamicAllocation ( )  :  boolean

to the top

Removed Methods (14)


spark-core_2.10-1.5.0.jar, SparkContext.class
package org.apache.spark
SparkContext.killAndReplaceExecutor ( String executorId )  :  boolean
SparkContext.SparkContext.._cleaner ( )  :  scala.Option<ContextCleaner>
SparkContext.SparkContext.._dagScheduler ( )  :  scheduler.DAGScheduler
SparkContext.SparkContext.._eventLogger ( )  :  scala.Option<scheduler.EventLoggingListener>
SparkContext.SparkContext.._executorAllocationManager ( )  :  scala.Option<ExecutorAllocationManager>
SparkContext.SparkContext.._heartbeatReceiver ( )  :  rpc.RpcEndpointRef
SparkContext.SparkContext.._listenerBusStarted_.eq ( boolean p1 )  :  void
SparkContext.SparkContext.._progressBar ( )  :  scala.Option<ui.ConsoleProgressBar>
SparkContext.SparkContext.._ui ( )  :  scala.Option<ui.SparkUI>
SparkContext.SparkContext..postApplicationEnd ( )  :  void
SparkContext.requestTotalExecutors ( int numExecutors, int localityAwareTasks, scala.collection.immutable.Map<String,Object> hostToLocalTaskCount )  :  boolean
SparkContext.runJob ( rdd.RDD<T> rdd, scala.Function1<scala.collection.Iterator<T>,U> func, scala.collection.Seq<Object> partitions, scala.reflect.ClassTag<U> p4 )  :  Object
SparkContext.runJob ( rdd.RDD<T> rdd, scala.Function2<TaskContext,scala.collection.Iterator<T>,U> func, scala.collection.Seq<Object> partitions, scala.Function2<Object,U,scala.runtime.BoxedUnit> resultHandler, scala.reflect.ClassTag<U> p5 )  :  void
SparkContext.runJob ( rdd.RDD<T> rdd, scala.Function2<TaskContext,scala.collection.Iterator<T>,U> func, scala.collection.Seq<Object> partitions, scala.reflect.ClassTag<U> p4 )  :  Object

to the top

Problems with Data Types, High Severity (1)


spark-sql_2.10-1.5.0.jar
package org.apache.spark.sql
[+] DataFrameReader (1)

to the top

Problems with Data Types, Medium Severity (1)


spark-sql_2.10-1.5.0.jar
package org.apache.spark.sql
[+] SQLContext.implicits. (1)

to the top

Problems with Data Types, Low Severity (1)


spark-sql_2.10-1.5.0.jar
package org.apache.spark.sql
[+] DataFrame (1)

to the top

Java ARchives (3)


spark-core_2.10-1.5.0.jar
spark-mllib_2.10-1.5.0.jar
spark-sql_2.10-1.5.0.jar

to the top




Generated on Tue Feb 9 02:02:23 2016 for sparkling-graph-examples_2.10-0.0.2 by Java API Compliance Checker 1.4.1  
A tool for checking backward compatibility of a Java library API