I have installed apache kylin on virtual machine and created a cube with sample data. Kylin stores the created cube on Hbase.
Now I want to query the created olap cube(Perform: drill down, roll up, slice and dice) which is present on Hbase. Is there a way to do this without using any BI tool or kylin UI. I need to basically perform OLAP operations using Java or Python or any programming languages.