Hi there! I wanted to build a cube and I have a log like that in "#4 Step Name: Build Dimension Dictionary":
"java.lang.IllegalStateException: The table: AUTORSHIP Dup key found, key=[13142], value1=[13142,1088], value2=[13142,1918]". I have tables BOOK and AUTHOR. Connection between BOOK and AUTHOR is "n to n", so I created a table AUTORHSIP between them, to make 1:n and n:1 connections. And that's like that here... Assumptions: One AUTHOR can have more than 1 book and 1 BOOK could be written more than 1 author, so I just created an artificial table between them (AUTORSHIP). Where may I repair that? Thanks in advance, Bart -- View this message in context: http://apache-kylin.74782.x6.nabble.com/Multiple-keys-tp8616.html Sent from the Apache Kylin mailing list archive at Nabble.com.
