You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Dong Li (JIRA)" <ji...@apache.org> on 2016/05/11 09:26:12 UTC

[jira] [Updated] (KYLIN-1679) bin/get-properties.sh cannot get property which contains space or equals sign

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

Dong Li updated KYLIN-1679:
---------------------------
    Description: 
We have:
kylin.hive.beeline.params="-n root --hiveconf hive.security.authorization.sqlstd.confwhitelist.append='mapreduce.job.*|dfs.*' -u 'jdbc:hive2://localhost:10000'"

But:
echo `sh ${KYLIN_HOME}/bin/get-properties.sh kylin.hive.beeline.params`
> hive.security.authorization.sqlstd.confwhitelist.append

  was:
We have:
kylin.hive.beeline.params="-n root --hiveconf hive.security.authorization.sqlstd.confwhitelist.append='mapreduce.job.*|dfs.*' -u 'jdbc:hive2://localhost:10000'"

But:
> echo `sh ${KYLIN_HOME}/bin/get-properties.sh kylin.hive.beeline.params`
hive.security.authorization.sqlstd.confwhitelist.append


> bin/get-properties.sh cannot get property which contains space or equals sign
> -----------------------------------------------------------------------------
>
>                 Key: KYLIN-1679
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1679
>             Project: Kylin
>          Issue Type: Bug
>          Components: Client - CLI
>            Reporter: Dong Li
>            Assignee: Dong Li
>            Priority: Minor
>
> We have:
> kylin.hive.beeline.params="-n root --hiveconf hive.security.authorization.sqlstd.confwhitelist.append='mapreduce.job.*|dfs.*' -u 'jdbc:hive2://localhost:10000'"
> But:
> echo `sh ${KYLIN_HOME}/bin/get-properties.sh kylin.hive.beeline.params`
> > hive.security.authorization.sqlstd.confwhitelist.append



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)