[
https://issues.apache.org/jira/browse/KUDU-2857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17155608#comment-17155608
]
ASF subversion and git services commented on KUDU-2857:
-------------------------------------------------------
Commit 341605597f7ed1ab7a36bfefb2e181102c173302 in kudu's branch
refs/heads/master from Grant Henke
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=3416055 ]
[docker] KUDU-2857: Rewrite docker build script in python
This patch rewrites the Docker script in Python while maintaining the
same functionality. Not only will this make future development easier,
but it makes usage more intuitive as well.
Now instead of using environment variables, flags are used to
configure the build. Additionally the flags are validated against
valid values and `--help` output is available to show all the options.
I also added basic resource validation checks to ensure users have
configured enough CPU and memory resources to have a successful
build and fail fast if they don’t.
Change-Id: Ie678967a6b64f53682c636b8d1cdcb2f5467e608
Reviewed-on: http://gerrit.cloudera.org:8080/16161
Reviewed-by: Attila Bukor <[email protected]>
Tested-by: Kudu Jenkins
Reviewed-by: Alexey Serbin <[email protected]>
> Rewrite docker build script in python
> -------------------------------------
>
> Key: KUDU-2857
> URL: https://issues.apache.org/jira/browse/KUDU-2857
> Project: Kudu
> Issue Type: Improvement
> Reporter: Grant Henke
> Assignee: Grant Henke
> Priority: Major
> Labels: build, docker
>
> The docker build bash script has gotten sufficiently complicated that it
> should be rewritten in python.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)