Spark:How we access in memory table in other sessions.

后端 未结 1 715
隐瞒了意图╮
隐瞒了意图╮ 2021-01-29 15:04

I am new in Spark, So i want to know how we access in memory table in other spark scala shell session.

Thanks in advance!

1条回答
  •  有刺的猬
    2021-01-29 15:17

    So that's not currently supported. If you want to share RDD's between jobs you should take a look at either IBM's Spark Kernel project or the Ooyola Spark Job Server which allows for sharing a Spark Context between multiple applications.

    0 讨论(0)
提交回复
热议问题