bkmgit commented on pull request #11529:
URL: https://github.com/apache/arrow/pull/11529#issuecomment-951752291


   @domoritz After a bit more searching, tried found the following post, 
https://stackoverflow.com/questions/16604176/error-ebadf-bad-file-descriptor-when-running-node-using-nohup-of-forever
 which suggests using parenthesis around a nohup command to ensure node can 
read files
   ```
   (nohup env "TEST_DEFAULT=0" env "TEST_JS=1"  bash 
dev/release/verify-release-candidate.sh source 6.0.0 3 > log.out &)
   ```
   Using this tests pass.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to