Hacker News new | ask | show | jobs
by joebiden2 1087 days ago
That's ChatGPT-4's response to that question: https://chat.openai.com/share/72d490a9-2b2a-4120-9bb0-3a59d4...

I briefly checked if the mentioned dependencies exist (they do). Too late over here to actually try the code.

1 comments

  Main.java:27:33
  java: org.apache.parquet.io.OutputFile is abstract; cannot be instantiated

  Main.java:29:17
  java: cannot access org.apache.hadoop.fs.Path
    class file for org.apache.hadoop.fs.Path not found
It basically solves the problem by not importing hadoop dependencies (despite needing to), and hallucinating classes.