Zhixiong Chen created KYLIN-3680:
------------------------------------
Summary: buid spark cubing failed in JDBC resource
Key: KYLIN-3680
URL: https://issues.apache.org/jira/browse/KYLIN-3680
Project: Kylin
Issue Type: Improvement
Reporter: Zhixiong Chen
I find in JdbcHiveMRInput.java , the system save flat table with TextFile.
However in SparkCubingByLayer.java, the system getFlatTableStorageFormat is
SequenceFile .It read the flat table as SequenceFile and failed.
I workaround with add property
"kylin.source.hive.flat-table-storage-format=TEXTFILE" in cube.
But I think maybe we could do it better.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)