[
https://issues.apache.org/jira/browse/HIVE-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253904#comment-13253904
]
Kevin Wilfong commented on HIVE-2952:
-------------------------------------
For me, it fails while trying to process the partition part=a with the exception
[junit] org.apache.hadoop.hive.ql.metadata.HiveException: Unable to rename
output from:
pfile:/Users/kevinwilfong/Documents/old_hive/build/ql/scratchdir/hive_2012-04-13_17-01-55_592_712696764807580029/_task_tmp.-ext-10002/part=a/_tmp.000000_0
to:
pfile:/Users/kevinwilfong/Documents/old_hive/build/ql/scratchdir/hive_2012-04-13_17-01-55_592_712696764807580029/_tmp.-ext-10002/part=a/000000_0
[junit] at
org.apache.hadoop.hive.ql.exec.FileSinkOperator$FSPaths.commit(FileSinkOperator.java:202)
[junit] at
org.apache.hadoop.hive.ql.exec.FileSinkOperator$FSPaths.access$300(FileSinkOperator.java:99)
[junit] at
org.apache.hadoop.hive.ql.exec.FileSinkOperator.closeOp(FileSinkOperator.java:720)
[junit] at
org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:557)
[junit] at
org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:566)
[junit] at
org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:566)
[junit] at
org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:566)
[junit] at
org.apache.hadoop.hive.ql.exec.ExecMapper.close(ExecMapper.java:193)
[junit] at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:57)
[junit] at
org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:358)
[junit] at org.apache.hadoop.mapred.MapTask.run(MapTask.java:307)
[junit] at
org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:176)
[junit] Caused by: java.io.FileNotFoundException: File
file:/Users/kevinwilfong/Documents/old_hive/build/ql/scratchdir/hive_2012-04-13_17-01-55_592_712696764807580029/_task_tmp.-ext-10002/part=a/_tmp.000000_0
does not exist.
[junit] at
org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:361)
[junit] at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:192)
[junit] at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:142)
[junit] at
org.apache.hadoop.fs.RawLocalFileSystem.rename(RawLocalFileSystem.java:253)
[junit] at
org.apache.hadoop.fs.ChecksumFileSystem.rename(ChecksumFileSystem.java:406)
[junit] at
org.apache.hadoop.fs.FilterFileSystem.rename(FilterFileSystem.java:138)
[junit] at
org.apache.hadoop.fs.ProxyFileSystem.rename(ProxyFileSystem.java:159)
[junit] at
org.apache.hadoop.fs.FilterFileSystem.rename(FilterFileSystem.java:138)
[junit] at
org.apache.hadoop.hive.ql.exec.FileSinkOperator$FSPaths.commit(FileSinkOperator.java:196)
[junit] ... 11 more
This is the first lower case letter that is processed, and all capital letters
are processed.
FWIW I noticed that Mac is not case sensitive for directory names, but Linux
is, so this may be a clue
> escape1.q and escape2.q failing in trunk
> ----------------------------------------
>
> Key: HIVE-2952
> URL: https://issues.apache.org/jira/browse/HIVE-2952
> Project: Hive
> Issue Type: Test
> Environment: Mac OSX Lion
> Reporter: Kevin Wilfong
> Priority: Critical
>
> escape1.q and escape2.q have started failing in at least the Mac OS, but they
> succeed in Linux
> The last time I saw them succeed in Mac was on 4/11 night
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira