awesome-kyuubi / hadoop-testing

Testing Sandbox for Hadoop Ecosystem Components
Apache License 2.0
32 stars 13 forks source link

Remove copied files for building images #42

Closed yanghua closed 9 months ago

yanghua commented 9 months ago

Currently, in build-image.sh we copied some duplicated binary files for building specified images. It uses many disk spaces.

IMO, we can do a post-action to delete those files for this purpose.