hbase-spark module doesn't use SparkSession. So situation there is simpler :-)
On Wed, Mar 22, 2017 at 5:35 AM, Amit Sela <[email protected]> wrote: > I'm still wondering how we'll do this - it's not just different > implementations of the same Class, but a completely different concepts such > as using SparkSession in Spark 2 instead of SparkContext/StreamingContext > in Spark 1. > > On Tue, Mar 21, 2017 at 7:25 PM Ted Yu <[email protected]> wrote: > > > I have done some work over in HBASE-16179 where compatibility modules are > > created to isolate changes in Spark 2.x API so that code in hbase-spark > > module can be reused. > > > > FYI > > >
