Binary compatibility report for the spark-testing-base-1.2.0_0.0.5 library between 1.2.0 and 1.3.0 versions (relating to the portability of client application spark-testing-base-1.2.0_0.0.5.jar)
Test Info
Library Name | spark-testing-base-1.2.0_0.0.5 |
Version #1 | 1.2.0 |
Version #2 | 1.3.0 |
Java Version | 1.7.0_75 |
Test Results
Total Java ARchives | 2 |
---|
Total Methods / Classes | 438 / 1414 |
---|
Verdict | Incompatible (1.1%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 11 |
---|
Removed Methods | High | 5 |
---|
Problems with Data Types | High | 1 |
---|
Medium | 0 |
Low | 1 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (11)
spark-core_2.10-1.3.0.jar, SparkConf.class
package org.apache.spark
SparkConf.translateConfKey ( String p1, boolean p2 ) [static] : String
[mangled: org/apache/spark/SparkConf.translateConfKey:(Ljava/lang/String;Z)Ljava/lang/String;]
spark-core_2.10-1.3.0.jar, SparkContext.class
package org.apache.spark
SparkContext.addFile ( String path, boolean recursive ) : void
[mangled: org/apache/spark/SparkContext.addFile:(Ljava/lang/String;Z)V]
SparkContext.createSparkEnv ( SparkConf conf, boolean isLocal, scheduler.LiveListenerBus listenerBus ) : SparkEnv
[mangled: org/apache/spark/SparkContext.createSparkEnv:(Lorg/apache/spark/SparkConf;ZLorg/apache/spark/scheduler/LiveListenerBus;)Lorg/apache/spark/SparkEnv;]
SparkContext.eventLogCodec ( ) : scala.Option<String>
[mangled: org/apache/spark/SparkContext.eventLogCodec:()Lscala/Option;]
SparkContext.requestTotalExecutors ( int numExecutors ) : boolean
[mangled: org/apache/spark/SparkContext.requestTotalExecutors:(I)Z]
spark-streaming_2.10-1.3.0.jar, DStream<T>.class
package org.apache.spark.streaming.dstream
DStream<T>.print ( int num ) : void
[mangled: org/apache/spark/streaming/dstream/DStream<T>.print:(I)V]
DStream<T>.toPairDStreamFunctions ( DStream<scala.Tuple2<K,V>> p1, scala.reflect.ClassTag<K> p2, scala.reflect.ClassTag<V> p3, scala.math.Ordering<K> p4 ) [static] : PairDStreamFunctions<K,V>
[mangled: org/apache/spark/streaming/dstream/DStream<T>.toPairDStreamFunctions:(Lorg/apache/spark/streaming/dstream/DStream;Lscala/reflect/ClassTag;Lscala/reflect/ClassTag;Lscala/math/Ordering;)Lorg/apache/spark/streaming/dstream/PairDStreamFunctions;]
spark-streaming_2.10-1.3.0.jar, Duration.class
package org.apache.spark.streaming
Duration.Duration..millis ( ) : long
[mangled: org/apache/spark/streaming/Duration.org.apache.spark.streaming.Duration..millis:()J]
spark-streaming_2.10-1.3.0.jar, StreamingContext.class
package org.apache.spark.streaming
StreamingContext.awaitTerminationOrTimeout ( long timeout ) : boolean
[mangled: org/apache/spark/streaming/StreamingContext.awaitTerminationOrTimeout:(J)Z]
StreamingContext.binaryRecordsStream ( String directory, int recordLength ) : dstream.DStream<byte[ ]>
[mangled: org/apache/spark/streaming/StreamingContext.binaryRecordsStream:(Ljava/lang/String;I)Lorg/apache/spark/streaming/dstream/DStream;]
StreamingContext.fileStream ( String directory, scala.Function1<org.apache.hadoop.fs.Path,Object> filter, boolean newFilesOnly, org.apache.hadoop.conf.Configuration conf, scala.reflect.ClassTag<K> p5, scala.reflect.ClassTag<V> p6, scala.reflect.ClassTag<F> p7 ) : dstream.InputDStream<scala.Tuple2<K,V>>
[mangled: org/apache/spark/streaming/StreamingContext.fileStream:(Ljava/lang/String;Lscala/Function1;ZLorg/apache/hadoop/conf/Configuration;Lscala/reflect/ClassTag;Lscala/reflect/ClassTag;Lscala/reflect/ClassTag;)Lorg/apache/spark/streaming/dstream/InputDStream;]
to the top
Removed Methods (5)
spark-core_2.10-1.2.0.jar, SparkConf.class
package org.apache.spark
SparkConf.settings ( ) : scala.collection.mutable.HashMap<String,String>
[mangled: org/apache/spark/SparkConf.settings:()Lscala/collection/mutable/HashMap;]
spark-streaming_2.10-1.2.0.jar, Clock.class
package org.apache.spark.streaming.util
Clock.currentTime ( ) [abstract] : long
[mangled: org/apache/spark/streaming/util/Clock.currentTime:()J]
Clock.waitTillTime ( long p1 ) [abstract] : long
[mangled: org/apache/spark/streaming/util/Clock.waitTillTime:(J)J]
spark-streaming_2.10-1.2.0.jar, DStream<T>.class
package org.apache.spark.streaming.dstream
DStream<T>.getCreationSite ( ) [static] : org.apache.spark.util.CallSite
[mangled: org/apache/spark/streaming/dstream/DStream<T>.getCreationSite:()Lorg/apache/spark/util/CallSite;]
spark-streaming_2.10-1.2.0.jar, JobScheduler.class
package org.apache.spark.streaming.scheduler
JobScheduler.clock ( ) : org.apache.spark.streaming.util.Clock
[mangled: org/apache/spark/streaming/scheduler/JobScheduler.clock:()Lorg/apache/spark/streaming/util/Clock;]
to the top
Problems with Data Types, High Severity (1)
spark-streaming_2.10-1.2.0.jar
package org.apache.spark.streaming.util
[+] Clock (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
currentTime ( )This abstract method is from 'Clock' interface.
waitTillTime ( long )This abstract method is from 'Clock' interface.
to the top
Problems with Data Types, Low Severity (1)
spark-core_2.10-1.2.0.jar
package org.apache.spark.scheduler
[+] LiveListenerBus (1)
| Change | Effect |
---|
1 | Added super-class org.apache.spark.util.AsynchronousListenerBus<SparkListener,SparkListenerEvent>. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
listenerBus ( )Return value of this method has type 'LiveListenerBus'.
to the top
Java ARchives (2)
spark-core_2.10-1.2.0.jar
spark-streaming_2.10-1.2.0.jar
to the top
Generated on Tue Mar 31 06:41:16 2015 for spark-testing-base-1.2.0_0.0.5 by Java API Compliance Checker 1.4.1
A tool for checking backward compatibility of a Java library API