Spark Window Functions requires HiveContext?

前端 未结 1 1632
温柔的废话
温柔的废话 2021-01-26 15:41

I trying one example of window function on spark from this blog http://xinhstechblog.blogspot.in/2016/04/spark-window-functions-for-dataframes.html.

Getting following er

相关标签:
1条回答
  • 2021-01-26 16:08

    Depends on a version:

    • Spark 1.x -> yes
    • Spark 2.0 -> no
    0 讨论(0)
提交回复
热议问题