如果我不使用LDAP,我能用kylin的7070端口对接tableau报表吗?

例如,kylin.properties上的ldap与ganglia与acl使用默认为空

kylin.properties:

kylin.rest.servers=10.149.14.28:7070



# The metadata store in hbase

kylin.metadata.url=kylin_metadata_v4@hbase



# The storage for final cube file in hbase

kylin.storage.url=hbase



# Temp folder in hdfs, make sure user has the right access to the hdfs directory

kylin.hdfs.working.dir=/kylin



kylin.job.mapreduce.default.reduce.input.mb=8192



# If true, job engine will not assume that hadoop CLI reside on the same server 
as it self

# you will have to specify kylin.job.remote.cli.hostname, 
kylin.job.remote.cli.username and kylin.job.remote.cli.password

kylin.job.run.as.remote.cmd=false



# Only necessary when kylin.job.run.as.remote.cmd=true

kylin.job.remote.cli.hostname=



# Only necessary when kylin.job.run.as.remote.cmd=true

kylin.job.remote.cli.username=



# Only necessary when kylin.job.run.as.remote.cmd=true

kylin.job.remote.cli.password=



# Used by test cases to prepare synthetic data for sample cube

kylin.job.remote.cli.working.dir=/data/synkylindata/kylin



# Max count of concurrent jobs running

kylin.job.concurrent.max.limit=10



# Time interval to check hadoop job status

kylin.job.yarn.app.rest.check.interval.seconds=10



# Hive database name for putting the intermediate flat tables

kylin.job.hive.database.for.intermediatetable=default



## Config for Restful APP ##

# database connection settings:

ldap.server=

ldap.username=

ldap.password=

ldap.user.searchBase=

ldap.user.searchPattern=

ldap.user.groupSearchBase=

ldap.service.searchBase=OU=

ldap.service.searchPattern=

ldap.service.groupSearchBase=

acl.adminRole=

acl.defaultRole=

ganglia.group=

ganglia.port=8664



## Config for mail service



# If true, will send email notification;

mail.enabled=false

mail.host=

mail.username=

mail.password=

mail.sender=



###########################config info for web#######################



#help info ,format{name|displayName|link} ,optional

kylin.web.help.length=4

kylin.web.help.0=start|Getting Started|

kylin.web.help.1=odbc|ODBC Driver|

kylin.web.help.2=tableau|Tableau Guide|

kylin.web.help.3=onboard|Cube Design Tutorial|

#hadoop url link ,optional

kylin.web.hadoop=

#job diagnostic url link ,optional

kylin.web.diagnostic=

#contact mail on web page ,optional

kylin.web.contact_mail=



###########################config info for front#######################



#env DEV|QA|PROD

deploy.env=DEV



###########################config info for sandbox#######################

kylin.sandbox=true





###########################config info for kylin monitor#######################

# hive jdbc url

kylin.hive.jdbc.connection.url=



#config where to parse query log,split with comma ,will also read 
$KYLIN_HOME/tomcat/logs/ by default

ext.log.base.dir = /tmp/kylin_log1,/tmp/kylin_log2



#will create external hive table to query result csv file

#will set to kylin_query_log by default if not config here

query.log.parse.result.table = kylin_query_log

kylin.job.jar=/tmp/kylin/kylin-job-1.0-incubating.jar

kylin.coprocessor.local.jar=/tmp/kylin/kylin-coprocessor-1.0-incubating.jar

[cid:[email protected]]

Reply via email to