您现在的位置是:首页 > 文章详情

Apache Drill 常用Plugins配置

日期:2019-08-22点击:694

1.kafka

{
  "type":"kafka",
  "kafkaConsumerProps":{
    "bootstrap.servers":"hostname1:9092,hostname2:9092,hostname3:9092",
    "group.id":"drill-consumer"
  },
  "enabled":true
}

2.hive

{
  "type":"hive",
  "configProps":{
    "hive.metastore.uris":"thrift://hostname:9083",
    "javax.jdo.option.ConnectionURL":"jdbc:mysql://hostname:3306/hive",
    "hive.metastore.warehouse.dir":"/user/hive/warehouse",
    "fs.default.name":"hdfs://hostname:9000",
    "hive.metatore.sasl.enabled": false
  },
  "enabled":true
}

3.hbase

{
  "type":"hbase"
  "config":{
    "hbase.zookeeper.quorum": "hostname1,hostname2,hostname3",
    "hbase.zookeeper.property.clientPort": "2181"
  }
  "size.calculator.enabled": "false",
  "enabled": true
}

4.kudu

{
  "type":"kudu",
  "masterAddresses":"hostname",
  "enabled": true
}

5.openTSDB

{
  "type":"openTSDB",
  "connection":"http://hostname:10000",
  "enabled": true
}

6.mysql

{
  "type": "jdbc",
  "driver": "com.mysql.jdbc.Driver",
  "url": "jdbc:mysql://hostname:3306",
  "username": "root",
  "password": "mypassword",
  "enabled": true
}
原文链接:https://yq.aliyun.com/articles/715577
关注公众号

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。

持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。

转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。

文章评论

共有0条评论来说两句吧...

文章二维码

扫描即可查看该文章

点击排行

推荐阅读

最新文章