티스토리 뷰

728x90
return SparkSession
        .builder()
        .appName(appName)
        .config("spark.sql.warehouse.dir", c3.getPath())
        .config("spark.sql.crossJoin.enabled", true)
        .enableHiveSupport()
        .getOrCreate();

https://medium.com/@achilleus/https-medium-com-joins-in-apache-spark-part-2-5b038bc7455b

 

Joins in Apache Spark — Part 2

In Part 1, we have covered some basic aspects of Spark join and some basic types of joins and how do they work in spark. In this section…

medium.com

 

728x90

'공부 (@Deprecated)' 카테고리의 다른 글

[Spring] swagger except controller  (0) 2020.05.02
[Jenkins] Retry a Failed Build  (0) 2020.05.02
[Java] String format  (0) 2020.05.02
[Spring] redirect URL  (0) 2020.05.02
[Spring] request URL filter  (0) 2020.05.02
댓글