Enis Soztutar created HBASE-6824:
------------------------------------
Summary: [WINDOWS] TestClassLoading.testClassLoadingFromHDFS()
fails
Key: HBASE-6824
URL: https://issues.apache.org/jira/browse/HBASE-6824
Project: HBase
Issue Type: Bug
Affects Versions: 0.96.0, 0.94.3
Reporter: Enis Soztutar
Assignee: Enis Soztutar
Two HBase TestClassLoading unit tests failed due to a failiure in loading the
test file from HDFS:
{code}
testClassLoadingFromHDFS(org.apache.hadoop.hbase.coprocessor.TestClassLoading):
Class TestCP1 was missing on a region
testClassLoadingFromLibDirInJar(org.apache.hadoop.hbase.coprocessor.TestClassLoading):
Class TestCP1 was missing on a region
{code}
The problem is that CoprocessorHost.load() copies the jar file locally, and
schedules the local file to be deleted on exit, but calling
FileSystem.deleteOnExit(). However, the filesystem is not the file system of
the local file, it is the distributed file system, so on windows, the Path
fails.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira