rashid-1989

Results 8 comments of rashid-1989

Update: Please note that I am able to run it locally with eclipse and solr installed on my windows machine. The Exception occurs while submitting it on hadoop cluster using...

Thanks @kiranchitturi . Got the rid of above exception by adding the spark-solr shaded jar in spark-submit command. However, the Job is not able to locate any of the solr...

Hi, I am using below code to write a Dataframe to hbase table: import java.util.HashMap; import java.util.Map; import org.apache.spark.SparkContext; import org.apache.spark.sql.Dataset; import org.apache.spark.sql.SQLContext; import org.apache.spark.sql.SparkSession; import org.apache.spark.sql.execution.datasources.hbase.HBaseTableCatalog; public class connTest...

@weiqingy Could you please suggest if i am missing something here?

Please refer the about snippet followed by the exception. Thats the code I am trying to execute.

@louisliu318 do you need any additional details on the above?

I am stuck here. Can someone please suggest?