Binary compatibility report for the demo-scala-python-0.1.7.3 library  between 1.3.0 and 1.1.0 versions   (relating to the portability of client application demo-scala-python-0.1.7.3.jar)

Test Info


Library Namedemo-scala-python-0.1.7.3
Version #11.3.0
Version #21.1.0
Java Version1.7.0_75

Test Results


Total Java ARchives1
Total Methods / Classes173 / 1726
VerdictIncompatible
(99.4%)

Problem Summary


SeverityCount
Added Methods-1
Removed MethodsHigh23
Problems with
Data Types
High3
Medium1
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods (1)


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

to the top

Removed Methods (23)


spark-core_2.10-1.3.0.jar, SparkContext.class
package org.apache.spark
SparkContext.addFile ( String path, boolean recursive )  :  void
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<String>
SparkContext.executorAllocationManager ( )  :  scala.Option<ExecutorAllocationManager>
SparkContext.getExecutorThreadDump ( String executorId )  :  scala.Option<util.ThreadStackTrace[ ]>
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..creationSite ( )  :  util.CallSite
SparkContext.progressBar ( )  :  scala.Option<ui.ConsoleProgressBar>
SparkContext.requestExecutors ( int numAdditionalExecutors )  :  boolean
SparkContext.requestTotalExecutors ( int numExecutors )  :  boolean
SparkContext.schedulerBackend ( )  :  scheduler.SchedulerBackend
SparkContext.schedulerBackend_.eq ( scheduler.SchedulerBackend p1 )  :  void
SparkContext.setCallSite ( util.CallSite callSite )  :  void
SparkContext.statusTracker ( )  :  SparkStatusTracker
SparkContext.ui ( )  :  scala.Option<ui.SparkUI>

to the top

Problems with Data Types, High Severity (3)


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

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.3.0.jar
package org.apache.spark.scheduler
[+] LiveListenerBus (1)

to the top

Java ARchives (1)


spark-core_2.10-1.3.0.jar

to the top




Generated on Tue Jun 23 22:27:46 2015 for demo-scala-python-0.1.7.3 by Java API Compliance Checker 1.4.1  
A tool for checking backward compatibility of a Java library API