[ 
https://issues.apache.org/jira/browse/HBASE-6824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13571003#comment-13571003
 ] 

Hudson commented on HBASE-6824:
-------------------------------

Integrated in HBase-0.94-security-on-Hadoop-23 #11 (See 
[https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/11/])
    HBASE-6824. Introduce ${hbase.local.dir} and save coprocessor jars there 
(Revision 1432282)

     Result = FAILURE
enis : 
Files : 
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.java
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/MasterCoprocessorHost.java
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java
* /hbase/branches/0.94/src/main/resources/hbase-default.xml
* 
/hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
* 
/hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/coprocessor/TestClassLoading.java

                
> Introduce ${hbase.local.dir} and save coprocessor jars there
> ------------------------------------------------------------
>
>                 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
>             Fix For: 0.96.0, 0.94.5
>
>         Attachments: hbase-6824_v1-0.94.patch, hbase-6824_v1-trunk.patch, 
> hbase-6824_v2-0.94.patch, hbase-6824_v2-trunk.patch, 
> hbase-6824_v3-0.94.patch, hbase-6824_v3.patch
>
>
> We need to make the temp directory where coprocessor jars are saved 
> configurable. For this we will add hbase.local.dir configuration parameter. 
> Windows tests are failing due to the pathing problems for coprocessor jars:
> 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

Reply via email to