You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celeborn.apache.org by "waitinfuture (via GitHub)" <gi...@apache.org> on 2023/04/03 04:03:25 UTC

[GitHub] [incubator-celeborn-website] waitinfuture opened a new pull request, #12: [CELEBORN-500][WEBSITE] Add migration guide

waitinfuture opened a new pull request, #12:
URL: https://github.com/apache/incubator-celeborn-website/pull/12

   ![image](https://user-images.githubusercontent.com/948245/229408734-7eff08ef-b759-49ed-ac23-bfe96f204eb2.png)
   


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

To unsubscribe, e-mail: dev-unsubscribe@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-celeborn-website] waitinfuture merged pull request #12: [CELEBORN-500][WEBSITE] Add migration guide

Posted by "waitinfuture (via GitHub)" <gi...@apache.org>.
waitinfuture merged PR #12:
URL: https://github.com/apache/incubator-celeborn-website/pull/12


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

To unsubscribe, e-mail: dev-unsubscribe@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-celeborn-website] pan3793 commented on a diff in pull request #12: [CELEBORN-500][WEBSITE] Add migration guide

Posted by "pan3793 (via GitHub)" <gi...@apache.org>.
pan3793 commented on code in PR #12:
URL: https://github.com/apache/incubator-celeborn-website/pull/12#discussion_r1155593157


##########
docs/docs/latest/migration.md:
##########
@@ -0,0 +1,24 @@
+---
+license: |
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+---
+
+# Migration Guide
+
+## Upgrading from 0.2.1 to 0.3.0
+From 0.3.0 on the default value for celeborn.push.replicate.enabled is changed from true to false, users

Review Comment:
   ```suggestion
   
   From 0.3.0 on the default value for `celeborn.push.replicate.enabled` is changed from `true` to `false`, users
   ```



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

To unsubscribe, e-mail: dev-unsubscribe@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-celeborn-website] pan3793 commented on a diff in pull request #12: [CELEBORN-500][WEBSITE] Add migration guide

Posted by "pan3793 (via GitHub)" <gi...@apache.org>.
pan3793 commented on code in PR #12:
URL: https://github.com/apache/incubator-celeborn-website/pull/12#discussion_r1155594391


##########
docs/docs/latest/migration.md:
##########
@@ -0,0 +1,25 @@
+---
+license: |
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+---
+
+# Migration Guide
+
+## Upgrading from 0.2.1 to 0.3.0
+
+From 0.3.0 on the default value for `celeborn.push.replicate.enabled` is changed from `true` to `false`, users
+who want replication on should explicitly enable replication. For example, to enable replication for Spark
+users should add the spark config when submitting job:
+spark.celeborn.push.replicate.enabled=true

Review Comment:
   ```suggestion
   users should add the spark config when submitting job: `spark.celeborn.push.replicate.enabled=true`
   ```



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

To unsubscribe, e-mail: dev-unsubscribe@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-celeborn-website] waitinfuture commented on pull request #12: [CELEBORN-500][WEBSITE] Add migration guide

Posted by "waitinfuture (via GitHub)" <gi...@apache.org>.
waitinfuture commented on PR #12:
URL: https://github.com/apache/incubator-celeborn-website/pull/12#issuecomment-1493609867

   ping @pan3793 please take a look


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

To unsubscribe, e-mail: dev-unsubscribe@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-celeborn-website] pan3793 commented on a diff in pull request #12: [CELEBORN-500][WEBSITE] Add migration guide

Posted by "pan3793 (via GitHub)" <gi...@apache.org>.
pan3793 commented on code in PR #12:
URL: https://github.com/apache/incubator-celeborn-website/pull/12#discussion_r1155594754


##########
mkdocs.yml:
##########
@@ -90,6 +90,7 @@ nav:
           - Monitoring: docs/latest/monitoring.md
           - Upgrade: docs/latest/upgrade.md
           - Ratis Shell: docs/latest/celeborn_ratis_shell.md
+          - Migration Guid: docs/latest/migration.md

Review Comment:
   ```suggestion
             - Migration Guide: docs/latest/migration.md
   ```



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

To unsubscribe, e-mail: dev-unsubscribe@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org