Pat Alwell
Pat Alwell
Ok great thanks @skmcgrail let me take a look!
I tried Node V16, still get a the same error on my mac. ``` Error --------------------------------------------------- Error: `docker run --rm -v /Users/patalwell/Library/Caches/serverless-python-requirements/f4b4cffcac01d03e573bc9fb87d6d9e96378ee0b2e232c53d182e16ca5364748_x86_64_slspyc:/var/task:z -v /Users/patalwell/Library/Caches/serverless-python-requirements/downloadCacheslspyc:/var/useDownloadCache:z -e AWS_CA_BUNDLE=/Users/patalwell/Certificates/ca_bundle.pem -u 0 lambci/lambda:build-python3.7 /bin/sh...
Tried with python 3.7 and python3.8, still same issue. ``` provider: name: aws runtime: python3.8 | python3.7 # lambci/lambda:build-python3.8 ``` Defaults to container for lambda builds and runtime selected.
@pgrzesik let me try to use your config params. I'm not sure non-linux would work with serverless since lambda inherently uses a linux OS. Glad to see Docker community has...
@pgrzesik tested your params, same issues. What does your package.json look like?
Looks like you have a symlink or dependecy issue > I tried running the `docker run` command and it gives me the following error: > > Maybe it's something related...
Fixed HDFS permission issues on line 69 of tpcds_gen.sh script.
@yuliu-sn thanks!