Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve error handling with s3 and hdfs protocols #2212

Closed
vga91 opened this issue Sep 17, 2021 · 0 comments
Closed

Improve error handling with s3 and hdfs protocols #2212

vga91 opened this issue Sep 17, 2021 · 0 comments

Comments

@vga91
Copy link
Collaborator

vga91 commented Sep 17, 2021

Expected Behavior (Mandatory)

Should return apoc.util.MissingDepencencyException similarly to MongoDb and Couchbase procs.

Actual Behavior (Mandatory)

Return java.net.MalformedURLException: unknown protocol: s3 or unknown protocol: hdfs

How to Reproduce the Problem

Call any export/import/load procedure with a protocol s3 or hdfs. For example:

CALL apoc.load.csv('s3://MY_S3_URL')

Specifications (Mandatory)

Currently used versions

Versions

  • OS: Mac BigSur
  • Neo4j: 4.2.7
  • Neo4j-Apoc: 4.2.0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants