You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2017/08/09 07:57:00 UTC

[jira] [Closed] (KYLIN-2492) kylin fact table is not getting incremental from hive using curl command to build?

     [ https://issues.apache.org/jira/browse/KYLIN-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shaofeng SHI closed KYLIN-2492.
-------------------------------

> kylin fact table is not getting incremental from hive using curl command to build?
> ----------------------------------------------------------------------------------
>
>                 Key: KYLIN-2492
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2492
>             Project: Kylin
>          Issue Type: Bug
>          Components: REST Service
>    Affects Versions: v1.6.0
>            Reporter: prasannaP
>            Assignee: Zhong,Jason
>
> I am working on apache kylin.But my fact table is not getting incremental data from hive, when i am using kylin Restful api's curl command.If I am doing manual build in kylin GUI then I am getting incremental data into fact table.I am using curl commands as,
> /usr/bin/curl -c /home/hdfs/.mozilla/firefox/a7ec5aak.default/cookies.sqlite -X POST -H "Authorization: Basic QURNSU46S1lMSU4 =" -H 'Content-Type: application/json' http://192.168.1.135:7070/kylin/api/user/authentication
> /usr/bin/curl -b /home/hdfs/.mozilla/firefox/a7ec5aak.default/cookies.sqlite -X PUT -H 'Content-Type: application/json' -d '{"startTime":'1425384000000', "endTime": '1488907200000', "buildType":"BUILD"}' http://192.168.1.135:7070/kylin/api/cubes/incident_analytics_cube/rebuild
> what i have to do for getting fact table incremental data also into kylin using curl command. Please suggest me.
> In kylin am i able to use join query statement without using fact table?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)