[
https://issues.apache.org/jira/browse/HBASE-6824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13460993#comment-13460993
]
Enis Soztutar commented on HBASE-6824:
--------------------------------------
Good idea. Hadoop has a mapred.local.dir, to manage local files. We can
introduce hbase.local.dir, and default to $java.io.tmpdir/hbase/. Then we can
save coprocessor jars under $hbase.local.dir/tmp/ or
$hbase.local.dir/coprocessor/jars/.
> [WINDOWS] TestClassLoading.testClassLoadingFromHDFS() fails
> -----------------------------------------------------------
>
> Key: HBASE-6824
> URL: https://issues.apache.org/jira/browse/HBASE-6824
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.94.3, 0.96.0
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
> Attachments: hbase-6824_v1-0.94.patch, hbase-6824_v1-trunk.patch
>
>
> 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