You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The document file DEVELOPMENT.md does not mention that you must install jq package to build this repository successfully, and I haven't had this package by default on my mac. For that reason, I received the error below:
Fetching EC2 instance type info to ./spark/processing/3.0/py3/aws-config/ec2-instance-type-info.json ...
./scripts/fetch-ec2-instance-type-info.sh: line 32: jq: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
make: *** [build-static-config] Error 127
To fix this on macOS, you can install jq using brew:
brew install jq
The text was updated successfully, but these errors were encountered:
The document file
DEVELOPMENT.md
does not mention that you must installjq
package to build this repository successfully, and I haven't had this package by default on my mac. For that reason, I received the error below:To fix this on macOS, you can install
jq
usingbrew
:The text was updated successfully, but these errors were encountered: