I install mondrian with version 3.5, and success to connect it to hive, it can work now.
But once I upgrade it to 4.3, it can't work fine any way.
update step:
download mondrian-4.3.jar, then replace the mondrian-3.5.jar with the new jar.
after upgraded, it throw some exception:
ex1: java.lang.NoClassDefFoundError: mondrian/xmla/XmlaHandler$ConnectionFactory (resolved)
ex2: java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z mondrian
and i think i will face another issues even though i resloved above.
I install mondrian with version 3.5, and success to connect it to hive, it can work now. But once I upgrade it to 4.3, it can't work fine any way. update step: download mondrian-4.3.jar, then replace the mondrian-3.5.jar with the new jar.
after upgraded, it throw some exception: ex1: java.lang.NoClassDefFoundError: mondrian/xmla/XmlaHandler$ConnectionFactory (resolved) ex2: java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z mondrian and i think i will face another issues even though i resloved above.
Anybody can give me an upgrade guide?