Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-3758 Flink Cube Build Engine
  3. KYLIN-3949

Support flink engine type in the whole project

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Flink Engine
    • None

    Description

      There are only two cubing engines before. So, there are some code snippet like this : 

      String specifiedEngineType = System.getProperty("engineType");
      if (StringUtils.isNotEmpty(specifiedEngineType)) {
          engineType = Integer.parseInt(specifiedEngineType);
      } else {
          engineType = 2;
      }
      

      Since we have provided the third cubing flink engine, the code snippet above would cause wrong value. This issue used to track this problem and fix it.

       

      Attachments

        Activity

          People

            yanghua vinoyang
            yanghua vinoyang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: