I'd like to compile pig in intellij, but seems doesn't work. The issue is from ParquetStorer.java
try {
init(new parquet.pig.ParquetStorer());
}
The above line can not compile, I don't find where
parquet.pig.ParquetStorer come from.
Can anyone point it to me ? Thanks
