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

Wang Cheng updated KYLIN-2505:
------------------------------
    Description: 
In sample.sh, HARDCODE might cause beeline syntax errors.

Caution: hard code the beeline parameter by appending sample database.
    beeline ${beeline_params}"/"$sample_database -f 
${KYLIN_HOME}/sample_cube/create_sample_tables.sql  || { exit 1; }

  was:
In sample.sh, HARDCODE might cause beeline syntax errors.

#### Caution: hard code the beeline parameter by appending sample database.
    beeline ${beeline_params}"/"$sample_database -f 
${KYLIN_HOME}/sample_cube/create_sample_tables.sql  || { exit 1; }


> Remove hardcode from sample.sh to avoid beeline syntax errors
> -------------------------------------------------------------
>
>                 Key: KYLIN-2505
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2505
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Wang Cheng
>            Assignee: Wang Cheng
>            Priority: Minor
>
> In sample.sh, HARDCODE might cause beeline syntax errors.
> Caution: hard code the beeline parameter by appending sample database.
>     beeline ${beeline_params}"/"$sample_database -f 
> ${KYLIN_HOME}/sample_cube/create_sample_tables.sql  || { exit 1; }



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to