You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can run the first step ok and get the count of domains in your sample material (though it does give a few errors at the beginning).
But if I try the second step to extract text it just gives me this error message:
java.lang.RuntimeException: Unsupported literal type class scala.collection.immutable.Set$Set1 Set(liberal.ca)
at org.apache.spark.sql.catalyst.expressions.Literal$.apply(literals.scala:90)
at org.apache.spark.sql.catalyst.expressions.Literal$.$anonfun$create$2(literals.scala:152)
at scala.util.Failure.getOrElse(Try.scala:222)
at org.apache.spark.sql.catalyst.expressions.Literal$.create(literals.scala:152)
at org.apache.spark.sql.functions$.typedLit(functions.scala:131)
at org.apache.spark.sql.functions$.lit(functions.scala:114)
... 59 elided
I've copied the full terminal content to the attached text file.
To Reproduce
Steps to reproduce the behavior (e.g.):
Start AUT (I use sudo docker run --rm -it -v "/home/jbickford/Desktop/AUTdata:/data" aut)
Describe the bug
I am working through the AUT walkthrough at: https://aut.docs.archivesunleashed.org/docs/toolkit-walkthrough. I used the installation instructions at: https://github.com/archivesunleashed/docker-aut#build-and-run. I am using an ubuntu-based EC2 instance.
I can run the first step ok and get the count of domains in your sample material (though it does give a few errors at the beginning).
But if I try the second step to extract text it just gives me this error message:
java.lang.RuntimeException: Unsupported literal type class scala.collection.immutable.Set$Set1 Set(liberal.ca)
at org.apache.spark.sql.catalyst.expressions.Literal$.apply(literals.scala:90)
at org.apache.spark.sql.catalyst.expressions.Literal$.$anonfun$create$2(literals.scala:152)
at scala.util.Failure.getOrElse(Try.scala:222)
at org.apache.spark.sql.catalyst.expressions.Literal$.create(literals.scala:152)
at org.apache.spark.sql.functions$.typedLit(functions.scala:131)
at org.apache.spark.sql.functions$.lit(functions.scala:114)
... 59 elided
I've copied the full terminal content to the attached text file.
To Reproduce
Steps to reproduce the behavior (e.g.):
This generates the java.lang.RuntimeException error mentioned above.
Expected behavior
As I understand it AUT should generate a folder called liberal-party-text, containing extracted text files from the sample data.
Screenshots
Attached
Environment information
AUTissue.txt
The text was updated successfully, but these errors were encountered: