I discovered with what kylin was trying to connect at these point and I fixed it. These error was about yarn rosource manager. Now my cube is build but when I ran the query I don not have any result. If I run the query inside hive I have the results.
This is the query i got it form your tutorial select part_dt, sum(price) as total_selled, count(distinct seller_id) as sellers from kylin_sales group by part_dt order by part_dt; -- View this message in context: http://apache-kylin.74782.x6.nabble.com/version-compability-tp5636p5690.html Sent from the Apache Kylin mailing list archive at Nabble.com.
