In my experience, a failure in the master branch during data load indicated being out of disk space. This sometimes has manifested even when df -h shows just enough space, so this was successful for me most often when I had more than enough space.
On Fri, Jul 17, 2020 at 7:06 AM Aayush Bhan <aayushb...@gmail.com> wrote: > Hi Impala Dev Team, > > I was assigned the ticket - 5314 on jira. As a first time contributor, I > was going through the cwiki links on how to get started. So I was setting > up my development environment in a docker container. I went ahead with all > the steps that were given. So every time I try to run the > bootstrap_development script, it leads to some build errors which i'm not > able to ascertain how to fix. > > The log i'm being directed to after running the script tells me the > following - > Error in /home/impdev/Impala/testdata/bin/create-load-data.sh at line 85: > fi > > I got the following output while running the bootstrap_development script - > https://gist.github.com/aayushbhan/dee15ba212225e780196e2964d279681 > > I would really appreciate it if anyone could tell me any resources or > anything of the sort to help me fix this issue and get my development > environment set up. > > Thanks, > Aayush >