Description
If you run "hadoop fs -put - foo", write a few lines, then ^C it from the shell, about half the time you will get a LeaseExpiredException. It seems like the shell is first calling delete() on the file, then calling close() on the stream. The close call fails since the delete call kills the lease. I saw this on trunk but my guess is that it affects 23 also.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-8633 Interrupted FsShell copies may leave tmp files
- Closed