You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/04/28 19:14:14 UTC

[GitHub] [spark] lhsvobodaj commented on issue #18127: [SPARK-6628][SQL][Branch-2.1] Fix ClassCastException when executing sql statement 'insert into' on hbase table

lhsvobodaj commented on issue #18127: [SPARK-6628][SQL][Branch-2.1] Fix ClassCastException when executing sql statement 'insert into' on hbase table
URL: https://github.com/apache/spark/pull/18127#issuecomment-487407430
 
 
   Hi @weiqingy @HyukjinKwon 
   
   I'm also getting the `java.lang.ClassCastException: org.apache.hadoop.hive.hbase.HiveHBaseTableOutputFormat cannot be cast to org.apache.hadoop.hive.ql.io.HiveOutputFormat` error when trying to write to a Hive external table stored in HBase.
   
   I was checking the code in this pull request, and I couldn't find it merged in any branch/tag. I notice that starting from version `2.2.0` the code has been moved to a class called `HiveFileFormat.scala`. 
   
   Is this pull request necessary to fix the issue? If so, is there any temporary workaround?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org