seems HDP has issues, add known diff first
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/fcc9325f Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/fcc9325f Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/fcc9325f Branch: refs/heads/master Commit: fcc9325f789364568ff772a3527ce19116e160e2 Parents: ad05d5c Author: Liu Ming <[email protected]> Authored: Sun Apr 22 01:52:09 2018 -0400 Committer: Liu Ming <[email protected]> Committed: Sun Apr 22 01:52:09 2018 -0400 ---------------------------------------------------------------------- core/sql/regress/seabase/DIFF002.KNOWN | 48 +++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/fcc9325f/core/sql/regress/seabase/DIFF002.KNOWN ---------------------------------------------------------------------- diff --git a/core/sql/regress/seabase/DIFF002.KNOWN b/core/sql/regress/seabase/DIFF002.KNOWN new file mode 100644 index 0000000..cea6aa4 --- /dev/null +++ b/core/sql/regress/seabase/DIFF002.KNOWN @@ -0,0 +1,48 @@ +1320c1320,1323 +< --- SQL operation complete. +--- +> *** ERROR[8448] Unable to access Hbase interface. Call to ExpHbaseInterface::create() returned error HBASE_CREATE_ERROR(701). Cause: java.io.IOException: invoke set storage policy error : null +> org.TRAFODION.sql.HBaseClient.createk(HBaseClient.java:620). +> +> --- SQL operation failed with errors. +1324,1357c1327,1329 +< CREATE TABLE TRAFODION.T002SCH.CREATEOPTIONS +< ( +< A INT DEFAULT NULL +< ) +< ATTRIBUTES ALIGNED FORMAT +< HBASE_OPTIONS +< ( +< MAX_VERSIONS = '3', +< MIN_VERSIONS = '2', +< TIME_TO_LIVE = '100', +< BLOCKCACHE = 'false', +< IN_MEMORY = 'true', +< COMPRESSION = 'GZ', +< BLOOMFILTER = 'ROWCOL', +< BLOCKSIZE = '10000', +< DATA_BLOCK_ENCODING = 'DIFF', +< CACHE_BLOOMS_ON_WRITE = 'false', +< CACHE_DATA_ON_WRITE = 'false', +< CACHE_INDEXES_ON_WRITE = 'false', +< COMPACT_COMPRESSION = 'GZ', +< PREFIX_LENGTH_KEY = '10', +< EVICT_BLOCKS_ON_CLOSE = 'true', +< KEEP_DELETED_CELLS = 'false', +< REPLICATION_SCOPE = '0', +< MAX_FILESIZE = '4000000', +< COMPACT = 'true', +< DURABILITY = 'async_wal', +< MEMSTORE_FLUSH_SIZE = '2000000', +< SPLIT_POLICY = 'org.apache.hadoop.hbase.regionserver.KeyPrefixRegionSplitPolicy', +< CACHE_DATA_IN_L1 = 'false', +< HDFS_STORAGE_POLICY = 'hot', +< PREFETCH_BLOCKS_ON_OPEN = 'false' +< ) +< ; +--- +> *** ERROR[4082] Object TRAFODION.T002SCH.CREATEOPTIONS does not exist or is inaccessible. +> +> *** ERROR[8822] The statement was not prepared. +1359d1330 +< --- SQL operation complete.
