[
https://issues.apache.org/jira/browse/KYLIN-3613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647539#comment-16647539
]
powerinf commented on KYLIN-3613:
---------------------------------
[~Shaofengshi]
$ hbase shell
2018-10-12 14:32:00,378 INFO [main] Configuration.deprecation
(Configuration.java:warnOnceIfDeprecated(1174)) - hadoop.native.lib is
deprecated. Instead, use io.native.lib.available
HBase Shell; enter 'help<RETURN>' for list of supported commands.
Type "exit<RETURN>" to leave the HBase Shell
Version 1.2.0-cdh5.8.3, rUnknown, Wed Oct 12 20:28:39 PDT 2016
hbase(main):001:0> describe 'kylin_test:KYLIN_test_36XHMDVWGR'
Table kylin_test:KYLIN_test_36XHMDVWGR is ENABLED
kylin_test:KYLIN_test_36XHMDVWGR, {TABLE_ATTRIBUTES => {coprocessor$1 =>
'|org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint|1073741823|',
coprocessor$2 => 'hdfs://
cphbase/user/protravel/kylin_test/kylin_test-kylin_metadata/coprocessor/kylin-coprocessor-2.4.0-0.jar|org.apache.kylin.storage.hbase.cube.v2.coprocessor.endpoint.CubeVisitServic
e|1001|', METADATA => {'CREATION_TIME' => '1537870040616', 'GIT_COMMIT' =>
'b450cc52f976ddafba7c6625d2440670af94332b;', 'KYLIN_HOST' =>
'kylin_test:kylin_metadata', 'OWNER' => '
[email protected]', 'SEGMENT' =>
'city_day_cube[20180802000000_20180902235959]', 'SPLIT_POLICY' =>
'org.apache.hadoop.hbase.regionserver.DisabledRegionSplitPolicy', 'USER'
=> 'ADMIN'}}
COLUMN FAMILIES DESCRIPTION
{NAME => 'F1', DATA_BLOCK_ENCODING => 'FAST_DIFF', BLOOMFILTER => 'NONE',
REPLICATION_SCOPE => '0', VERSIONS => '1', COMPRESSION => 'NONE', MIN_VERSIONS
=> '0', TTL => 'FOREVER'
, KEEP_DELETED_CELLS => 'FALSE', BLOCKSIZE => '65536', IN_MEMORY => 'false',
BLOCKCACHE => 'true'}
1 row(s) in 0.7540 seconds
> Kylin with Standalone HBase Cluster (enabled kerberos) could not find the
> main cluster namespace at "Create HTable" step
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: KYLIN-3613
> URL: https://issues.apache.org/jira/browse/KYLIN-3613
> Project: Kylin
> Issue Type: Bug
> Components: Environment
> Affects Versions: v2.4.0
> Reporter: powerinf
> Priority: Major
> Attachments: Kylin_standalone_hbase.log
>
>
> I deployed two hadoop cluster(also enabled kerberos ,with cross-realm trust)
> the main cluster and hbase cluster,Kylin Server can access both clusters
> using hdfs shell with fully qualifiered path ,can submit MR job to main
> cluster, and can use hive shell to access data warehouse
> on Kylin Server, the configurations of hadoop and hive points to main
> cluster,and can access hbase cluster using hbase shell.
> when I build the cube, at "Create HTable" step, it reported the error
> "java.net.UnknownHostException: ctyunbigdata Set hbase.table.sanity.checks to
> false
> at conf or table descriptor if you want to bypass sanity checks",but after I
> restart Kylin serer , resume it can run normally,Why?
> more detail message on Kylin_standalone_hbase.log
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)