Swarup Das

Results 3 comments of Swarup Das

Hello @sutugin .. I've implemented your solution. However data is not getting updated in HBase. It's not even throwing any exception too. Can you suggest anything in this regard?

Hi @sutugin thanks for your help. Appreciate it. //this class is under ...org/apache/spark/sql/execution/streaming/ //path. I'm executing from IntelliJ.. package org.apache.spark.sql.execution.streaming import org.apache.spark.sql.execution.datasources.hbase.Logging import org.apache.spark.sql.sources.{DataSourceRegister, StreamSinkProvider} import org.apache.spark.sql.streaming.OutputMode import org.apache.spark.sql.{DataFrame, Row,...

@webtest444 How did you solve it? I'm facing the same issue as @alchemistsrivastava has faced. Read woks fine but write is throwing the exception. I'm using IntelliJ and Stand alone...