Closed ZacBlanco closed 8 years ago
There's a command listed in section 7 (Spark Section) of Hello HDP. The command no longer works due to it being outdated.
risk_factor_spark.saveAsOrcFile("risk_factor_spark")
Should be changed to
risk_factor_spark.write.orc("risk_factor_spark")
Fixed with commit b856bc84989b1f5ab2252d89b9ab4b5a70f66ee6
There's a command listed in section 7 (Spark Section) of Hello HDP. The command no longer works due to it being outdated.
Should be changed to