You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Bankim Bhavsar (Jira)" <ji...@apache.org> on 2021/07/23 20:20:00 UTC

[jira] [Updated] (KUDU-3307) Update Kudu docker entry script to take data directories parameter

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

Bankim Bhavsar updated KUDU-3307:
---------------------------------
    Description: 
Current docker entry point script, takes environment variable {{DATA_DIR}}. However it's expected to be a single directory and that's supplied as {{-fs_wal_dir}} and not as one would expect {{-fs_data_dirs}}.

https://github.com/apache/kudu/blob/master/docker/kudu-entrypoint.sh#L41

https://github.com/apache/kudu/blob/master/docker/kudu-entrypoint.sh#L57-L59

We need to make updates to the entry script to be able to supply separate configuration for data directories. Need to ensure these directories are either created in the script or possibly within kudu server.


  was:
Current docker entry point script, takes environment variable {{DATA_DIR}}. However it's expected to be a single directory and that's supplied as {{--fs_wal_dir}} and not as one would expect {{--fs_data_dirs}}.

https://github.com/apache/kudu/blob/master/docker/kudu-entrypoint.sh#L41

https://github.com/apache/kudu/blob/master/docker/kudu-entrypoint.sh#L57-L59

We need to make updates to the entry script to be able to supply separate configuration for data directories. Need to ensure these directories are either created in the script or possibly within kudu server.



> Update Kudu docker entry script to take data directories parameter
> ------------------------------------------------------------------
>
>                 Key: KUDU-3307
>                 URL: https://issues.apache.org/jira/browse/KUDU-3307
>             Project: Kudu
>          Issue Type: Improvement
>          Components: docker
>            Reporter: Bankim Bhavsar
>            Priority: Major
>
> Current docker entry point script, takes environment variable {{DATA_DIR}}. However it's expected to be a single directory and that's supplied as {{-fs_wal_dir}} and not as one would expect {{-fs_data_dirs}}.
> https://github.com/apache/kudu/blob/master/docker/kudu-entrypoint.sh#L41
> https://github.com/apache/kudu/blob/master/docker/kudu-entrypoint.sh#L57-L59
> We need to make updates to the entry script to be able to supply separate configuration for data directories. Need to ensure these directories are either created in the script or possibly within kudu server.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)