Binary compatibility report for the hivemall-spark-0.0.3 library  between 1.4.0 and 1.3.0 versions   (relating to the portability of client application hivemall-spark-0.0.3.jar)

Test Info


Library Namehivemall-spark-0.0.3
Version #11.4.0
Version #21.3.0
Java Version1.7.0_75

Test Results


Total Java ARchives3
Total Methods / Classes329 / 1294
VerdictIncompatible
(22.2%)

Problem Summary


SeverityCount
Added Methods-10
Removed MethodsHigh59
Problems with
Data Types
High3
Medium0
Low3
Problems with
Methods
High0
Medium0
Low0

Added Methods (10)


spark-hive_2.10-1.3.0.jar, HiveContext.class
package org.apache.spark.sql.hive
HiveContext.conf ( )  :  org.apache.spark.sql.SQLConf
HiveContext.ddlParserWithHiveQL ( )  :  org.apache.spark.sql.sources.DDLParser
HiveContext.outputBuffer ( )  :  java.io.OutputStream
HiveContext.runHive ( String cmd, int maxRows )  :  scala.collection.Seq<String>
HiveContext.sessionState ( )  :  org.apache.hadoop.hive.ql.session.SessionState
HiveContext.sql ( String sqlText )  :  org.apache.spark.sql.DataFrame

spark-sql_2.10-1.3.0.jar, GroupedData.class
package org.apache.spark.sql
GroupedData.GroupedData ( DataFrame df, scala.collection.Seq<catalyst.expressions.Expression> groupingExprs )

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

to the top

Removed Methods (59)


spark-hive_2.10-1.4.0.jar, HiveContext.class
package org.apache.spark.sql.hive
HiveContext.configure ( )  :  scala.collection.immutable.Map<String,String>
HiveContext.convertMetastoreParquetWithSchemaMerging ( )  :  boolean
HiveContext.createSession ( )  :  HiveContext.SQLSession
HiveContext.createSession ( )  :  org.apache.spark.sql.SQLContext.SQLSession
HiveContext.dialectClassName ( )  :  String
HiveContext.executionHive ( )  :  client.ClientWrapper
HiveContext.HIVE_METASTORE_JARS ( ) [static]  :  String
HiveContext.HIVE_METASTORE_VERSION ( ) [static]  :  String
HiveContext.hiveExecutionVersion ( ) [static]  :  String
HiveContext.hiveMetastoreBarrierPrefixes ( )  :  scala.collection.Seq<String>
HiveContext.hiveMetastoreJars ( )  :  String
HiveContext.hiveMetastoreSharedPrefixes ( )  :  scala.collection.Seq<String>
HiveContext.hiveMetastoreVersion ( )  :  String
HiveContext.metadataHive ( )  :  client.ClientInterface
HiveContext.newTemporaryConfiguration ( ) [static]  :  scala.collection.immutable.Map<String,String>
HiveContext.substitutor ( )  :  org.apache.hadoop.hive.ql.parse.VariableSubstitution

spark-hive_2.10-1.4.0.jar, HiveFunctionWrapper.class
package org.apache.spark.sql.hive
HiveFunctionWrapper.deserializeObjectByKryo ( com.esotericsoftware.kryo.Kryo kryo, java.io.InputStream in, Class<?> clazz, scala.reflect.ClassTag<T> p4 )  :  T
HiveFunctionWrapper.serializeObjectByKryo ( com.esotericsoftware.kryo.Kryo kryo, Object plan, java.io.OutputStream out )  :  void

spark-hive_2.10-1.4.0.jar, HiveGenericUdtf.class
package org.apache.spark.sql.hive
HiveGenericUdtf.HiveGenericUdtf ( HiveFunctionWrapper funcWrapper, scala.collection.Seq<org.apache.spark.sql.catalyst.expressions.Expression> children )

spark-sql_2.10-1.4.0.jar, DataFrame.class
package org.apache.spark.sql
DataFrame.coalesce ( int numPartitions )  :  DataFrame
DataFrame.cube ( Column... cols )  :  GroupedData
DataFrame.cube ( scala.collection.Seq<Column> cols )  :  GroupedData
DataFrame.cube ( String col1, scala.collection.Seq<String> cols )  :  GroupedData
DataFrame.cube ( String col1, String... cols )  :  GroupedData
DataFrame.describe ( scala.collection.Seq<String> cols )  :  DataFrame
DataFrame.describe ( String... cols )  :  DataFrame
DataFrame.drop ( String colName )  :  DataFrame
DataFrame.dropDuplicates ( )  :  DataFrame
DataFrame.dropDuplicates ( scala.collection.Seq<String> colNames )  :  DataFrame
DataFrame.dropDuplicates ( String[ ] colNames )  :  DataFrame
DataFrame.join ( DataFrame right, String usingColumn )  :  DataFrame
DataFrame.na ( )  :  DataFrameNaFunctions
DataFrame.DataFrame..logicalPlanToDataFrame ( catalyst.plans.logical.LogicalPlan logicalPlan )  :  DataFrame
DataFrame.randomSplit ( double[ ] weights )  :  DataFrame[ ]
DataFrame.randomSplit ( double[ ] weights, long seed )  :  DataFrame[ ]
DataFrame.randomSplit ( scala.collection.immutable.List<Object> weights, long seed )  :  DataFrame[ ]
DataFrame.rollup ( Column... cols )  :  GroupedData
DataFrame.rollup ( scala.collection.Seq<Column> cols )  :  GroupedData
DataFrame.rollup ( String col1, scala.collection.Seq<String> cols )  :  GroupedData
DataFrame.rollup ( String col1, String... cols )  :  GroupedData
DataFrame.stat ( )  :  DataFrameStatFunctions
DataFrame.write ( )  :  DataFrameWriter

spark-sql_2.10-1.4.0.jar, GroupedData.class
package org.apache.spark.sql
GroupedData.apply ( DataFrame p1, scala.collection.Seq<catalyst.expressions.Expression> p2, GroupedData.GroupType p3 ) [static]  :  GroupedData
GroupedData.GroupedData ( DataFrame df, scala.collection.Seq<catalyst.expressions.Expression> groupingExprs, GroupedData.GroupType groupType )

spark-sql_2.10-1.4.0.jar, SQLConf.class
package org.apache.spark.sql
SQLConf.dataFrameRetainGroupColumns ( )  :  boolean

spark-sql_2.10-1.4.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.defaultSession ( )  :  SQLContext.SQLSession
SQLContext.detachSession ( )  :  void
SQLContext.dialectClassName ( )  :  String
SQLContext.getOrCreate ( org.apache.spark.SparkContext p1 ) [static]  :  SQLContext
SQLContext.getSQLDialect ( )  :  catalyst.ParserDialect
SQLContext.openSession ( )  :  SQLContext.SQLSession
SQLContext.range ( long start, long end )  :  DataFrame
SQLContext.range ( long start, long end, long step, int numPartitions )  :  DataFrame
SQLContext.read ( )  :  DataFrameReader
SQLContext.tlSession ( )  :  ThreadLocal<SQLContext.SQLSession>

to the top

Problems with Data Types, High Severity (3)


spark-sql_2.10-1.4.0.jar
package org.apache.spark.sql
[+] Column (1)
[+] SQLConf (1)

package org.apache.spark.sql.sources
[+] DDLParser (1)

to the top

Problems with Data Types, Low Severity (3)


spark-hive_2.10-1.4.0.jar
package org.apache.spark.sql.hive
[+] HiveContext (3)

to the top

Java ARchives (3)


spark-hive_2.10-1.4.0.jar
spark-mllib_2.10-1.4.0.jar
spark-sql_2.10-1.4.0.jar

to the top




Generated on Wed Jul 1 03:55:13 2015 for hivemall-spark-0.0.3 by Java API Compliance Checker 1.4.1  
A tool for checking backward compatibility of a Java library API