Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: File name too long when building on encrypted file system #2031

Closed
heuermh opened this issue Aug 27, 2018 · 1 comment
Closed

Error: File name too long when building on encrypted file system #2031

heuermh opened this issue Aug 27, 2018 · 1 comment
Milestone

Comments

@heuermh
Copy link
Member

heuermh commented Aug 27, 2018

$ mvn install
...
[ERROR] adam/adam-core/src/main/scala/org/bdgenomics/adam/converters/VariantContextConverter.scala:2099: error: File name too long
[ERROR] This can happen on some encrypted or legacy file systems.  Please see SI-3623 for more details.
[ERROR]                   .map(c => {
[ERROR]                          ^
[ERROR] adam/adam-core/src/main/scala/org/bdgenomics/adam/converters/VariantContextConverter.scala:2101: error: File name too long
[ERROR] This can happen on some encrypted or legacy file systems.  Please see SI-3623 for more details.
[ERROR]                       "Expected character field: %s in %s.".format(id,
[ERROR]                                                                   ^
...
[ERROR] 24 errors found

See https://issues.scala-lang.org/browse/SI-3623, spark-notebook/spark-notebook#899

@heuermh heuermh added this to the 0.24.1 milestone Sep 20, 2018
@heuermh
Copy link
Member Author

heuermh commented Sep 20, 2018

Closing as not an issue with ADAM itself.

@heuermh heuermh closed this as completed Sep 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant