wjones127 commented on issue #12892:
URL: https://github.com/apache/arrow/issues/12892#issuecomment-1099682718
Hmm yeah that's odd. Is `focal` not the right OS name for DBR 10.1?
Might be worth trying the notebook-scoped command and see if that works.
Should at least get better logs.
I'd recomend taking the arrow package off the cluster config, and then
starting up the cluster and running:
```r
install.packages("arrow")
install.packages("arrow", repos =
"https://packagemanager.rstudio.com/all/__linux__/focal/latest")
```
And see how the time and output compare between the two. I suspect the first
is building the C++ code, while the latter (if it works) should not be.
--
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]