omkarahane
omkarahane
@ser0t0nin I'm also trying to connect to hbase via spark structured streaming but failing to do so, for Writing the data I'm using Spark hortonworks connector, with following code. ```...
Can anyone please provide a compiled jar with HbaseSink compiled in, I tried building the shc project but i get the error ``` HBaseRelation.scala:108: value foreach is not a member...
@sutugin Thanks for replying, I'm working on databricks platform which hosts spark 2.4.3, so I have access to ".foreachbatch" api hence above is not needed anymore.
@sutugin I'm still facing an issue, it is different form the one I mentioned above, here is the link where I have mentioned all the details, please see if you...
> > @sutugin I'm still facing an issue, it is different form the one I mentioned above, here is the link where I have mentioned all the details, please see...
> @omkarahane, maybe this will help you [#223 (comment)](https://github.com/hortonworks-spark/shc/issues/223#issuecomment-375111619) @sutugin, Thanks a lot, you pointed me in the right direction, hbase jars were missing, I have added those jars and...