Created
June 4, 2017 20:34
-
-
Save queirozfcom/0aece2c4912017f0941a78a03de97fe9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.NullPointerException | |
at java.util.regex.Pattern.<init>(Pattern.java:1350) | |
at java.util.regex.Pattern.compile(Pattern.java:1028) | |
at scala.util.matching.Regex.<init>(Regex.scala:191) | |
at scala.collection.immutable.StringLike$class.r(StringLike.scala:255) | |
at scala.collection.immutable.StringOps.r(StringOps.scala:29) | |
at scala.collection.immutable.StringLike$class.r(StringLike.scala:244) | |
at scala.collection.immutable.StringOps.r(StringOps.scala:29) | |
at ReadSOStanfordTokenize$$anonfun$2.apply(ReadSOStanfordTokenize.scala:102) | |
at ReadSOStanfordTokenize$$anonfun$2.apply(ReadSOStanfordTokenize.scala:72) | |
at org.apache.spark.sql.catalyst.expressions.GeneratedClass$GeneratedIterator.processNext(Unknown Source) | |
at org.apache.spark.sql.execution.BufferedRowIterator.hasNext(BufferedRowIterator.java:43) | |
at org.apache.spark.sql.execution.WholeStageCodegenExec$$anonfun$8$$anon$1.hasNext(WholeStageCodegenExec.scala:377) | |
at org.apache.spark.sql.execution.datasources.FileFormatWriter$SingleDirectoryWriteTask.execute(FileFormatWriter.scala:243) | |
at org.apache.spark.sql.execution.datasources.FileFormatWriter$$anonfun$org$apache$spark$sql$execution$datasources$FileFormatWriter$$executeTask$3.apply(FileFormatWriter.scala:190) | |
at org.apache.spark.sql.execution.datasources.FileFormatWriter$$anonfun$org$apache$spar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment