java - Apache pig UnsatisfiedLinkError -
i'm getting stack trace when trying run pig job involving joining contents of snappy compressed avro file.
org.apache.hadoop.mapred.yarnchild: error running child : java.lang.unsatisfiedlinkerror org.xerial.snappy.snappynative.uncompressedlength
the weird thing running code line line in grunt works fine, , can store contents of avro file else fine.
i faced same issue, , solved replacing snappy-java-xxx.jar under $pig_home/lib latest version downloaded maven
Comments
Post a Comment