You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Yi Deng (JIRA)" <ji...@apache.org> on 2014/03/29 01:07:15 UTC

[jira] [Created] (HBASE-10869) Add FS_TYPE in HBaseTestingUtility configuration

Yi Deng created HBASE-10869:
-------------------------------

             Summary: Add FS_TYPE in HBaseTestingUtility configuration
                 Key: HBASE-10869
                 URL: https://issues.apache.org/jira/browse/HBASE-10869
             Project: HBase
          Issue Type: Bug
          Components: Filesystem Integration
    Affects Versions: 0.89-fb
            Reporter: Yi Deng
            Priority: Minor
             Fix For: 0.89-fb


Motivation of doing this is two-folded:

1. local file system is more stable than `MiniDFSCluster`, so for cases only testing on HBase logic, using this may avoid unstable problems caused by DFS unstable problem.
1. Starting of local file systme is much faster.

Currently only a few of the testcases is switch to LFS mode for testing. Some other diff may switch more.

Implementaiton

For `FS_TYPE_DFS`, same as before.
For `FS_TYPE_LFS`, use `LocalFileSystem`



--
This message was sent by Atlassian JIRA
(v6.2#6252)