We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f837e00 commit ae81ab7Copy full SHA for ae81ab7
core/src/main/scala/com/high-performance-spark-examples/dataframe/HappyPandas.scala
@@ -26,7 +26,7 @@ object HappyPandas {
26
def sparkSession(): SparkSession = {
27
//tag::createSparkSession[]
28
val session = SparkSession.builder()
29
- .enableHiveSupport()
+ //.enableHiveSupport() -- try disabling this
30
.getOrCreate()
31
// Import the implicits, unlike in core Spark the implicits are defined
32
// on the context.
0 commit comments