asfimport
asfimport
Mikkel Kamstrup Erlandsen ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-626?focusedCommentId=12804556&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12804556)) Status update: All tests except two are passing since commit 7e4eb7989d81e50cc81b6f33ac5fa188467f5d3e on http://github.com/mkamstrup/lucene-didyoumean : 1) TestTokenPhraseSuggester gives me a ArrayIndexOutOfBoundsException roughly half way through...
Mikkel Kamstrup Erlandsen ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-626?focusedCommentId=12805011&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12805011)) Status update: All tests pass now, since the tag 'milestone3' Missing essentials: - An on-disk backend for Dictionary and QuerySessionManager, either via JDBC or...
Karl Wettin ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-626?focusedCommentId=12805021&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12805021)) Hej Mikkel, the test case data set is on an HDD hidden away on an attic 600km away from me, but I've asked for someone...
Mikkel Kamstrup Erlandsen ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-626?focusedCommentId=12805161&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12805161)) Hej Karl, Super that you are still around! :-) Even more sweet that you are willing to try on turn up these files! Development...
Henrik Bitsch Kirk ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-626?focusedCommentId=12877775&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12877775)) I have forked Mikkels project, this is now availeble at (also at GitHup): http://github.com/hkirk/lucene-didyoumean The plan for this is more or less the same...
[e.birukov](https://issues.apache.org/jira/browse/PARQUET-860?#comment-16370053): I get the same error: This happens when I get the temporary unavailability of s3 ....FileSystemException... at org.apache.hadoop.fs.s3a.S3AUtils.translateException(S3AUtils.java:158) at org.apache.hadoop.fs.s3a.S3AOutputStream.close(S3AOutputStream.java:121) at org.apache.hadoop.fs.FSDataOutputStream$PositionCache.close(FSDataOutputStream.java:72) at org.apache.hadoop.fs.FSDataOutputStream.close(FSDataOutputStream.java:106) at org.apache.parquet.hadoop.ParquetFileWriter.end(ParquetFileWriter.java:643) when I call...
[Ryan Blue](https://issues.apache.org/jira/browse/PARQUET-860?#comment-16370317) / @rdblue: [~e.birukov], this issue is not related to the problem you're hitting. If you'd like, please open another issue for that and we can look into whether...
[e.birukov](https://issues.apache.org/jira/browse/PARQUET-860?#comment-16370435): @rdblue, You wrote "Most of the time, we assume that an exception in close is not recoverable and the entire file needs to be rewritten". This is obvious when...
[Ryan Blue](https://issues.apache.org/jira/browse/PARQUET-860?#comment-16370458) / @rdblue: The S3 file system implementation should retry and recover if it is a transient error. In general I'm skeptical that Parquet can reliably provide what you...
[e.birukov](https://issues.apache.org/jira/browse/PARQUET-860?#comment-16370498): @rdblue, thank you for detailed answer. I adapt the architecture of the application to use my stream provider to can be replayed records in case of a failure.