You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2020/03/20 03:06:45 UTC

[GitHub] [fluo-muchos] arvindshmicrosoft opened a new pull request #333: Add support for ephemeral storage in Azure clusters

arvindshmicrosoft opened a new pull request #333: Add support for ephemeral storage in Azure clusters
URL: https://github.com/apache/fluo-muchos/pull/333
 
 
   

----------------------------------------------------------------
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

[GitHub] [fluo-muchos] arvindshmicrosoft commented on a change in pull request #333: Add support for ephemeral storage in Azure clusters

Posted by GitBox <gi...@apache.org>.
arvindshmicrosoft commented on a change in pull request #333: Add support for ephemeral storage in Azure clusters
URL: https://github.com/apache/fluo-muchos/pull/333#discussion_r396632429
 
 

 ##########
 File path: docs/azure-ephemeral-disks.md
 ##########
 @@ -0,0 +1,23 @@
+Using ephemeral storage within clusters deployed by Muchos for Azure
+--------------------------------------------------------------------
+
+By default for Azure based clusters, Muchos will create 3 data disks, each of size 128GiB, attached to each VM. This provides
 
 Review comment:
   Done, I added a relevant link as well.

----------------------------------------------------------------
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

[GitHub] [fluo-muchos] keith-turner commented on a change in pull request #333: Add support for ephemeral storage in Azure clusters

Posted by GitBox <gi...@apache.org>.
keith-turner commented on a change in pull request #333: Add support for ephemeral storage in Azure clusters
URL: https://github.com/apache/fluo-muchos/pull/333#discussion_r396515356
 
 

 ##########
 File path: docs/azure-ephemeral-disks.md
 ##########
 @@ -0,0 +1,23 @@
+Using ephemeral storage within clusters deployed by Muchos for Azure
+--------------------------------------------------------------------
+
+By default for Azure based clusters, Muchos will create 3 data disks, each of size 128GiB, attached to each VM. This provides
 
 Review comment:
   For the first sentence, do you think it would be worthwhile to work in the terminology `managed disk` somewhere?

----------------------------------------------------------------
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

[GitHub] [fluo-muchos] arvindshmicrosoft commented on a change in pull request #333: Add support for ephemeral storage in Azure clusters

Posted by GitBox <gi...@apache.org>.
arvindshmicrosoft commented on a change in pull request #333: Add support for ephemeral storage in Azure clusters
URL: https://github.com/apache/fluo-muchos/pull/333#discussion_r396632974
 
 

 ##########
 File path: docs/azure-ephemeral-disks.md
 ##########
 @@ -0,0 +1,23 @@
+Using ephemeral storage within clusters deployed by Muchos for Azure
 
 Review comment:
   Sure thing I followed your precedent with the notes about using Ubuntu. This approach is cleaner and allows the reader of the main README to focus on the big picture.

----------------------------------------------------------------
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

[GitHub] [fluo-muchos] keith-turner commented on a change in pull request #333: Add support for ephemeral storage in Azure clusters

Posted by GitBox <gi...@apache.org>.
keith-turner commented on a change in pull request #333: Add support for ephemeral storage in Azure clusters
URL: https://github.com/apache/fluo-muchos/pull/333#discussion_r396510563
 
 

 ##########
 File path: docs/azure-ephemeral-disks.md
 ##########
 @@ -0,0 +1,23 @@
+Using ephemeral storage within clusters deployed by Muchos for Azure
 
 Review comment:
   I like that this was broken out into its own document.

----------------------------------------------------------------
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

[GitHub] [fluo-muchos] keith-turner commented on a change in pull request #333: Add support for ephemeral storage in Azure clusters

Posted by GitBox <gi...@apache.org>.
keith-turner commented on a change in pull request #333: Add support for ephemeral storage in Azure clusters
URL: https://github.com/apache/fluo-muchos/pull/333#discussion_r396516480
 
 

 ##########
 File path: docs/azure-ephemeral-disks.md
 ##########
 @@ -0,0 +1,23 @@
+Using ephemeral storage within clusters deployed by Muchos for Azure
+--------------------------------------------------------------------
+
+By default for Azure based clusters, Muchos will create 3 data disks, each of size 128GiB, attached to each VM. This provides
+persistent storage which ensures that the data in HDFS is safe and consistent even if the VMs are deallocated (stopped).
+However, certain cases, in case you'd like to use only the ephemeral / temporary disk storage for HDFS, you first need to 
 
 Review comment:
   ```suggestion
   However, if you'd like to use only the ephemeral / temporary disk storage for HDFS, you first need to 
   ```

----------------------------------------------------------------
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

[GitHub] [fluo-muchos] arvindshmicrosoft merged pull request #333: Add support for ephemeral storage in Azure clusters

Posted by GitBox <gi...@apache.org>.
arvindshmicrosoft merged pull request #333: Add support for ephemeral storage in Azure clusters
URL: https://github.com/apache/fluo-muchos/pull/333
 
 
   

----------------------------------------------------------------
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

[GitHub] [fluo-muchos] arvindshmicrosoft commented on a change in pull request #333: Add support for ephemeral storage in Azure clusters

Posted by GitBox <gi...@apache.org>.
arvindshmicrosoft commented on a change in pull request #333: Add support for ephemeral storage in Azure clusters
URL: https://github.com/apache/fluo-muchos/pull/333#discussion_r396632299
 
 

 ##########
 File path: docs/azure-ephemeral-disks.md
 ##########
 @@ -0,0 +1,23 @@
+Using ephemeral storage within clusters deployed by Muchos for Azure
+--------------------------------------------------------------------
+
+By default for Azure based clusters, Muchos will create 3 data disks, each of size 128GiB, attached to each VM. This provides
+persistent storage which ensures that the data in HDFS is safe and consistent even if the VMs are deallocated (stopped).
+However, certain cases, in case you'd like to use only the ephemeral / temporary disk storage for HDFS, you first need to 
 
 Review comment:
   Thanks @keith-turner for catching the grammatical issue and proposing the edit.

----------------------------------------------------------------
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