Conversation
|
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/apache/incubator-gluten/issues Then could you also rename commit message and pull request title in the following format? See also: |
| ### 3.2.1 Build and install Gluten with Velox backend | ||
| There are two ways to acquire Gluten jar. | ||
|
|
||
| # 3.1 Use Released Jar (only applicable to Velox backend) |
There was a problem hiding this comment.
"currently only applicable to Velox backend"
| # 3.1 Use Released Jar (only applicable to Velox backend) | ||
|
|
||
| If you want to use Gluten **Velox** backend, see [Build with Velox](./docs/get-started/Velox.md) to build and install the necessary libraries. | ||
| Please download a tar package [here](https://downloads.apache.org/incubator/gluten/), then extract out Gluten jar from it. |
There was a problem hiding this comment.
Is the jar build staticly? can the jar be used on any OS? I don't think so. If so let's put the OS where the jar is built.
There was a problem hiding this comment.
@FelixYBW, just confirmed with Weiting. The published release jar was generated by static build.
There was a problem hiding this comment.
Even it's static built, it can still be used on the OS where it's built. Because it still depends on libc etc. which is different in different OS. We need to put the OSes we confirmed it can run on.
| @@ -63,58 +66,42 @@ There are several key components in Gluten: | |||
|
|
|||
| # 3 How to Use | |||
| # 3 How to Use | ||
|
|
||
| There are two ways to use Gluten. | ||
|
|
There was a problem hiding this comment.
Add the supported Spark versions (including minor version) and OS. Highlight that with static build we support all the OS types.
| # 7 Acknowledgements | ||
|
|
||
| # 8 Thanks to our contributors | ||
| Gluten was initiated by Intel and Kyligence in 2022. Several companies are also actively participating in the development, such as BIGO, Meituan, Alibaba Cloud, NetEase, Baidu, Microsoft, etc. |
There was a problem hiding this comment.
Add IBM here.
@srinivasst would like to add "Google" here?
| ## 4.1 Community | ||
|
|
||
| Gluten successfully joined Apache Incubator since March'24. We welcome developers and users who are interested in Gluten project. Here are several ways to contact us: | ||
| Gluten successfully became Apache incubator project in March'24. We welcome all developers and users who are interested in this project. Here are several ways to contact us: |
There was a problem hiding this comment.
Add the community mail list here:
* For community activity: dev@gluten.apache.org
* For code repository activity: commits@gluten.apache.org
There was a problem hiding this comment.
Ignore it. Just noted the mailing lists section below
|
@philo-he can you add the slack channel as well? ASF workspace invite link (https://join.slack.com/t/the-asf/shared_invite/zt-2x74bfj6u-_3mH6Njlq6lZoIAZKNsutw)) Then search "incubator-gluten“ channel |
For the slack channels (as well as other chat rooms), I recommend to lower the importance of them when users request for a way to ask questions or discuss about issues. Could encourage them to use GitHub or Apache mailing list more since they are more public and can be indexed by search engines. Do you guys have related thoughts? |
They are complementary each other, not replace each other. Let's put the link on home page |
I will be fine with adding a Slack link to documentation, since Slack's still open to all users so worth try with. Do you think we can add a note around the link to remind user that use of GitHub and Apache mailing list is encouraged? E.g., |
We needn't. We should encourage user use github issues instead of mailing. Many companies use Slack more than mails now. |
0df443e to
0a4e6fa
Compare
|
@FelixYBW, @zhztheplayer, if you have any other comment, please let me know. |
|
Looks good. @baibaichen @zzcclp Would you take a look? |
Uh oh!
There was an error while loading. Please reload this page.