Skip to content

Commit ae81ab7

Browse files
committed
We don't need hive support for windows anymore yaaay
1 parent f837e00 commit ae81ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/com/high-performance-spark-examples/dataframe/HappyPandas.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object HappyPandas {
2626
def sparkSession(): SparkSession = {
2727
//tag::createSparkSession[]
2828
val session = SparkSession.builder()
29-
.enableHiveSupport()
29+
//.enableHiveSupport() -- try disabling this
3030
.getOrCreate()
3131
// Import the implicits, unlike in core Spark the implicits are defined
3232
// on the context.

0 commit comments

Comments
 (0)