You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Jacky Li (JIRA)" <ji...@apache.org> on 2018/01/19 06:56:00 UTC

[jira] [Created] (CARBONDATA-2057) Support specify path when creating pre-aggregate table

Jacky Li created CARBONDATA-2057:
------------------------------------

             Summary: Support specify path when creating pre-aggregate table
                 Key: CARBONDATA-2057
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2057
             Project: CarbonData
          Issue Type: Bug
            Reporter: Jacky Li
             Fix For: 1.3.0


When creating datamap of pre-aggreagate table, user should be able to specify the location of it. By using syntax:
{code:java}
CREATE DATAMAP agg ON TABLE main 
USING 'preaggregate'
DMPROPERTIES ('path'='datamap_storage_path')
AS SELECT ...
{code}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)