|
|
|
|
|
by marginalia_nu
1087 days ago
|
|
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. |
|