I am specifically running this example from datafusion. I get this error
我专门在北京运行这个例子。我得到这个错误
Error: ObjectStore(Generic { store: "S3", source: Error { retries: 0, message: "No Body", source: Some(reqwest::Error { kind: Status(403), url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("s3.us-east-1.amazonaws.com")), port: None, path: "/nyc-tlc/csv_backup/yellow_tripdata_2022-02.csv", query: None, fragment: None } }), status: Some(403) } })
I populated my AWS access key and secret access key - no mispelling.
我填写了我的AWS访问密钥和秘密访问密钥-没有拼写错误。
Was anyone able to run this specific example from datafusion?
有没有人能从数据挖掘中运行这个特定的例子?
git clone https://github.com/apache/arrow-datafusion
cd arrow-datafusion
# Download test data
git submodule update --init
# Run the `csv_sql` example:
# ... use the equivalent for other examples
cargo run --example query-aws-s3
更多回答
Please include a minimal reproducible example within the post. While you can leave the link, it being the sole source of necessary information is not enough for several reasons.
请在帖子中包含一个最小的可重现的例子。虽然你可以离开链接,但由于以下几个原因,它是必要信息的唯一来源是不够的。
优秀答案推荐
我是一名优秀的程序员,十分优秀!