| Class and Description | 
|---|
| org.apache.spark.sql.hive.HiveContext Use SparkSession.builder.enableHiveSupport instead. Since 2.0.0. | 
| org.apache.spark.sql.expressions.javalang.typed As of release 3.0.0, please use the untyped builtin aggregate functions. | 
| org.apache.spark.sql.expressions.scalalang.typed please use untyped builtin aggregate functions. Since 3.0.0. | 
| org.apache.spark.sql.expressions.UserDefinedAggregateFunction UserDefinedAggregateFunction is deprecated.
 Aggregator[IN, BUF, OUT] should now be registered as a UDF via the functions.udaf(agg) method. | 
| Constructor and Description | 
|---|
| org.apache.spark.sql.SQLContext(JavaSparkContext) Use SparkSession.builder instead. Since 2.0.0. | 
| org.apache.spark.sql.SQLContext(SparkContext) Use SparkSession.builder instead. Since 2.0.0. |