Member since
08-31-2016
3
Posts
0
Kudos Received
0
Solutions
02-23-2017
07:21 PM
Hi sandeep, I've seen that doc, but it just gives examples on how to build the cube once its created through the UI, but im looking to create the cube definition itself and cube mode and project from rest api instead of using kylin's UI.
... View more
02-23-2017
06:23 PM
I was trying to create a cube from scratch on HDP 2.4 sandbox using rest api with a json file of cube definition, i tried curl commands to the rest api which doesn't seem to work and i tried using their kylin client tool and even that fails to create a cube,so i am wondering if its possible to create a project, model and cube from rest api? curl -b /home/raghu/cookiefile.txt -X PUT -H 'Accept: application/json' -H 'Content-Type:application/json;charset=UTF-8' -data @/home/raghu/cube_def.json http://1.1.1.1:7070/kylin/api/cubes/test_cube/build
... View more
Labels:
- Labels:
-
Apache Hadoop