Forward to mailing list for further support.
---------- Forwarded message ---------- From: Abhishek Sinha <[email protected]> Date: 2015-02-22 20:20 GMT+08:00 Subject: Kylin code base help needed To: [email protected] Hey, I was looking at the Kylin code base(master) in order to understand the flow and output of each of the steps in cube building process. The first step which is "Create Intermediate hive table" can easily be understood as the table is being created in Hive. However, further down the line, "Build base cuboid" or the "N dimension cuboid" has its output being created in a "tmp" folder in HDFS. I tried opening the 'part-r-00000' but it seems that the output is encoded in some format(possibly byte array or something). Can you give me a little bit idea about the encoding technique that is being used, and possibly how to decode and get the intermediate outputs. Thanks and regards, Abhishek Sinha
