Beispiel #1
0
 public TestFileAppend2()
 {
     {
         DFSTestUtil.SetNameNodeLogLevel(Level.All);
         GenericTestUtils.SetLogLevel(DataNode.Log, Level.All);
         GenericTestUtils.SetLogLevel(DFSClient.Log, Level.All);
     }
 }
Beispiel #2
0
 public TestFileAppend3()
 {
     {
         DFSTestUtil.SetNameNodeLogLevel(Level.All);
         GenericTestUtils.SetLogLevel(DataNode.Log, Level.All);
         GenericTestUtils.SetLogLevel(DFSClient.Log, Level.All);
         GenericTestUtils.SetLogLevel(InterDatanodeProtocol.Log, Level.All);
     }
 }
Beispiel #3
0
 static TestHASafeMode()
 {
     DFSTestUtil.SetNameNodeLogLevel(Level.All);
     GenericTestUtils.SetLogLevel(FSImage.Log, Level.All);
 }
 private static void SetLogLevel()
 {
     ((Log4JLogger)Log).GetLogger().SetLevel(Level.All);
     GenericTestUtils.SetLogLevel(NamenodeWebHdfsMethods.Log, Level.All);
     DFSTestUtil.SetNameNodeLogLevel(Level.All);
 }
 static TestPipelinesFailover()
 {
     GenericTestUtils.SetLogLevel(LogFactory.GetLog(typeof(RetryInvocationHandler)), Level
                                  .All);
     DFSTestUtil.SetNameNodeLogLevel(Level.All);
 }
Beispiel #6
0
 static TestDNFencing()
 {
     DFSTestUtil.SetNameNodeLogLevel(Level.All);
 }
Beispiel #7
0
 static LazyPersistTestCase()
 {
     DFSTestUtil.SetNameNodeLogLevel(Level.All);
     GenericTestUtils.SetLogLevel(FsDatasetImpl.Log, Level.All);
 }
 public TestRenameWhileOpen()
 {
     {
         DFSTestUtil.SetNameNodeLogLevel(Level.All);
     }
 }
Beispiel #9
0
 private static void InitLoggers()
 {
     DFSTestUtil.SetNameNodeLogLevel(Level.All);
     GenericTestUtils.SetLogLevel(DataNode.Log, Level.All);
     GenericTestUtils.SetLogLevel(DFSClient.Log, Level.All);
 }
 public TestWebHdfsDataLocality()
 {
     {
         DFSTestUtil.SetNameNodeLogLevel(Level.All);
     }
 }
 static TestStandbyBlockManagement()
 {
     DFSTestUtil.SetNameNodeLogLevel(Level.All);
 }
 public TestFileCreationDelete()
 {
     {
         DFSTestUtil.SetNameNodeLogLevel(Level.All);
     }
 }
Beispiel #13
0
 static TestStandbyIsHot()
 {
     DFSTestUtil.SetNameNodeLogLevel(Level.All);
 }
Beispiel #14
0
 private static void InitLoggers()
 {
     DFSTestUtil.SetNameNodeLogLevel(Level.All);
     GenericTestUtils.SetLogLevel(DataNode.Log, Level.All);
     GenericTestUtils.SetLogLevel(BlockReportTestBase.Log, Level.All);
 }