[
https://issues.apache.org/jira/browse/HBASE-10869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amit Kabra updated HBASE-10869:
-------------------------------
Description:
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`
was:
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 `LocalFileSyst
> 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: @deprecated Yi Deng
> Priority: Minor
> Labels: test
> 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.3.4#6332)