You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/02/27 22:54:20 UTC

[GitHub] [hadoop-ozone] smengcl commented on a change in pull request #610: HDDS-2929. Implement ofs://: temp directory mount

smengcl commented on a change in pull request #610: HDDS-2929. Implement ofs://: temp directory mount
URL: https://github.com/apache/hadoop-ozone/pull/610#discussion_r385418333
 
 

 ##########
 File path: hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestRootedOzoneFileSystem.java
 ##########
 @@ -113,12 +125,12 @@ public void teardown() {
 
   @Test
   public void testOzoneFsServiceLoader() throws IOException {
-    OzoneConfiguration conf = new OzoneConfiguration();
+    OzoneConfiguration cfg = new OzoneConfiguration();
 
 Review comment:
   This is due to I put another `conf` in global. So IntelliJ is complaining this `conf` inside shadows the global `conf` in this function.
   
   Anyway, will rename it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org