You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/11/29 11:11:14 UTC

[GitHub] [hbase-connectors] ravowlga123 opened a new pull request #50: HBASE-23348 Spark's createTable method throws an exception while the table is being split

ravowlga123 opened a new pull request #50: HBASE-23348 Spark's createTable method throws an exception while the table is being split
URL: https://github.com/apache/hbase-connectors/pull/50
 
 
   HBaseRelation.createTable checks table existence with HBaseAdmin.isTableAvailable method in DefaultSource.scala (createTable). This is unfortunate, because it can return false while splitting, so createTable will fail. It should use tableExists.

----------------------------------------------------------------
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