You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Taewoo Kim (JIRA)" <ji...@apache.org> on 2016/08/10 23:56:20 UTC

[jira] [Updated] (ASTERIXDB-1569) The configuration file should support byte units (KB, MB, GB ...).

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

Taewoo Kim updated ASTERIXDB-1569:
----------------------------------
    Description: 
In the asterix-configuration.xml file, we set bytes for some settings (e.g., compiler.sortmemory). It would be more convenient if a user can specify byte units in the number like the following:

compiler.sortmemory = 5242880
compiler.sortmemory = 5,242,880
compiler.sortmemory = 5120kb
compiler.sortmemory = 5120KB
compiler.sortmemory = 5,120KB
compiler.sortmemory = 5MB
compiler.sortmemory = 5mb
compiler.sortmemory = 0.5GB


  was:
In the asterix-configuration.xml file, we set bytes for some settings (e.g., compiler.sortmemory). It would be more convenient if a user can specify byte units in the number like the following:

compiler.sortmemory = 5242880
compiler.sortmemory = 5,242,880
compiler.sortmemory = 5120kb
compiler.sortmemory = 5120KB
compiler.sortmemory = 5,120KB
compiler.sortmemory = 5MB
compiler.sortmemory = 5mb




> The configuration file should support byte units (KB, MB, GB ...).
> ------------------------------------------------------------------
>
>                 Key: ASTERIXDB-1569
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1569
>             Project: Apache AsterixDB
>          Issue Type: Improvement
>            Reporter: Taewoo Kim
>            Assignee: Taewoo Kim
>
> In the asterix-configuration.xml file, we set bytes for some settings (e.g., compiler.sortmemory). It would be more convenient if a user can specify byte units in the number like the following:
> compiler.sortmemory = 5242880
> compiler.sortmemory = 5,242,880
> compiler.sortmemory = 5120kb
> compiler.sortmemory = 5120KB
> compiler.sortmemory = 5,120KB
> compiler.sortmemory = 5MB
> compiler.sortmemory = 5mb
> compiler.sortmemory = 0.5GB



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