JoeShi / kafka-realtime-data-processing

MIT License
0 stars 2 forks source link

为什么配置了 hue.ini 中的database, oozie 的任务就会被保留下来 #15

Open JoeShi opened 5 years ago

JoeShi commented 5 years ago
      {
        "Classification": "desktop",
        "Properties": {},
        "Configurations": [
          {
            "Classification": "database",
            "Properties": {
              "name": "huedb",
              "user": "username",
              "password": "password",
              "host": "shiheng.cluster-ccydswq08f7k.rds.cn-northwest-1.amazonaws.com.cn",
              "port": "3306",
              "engine": "mysql"
            },
            "Configurations": []
          }
        ]
      }

在 emr 的 configuration 中增加了如上内容,启动的时候会自动配置hue 的外部 MySQL. 但并没有按照 https://docs.aws.amazon.com/emr/latest/ReleaseGuide/oozie-rds.html 配置外部MySQL.

  1. 为什么oozie 的workflow 等内容会被保留下来,但是在 MYSQL 中所有 oozie 开头的表都没有找到内容?
  2. 如上 oozie-site 中配置的外部 MySQL 到底起什么作用?