Apache kylin으로 큐브를 만들 수 없습니다

Apache kylin으로 큐브를 만들 수 없습니다

Apache Kylin을 Microsoft SQL 데이터 웨어하우스에 연결했는데, 큐브를 빌드하려고 하면 프로세스가 아래 오류와 함께 실패합니다.

19/06/25 15:35:54 INFO sqoop.Sqoop: Running Sqoop version: 1.4.7.3.0.1.0-187
19/06/25 15:35:54 WARN tool.BaseSqoopTool: Setting your password on the command-line is insecure. Consider using -P instead.
19/06/25 15:35:54 WARN sqoop.ConnFactory: Parameter --driver is set to an explicit driver however appropriate connection manager is not being set (via --connection-manager). Sqoop is going to fall back to org.apache.sqoop.manager.GenericJdbcManager. Please specify explicitly which connection manager should be used next time.
19/06/25 15:35:54 INFO manager.SqlManager: Using default fetchSize of 1000
19/06/25 15:35:54 INFO tool.CodeGenTool: Beginning code generation
19/06/25 15:35:55 INFO manager.SqlManager: Executing SQL statement: SELECT `V_FACTTRANSACTION_CUBE`.`CUSTOMERFK` as `V_FACTTRANSACTION_CUBE_CUSTOMERFK`
...
19/06/25 15:35:55 ERROR manager.SqlManager: Error executing statement: com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near '`'.
com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near '`'.

Sqoop이 일반 따옴표 대신 "`"를 사용하여 쿼리를 잘못 생성하는 것 같습니다. 올바른 구문을 사용하도록 Sqoop을 구성할 수 있는 방법이 있습니까?

많은 감사를 드립니다.

관련 정보