Binary compatibility report for the cookie-datasets_2.10-0.1.0 library  between 1.5.0 and 1.3.0 versions   (relating to the portability of client application cookie-datasets_2.10-0.1.0.jar)

Test Info


Library Namecookie-datasets_2.10-0.1.0
Version #11.5.0
Version #21.3.0
Java Version1.7.0_85

Test Results


Total Java ARchives3
Total Methods / Classes159 / 3398
VerdictIncompatible
(39.3%)

Problem Summary


SeverityCount
Added Methods-4
Removed MethodsHigh61
Problems with
Data Types
High4
Medium1
Low1
Problems with
Methods
High0
Medium0
Low0

Added Methods (4)


spark-sql_2.10-1.3.0.jar, SQLContext.class
package org.apache.spark.sql
SQLContext.cacheManager ( )  :  CacheManager
SQLContext.checkAnalysis ( )  :  catalyst.analysis.CheckAnalysis
SQLContext.createDataFrame ( org.apache.spark.api.java.JavaRDD<Row> rowRDD, java.util.List<String> columns )  :  DataFrame
SQLContext.ddlParser ( )  :  sources.DDLParser

to the top

Removed Methods (61)


spark-mllib_2.10-1.5.0.jar, AttributeGroup.class
package org.apache.spark.ml.attribute
AttributeGroup.AttributeGroup ( String name, int numAttributes )
AttributeGroup.AttributeGroup ( String name, Attribute[ ] attrs )
AttributeGroup.toMetadata ( )  :  org.apache.spark.sql.types.Metadata

spark-mllib_2.10-1.5.0.jar, NominalAttribute.class
package org.apache.spark.ml.attribute
NominalAttribute.withName ( String name )  :  NominalAttribute
NominalAttribute.withValues ( String[ ] values )  :  NominalAttribute

spark-sql_2.10-1.5.0.jar, BaseRelation.class
package org.apache.spark.sql.sources
BaseRelation.needConversion ( )  :  boolean

spark-sql_2.10-1.5.0.jar, DataFrameReader.class
package org.apache.spark.sql
DataFrameReader.DataFrameReader ( SQLContext sqlContext )
DataFrameReader.format ( String source )  :  DataFrameReader
DataFrameReader.isTraceEnabled ( )  :  boolean
DataFrameReader.jdbc ( String url, String table, java.util.Properties properties )  :  DataFrame
DataFrameReader.jdbc ( String url, String table, String columnName, long lowerBound, long upperBound, int numPartitions, java.util.Properties connectionProperties )  :  DataFrame
DataFrameReader.jdbc ( String url, String table, String[ ] predicates, java.util.Properties connectionProperties )  :  DataFrame
DataFrameReader.json ( org.apache.spark.api.java.JavaRDD<String> jsonRDD )  :  DataFrame
DataFrameReader.json ( org.apache.spark.rdd.RDD<String> jsonRDD )  :  DataFrame
DataFrameReader.json ( String path )  :  DataFrame
DataFrameReader.load ( )  :  DataFrame
DataFrameReader.load ( String path )  :  DataFrame
DataFrameReader.log ( )  :  org.slf4j.Logger
DataFrameReader.logDebug ( scala.Function0<String> msg )  :  void
DataFrameReader.logDebug ( scala.Function0<String> msg, Throwable throwable )  :  void
DataFrameReader.logError ( scala.Function0<String> msg )  :  void
DataFrameReader.logError ( scala.Function0<String> msg, Throwable throwable )  :  void
DataFrameReader.logInfo ( scala.Function0<String> msg )  :  void
DataFrameReader.logInfo ( scala.Function0<String> msg, Throwable throwable )  :  void
DataFrameReader.logName ( )  :  String
DataFrameReader.logTrace ( scala.Function0<String> msg )  :  void
DataFrameReader.logTrace ( scala.Function0<String> msg, Throwable throwable )  :  void
DataFrameReader.logWarning ( scala.Function0<String> msg )  :  void
DataFrameReader.logWarning ( scala.Function0<String> msg, Throwable throwable )  :  void
DataFrameReader.option ( String key, String value )  :  DataFrameReader
DataFrameReader.options ( java.util.Map<String,String> options )  :  DataFrameReader
DataFrameReader.options ( scala.collection.Map<String,String> options )  :  DataFrameReader
DataFrameReader.orc ( String path )  :  DataFrame
DataFrameReader.org.apache.spark.Logging..log_ ( )  :  org.slf4j.Logger
DataFrameReader.org.apache.spark.Logging..log__.eq ( org.slf4j.Logger p1 )  :  void
DataFrameReader.parquet ( scala.collection.Seq<String> paths )  :  DataFrame
DataFrameReader.parquet ( String... paths )  :  DataFrame
DataFrameReader.schema ( types.StructType schema )  :  DataFrameReader
DataFrameReader.table ( String tableName )  :  DataFrame

spark-sql_2.10-1.5.0.jar, SQLContext.class
package org.apache.spark.sql
SQLContext.cacheManager ( )  :  execution.CacheManager
SQLContext.createDataFrame ( org.apache.spark.rdd.RDD<Row> rowRDD, types.StructType schema, boolean needsConversion )  :  DataFrame
SQLContext.createSession ( )  :  SQLContext.SQLSession
SQLContext.currentSession ( )  :  SQLContext.SQLSession
SQLContext.ddlParser ( )  :  execution.datasources.DDLParser
SQLContext.defaultSession ( )  :  SQLContext.SQLSession
SQLContext.detachSession ( )  :  void
SQLContext.dialectClassName ( )  :  String
SQLContext.getConf ( SQLConf.SQLConfEntry<T> entry )  :  T
SQLContext.getConf ( SQLConf.SQLConfEntry<T> entry, T defaultValue )  :  T
SQLContext.getOrCreate ( org.apache.spark.SparkContext p1 ) [static]  :  SQLContext
SQLContext.getSQLDialect ( )  :  catalyst.ParserDialect
SQLContext.internalCreateDataFrame ( org.apache.spark.rdd.RDD<catalyst.InternalRow> catalystRows, types.StructType schema )  :  DataFrame
SQLContext.listener ( )  :  execution.ui.SQLListener
SQLContext.openSession ( )  :  SQLContext.SQLSession
SQLContext.range ( long end )  :  DataFrame
SQLContext.range ( long start, long end )  :  DataFrame
SQLContext.range ( long start, long end, long step, int numPartitions )  :  DataFrame
SQLContext.read ( )  :  DataFrameReader
SQLContext.setConf ( SQLConf.SQLConfEntry<T> entry, T value )  :  void
SQLContext.setSession ( SQLContext.SQLSession session )  :  void
SQLContext.tlSession ( )  :  ThreadLocal<SQLContext.SQLSession>

to the top

Problems with Data Types, High Severity (4)


spark-mllib_2.10-1.5.0.jar
package org.apache.spark.ml.attribute
[+] AttributeGroup (1)
[+] NominalAttribute (1)

spark-sql_2.10-1.5.0.jar
package org.apache.spark.sql
[+] DataFrameReader (1)
[+] SQLConf (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 Dec 22 16:37:35 2015 for cookie-datasets_2.10-0.1.0 by Java API Compliance Checker 1.4.1  
A tool for checking backward compatibility of a Java library API