I have not tried this. But in theory Kylin does not need JobHistory. However kylin keeps querying job status to the resource manager, I'm not sure if closing the JobHistoryServer has any impact on this. Any reasons for you not to start JobHistoryServer?
On Tue, Mar 22, 2016 at 4:22 PM, 天生ぉ平凡 <[email protected]> wrote: > thanks, the kylin is successful! > > > but i have a problem: > > > the hadoop2 whether require start JobHistoryServer and set > mapred-site.xml when create cube and exec build? > > > > > ------------------ 原始邮件 ------------------ > 发件人: "hongbin ma";<[email protected]>; > 发送时间: 2016年3月22日(星期二) 下午4:01 > 收件人: "dev"<[email protected]>; > > 主题: Re: kylin install > > > > It might not be Kylin's fault. can you try setting to > > > <name>hbase.zookeeper.quorum</name> > <value>bdata1,bdata2,bdata3</value> > > On Tue, Mar 22, 2016 at 3:56 PM, 天生ぉ平凡 <[email protected]> wrote: > > > this value: > > > > > > <name>hbase.zookeeper.quorum</name> > > <value>bdata1:2181,bdata2:2181,bdata3:2181</value> > > > > > > and I don't set hbase.zookeeper.property.clientPort; use default port. > > > > > > > > > > > > > > > > > > ------------------ 原始邮件 ------------------ > > 发件人: "hongbin ma";<[email protected]>; > > 发送时间: 2016年3月22日(星期二) 下午3:50 > > 收件人: "dev"<[email protected]>; > > > > 主题: Re: kylin install > > > > > > > > hi pengwei > > > > what is the value of "hbase.zookeeper.quorum" in your hbase > environment's > > hbase-site.xml? > > > > by definition it should be sth like "rs1.example.com,rs2.example.com, > > rs3.example.com,rs4.example.com,rs5.example.com" > > > > http://hbase.apache.org/0.94/book/zookeeper.html > > > > On Tue, Mar 22, 2016 at 3:34 PM, 天生ぉ平凡 <[email protected]> wrote: > > > > > Hi, i have install kylin and the env: > > > > > > > > > kylin: apache-kylin-1.3-HBase-1.1 > > > hadoop:2.6 > > > hbase:1.1.3 > > > hive:1.2.1 > > > jdk:1.7+ > > > > > > > > > Now, kylin.properties set: > > > > > > > > > kylin.rest.servers=bdata4:7070 > > > kylin.metadata.url=kylin_metadata@hbase > > > kylin.storage.url=hbase > > > > > > > > > kylin.hdfs.working.dir=hdfs://dfscluster/kylin > > > kylin.hbase.cluster.fs=hdfs://dfscluster/hbase > > > > > > > > > > > > kylin.server.mode=all > > > kylin.job.run.as.remote.cmd=false > > > > > > kylin.job.hive.database.for.intermediatetable=default > > > > > > > > > > kylin.job.jar=/u01/apache-kylin-1.3.0-bin/lib/kylin-job-1.3-SNAPSHOT.jar > > > > > > > > > kylin.coprocessor.local.jar=/u01/apache-kylin-1.3.0-bin/lib/kylin-coprocessor-1.3-SNAPSHOT.jar > > > > > > > > > > > > deploy.env=DEV > > > kylin.sandbox=true > > > > > > kylin.monitor.hive.jdbc.connection.url=hive:// > > 192.168.10.34:10000/default > > > > > > > > > start kylin, the kylin.log show error: > > > java.net.UnknownHostException: bdata3:2181: Temporary failure in name > > > resolution > > > > > > > > > I find this "INFO [Thread-9] zookeeper.ZooKeeper: Initiating client > > > connection, connectString=bdata1:2181,bdata2:2181,bdata3:2181:2181 > > > sessionTimeout=60000 > watcher=org.apache.curator.ConnectionState@2d9a9bde > > ". > > > > > > > > > the kylin default add ":2181", this is a bug? > > > > > > > > > > -- > > Regards, > > > > *Bin Mahone | 马洪宾* > > Apache Kylin: http://kylin.io > > Github: https://github.com/binmahone > > > > > > -- > Regards, > > *Bin Mahone | 马洪宾* > Apache Kylin: http://kylin.io > Github: https://github.com/binmahone > -- Regards, *Bin Mahone | 马洪宾* Apache Kylin: http://kylin.io Github: https://github.com/binmahone
