Dhyanandra Singh
Dhyanandra Singh
Hi, I am using spark 2.3 and hbase 2.0.0. But i am getting this error: java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/mapreduce/TableOutputFormat at org.apache.spark.sql.execution.datasources.hbase.HBaseRelation.insert(HBaseRelation.scala:180) at org.apache.spark.sql.execution.datasources.hbase.DefaultSource.createRelation(HBaseRelation.scala:61) at org.apache.spark.sql.execution.datasources.SaveIntoDataSourceCommand.run(SaveIntoDataSourceCommand.scala:45) at org.apache.spark.sql.execution.command.ExecutedCommandExec.sideEffectResult$lzycompute(commands.scala:70) at org.apache.spark.sql.execution.command.ExecutedCommandExec.sideEffectResult(commands.scala:68) at org.apache.spark.sql.execution.command.ExecutedCommandExec.doExecute(commands.scala:86) at...
Hello, I want to split my request into multiple request which will perform operation in their own tenant. so currently i'm using rest template to do that. Ex.: suppose director...
I am using openfb for facebook login and i need integration of like option in my app. how could i do that. because i didn't seen any functionality for like...