You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Benvorth <gi...@git.apache.org> on 2018/10/18 08:56:28 UTC

[GitHub] storm issue #2883: fix(JDBC): Syntax error on INSERT

Github user Benvorth commented on the issue:

    https://github.com/apache/storm/pull/2883
  
    Apache Phoenix does not provide an INSERT statement. Instead UPSERT is the only way to insert data to HBase via Phoenix. 


---