Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix some broken links in dev branch-22.02 [skip ci] #4743

Closed

Conversation

nvliyuan
Copy link
Collaborator

fix some broken links in dev branch 2204

nvauto and others added 30 commits January 17, 2022 14:23
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
* Change ParquetCachedSerializer and other classes as protected.

Signed-off-by: Niranjan Artal <nartal@nvidia.com>
* Regexp AST fuzz test

Signed-off-by: Andy Grove <andygrove@nvidia.com>

* bug fix

Signed-off-by: Andy Grove <andygrove@nvidia.com>

* skip known issues

Signed-off-by: Andy Grove <andygrove@nvidia.com>

* code cleanup and skip some known issues

* remove debug println

Signed-off-by: Andy Grove <andygrove@nvidia.com>

* add more capabilities

Signed-off-by: Andy Grove <andygrove@nvidia.com>

* save progress

* Implement hex and octal generators

Signed-off-by: Andy Grove <andygrove@nvidia.com>

* prepare for review

* update URL for Pattern javadoc
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
* Adding GpuHypot class to implement SQL HYPOT function from Spark SQL

Signed-off-by: Navin Kumar <navink@nvidia.com>

* Updated to use improved algorithm that avoids overflow conditions with
squares

Signed-off-by: Navin Kumar <navink@nvidia.com>

* Updated version of GpuHypot using improved algorithm and handle
specific edge cases referred by Java documentation

Signed-off-by: Navin Kumar <navink@nvidia.com>

* Add another comment to clarify use of greatherThan instead of
maxNullAware

Signed-off-by: Navin Kumar <navink@nvidia.com>

* Initial cleanup for SQL HYPOT implementation

Signed-off-by: Navin Kumar <navink@nvidia.com>

* Cleaned up more HYPOT implementation for more optimal memory usage and cleaner code

Signed-off-by: Navin Kumar <navink@nvidia.com>
* Update plugin version to 22.04.0-SNAPSHOT

Signed-off-by: Peixin Li <pxli@nyu.edu>

* fix copyright and upmerge

* missed comma
[auto-merge] branch-22.02 to branch-22.04 [skip ci] [bot]
Signed-off-by: Alex Zhang <alex4zhang@gmail.com>
jlowe and others added 10 commits February 8, 2022 15:13
…p ci] (NVIDIA#4692)

* Add FAQ entry to discuss executor task concurrency configuration

Signed-off-by: Jason Lowe <jlowe@nvidia.com>

* Update docs/FAQ.md

Co-authored-by: Sameer Raheja <sameerz@users.noreply.github.com>

Co-authored-by: Sameer Raheja <sameerz@users.noreply.github.com>
* Optimize DECIMAL128 sum aggregations

Signed-off-by: Jason Lowe <jlowe@nvidia.com>

* Fix regression in window sum

* Update for review comments

* Explicitly upcast input to avoid libcudf sort-based aggregation issue

* Lower batch limit in agg tests to better exercise sort-based aggregations

* Remove redundant method override
Signed-off-by: Jason Lowe <jlowe@nvidia.com>
* Update centos 8 dockerfile to handle EOL issue

Signed-off-by: Peixin Li <pxli@nyu.edu>

* update copyright
Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
Signed-off-by: Jason Lowe <jlowe@nvidia.com>
* add tests for few json options

Signed-off-by: Niranjan Artal <nartal@nvidia.com>

* addressed review comments

Signed-off-by: Niranjan Artal <nartal@nvidia.com>
Ensure proper spark version classifier profile activation by making aggregator the start of resume-from in the second single-threaded part of the build.

Note that this is a quick fix without much investigation if this is "the right" fix but it works, and should be acceptable for a non-production script. The impact on the build time is negligible

Closes NVIDIA#4736

Signed-off-by: Gera Shegalov gera@apache.org
Signed-off-by: liyuan <yuali@nvidia.com>
@nvliyuan
Copy link
Collaborator Author

fix #4725

@nvliyuan nvliyuan changed the title fix some broken links in dev branch2204 fix some broken links in dev branch2204[skip ci] Feb 10, 2022
@nvliyuan nvliyuan self-assigned this Feb 10, 2022
@nvliyuan
Copy link
Collaborator Author

nvliyuan commented Feb 10, 2022

same changes verified in https://nvliyuan.github.io/yuali-spark-rapids/

@nvliyuan
Copy link
Collaborator Author

sometimes (not always) we will get broken links if we don't put link in a single line.
it is recommended to write [xxx](xxx.md#xxx) in one single line
rather than [xx
x](xxx.md#xx)

@jlowe jlowe added the documentation Improvements or additions to documentation label Feb 10, 2022
@jlowe jlowe added this to the Jan 31 - Feb 11 milestone Feb 10, 2022
@@ -86,8 +86,8 @@ If you'd like to further accelerate init time to 4-5 minutes, create a custom Da
To use notebooks with a Dataproc cluster, click on the cluster name under the Dataproc cluster tab
and navigate to the "Web Interfaces" tab. Under "Web Interfaces", click on the JupyterLab or
Jupyter link to start to use sample [Mortgage ETL on GPU Jupyter
Notebook](../demo/GCP/Mortgage-ETL-GPU.ipynb) to process full 17 years [Mortgage
data](https://rapidsai.github.io/demos/datasets/mortgage-data).
Notebook](../demo/GCP/Mortgage-ETL-GPU.ipynb) to process full 17 years
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link is wrapped as described in the PR description as what should be fixed

@@ -337,7 +337,7 @@ Custom Spark SQL Metrics are available which can help identify performance bottl

Not all metrics are enabled by default. The configuration setting `spark.rapids.sql.metrics.level` can be set
to `DEBUG`, `MODERATE`, or `ESSENTIAL`, with `MODERATE` being the default value. More information about this
configuration option is available in the <a href="configs.md#sql.metrics.level">configuration</a> documentation.
configuration option is available in the [`configuration`](configs.md#sql.metrics.level) documentation.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backticks are usually reserved for cases where we are referring to code or things the user should type verbatim. This isn't one of those cases.

Suggested change
configuration option is available in the [`configuration`](configs.md#sql.metrics.level) documentation.
configuration option is available in the [configuration documentation](configs.md#sql.metrics.level).

@sameerz
Copy link
Collaborator

sameerz commented Feb 11, 2022

Good catches!

@viadea
Copy link
Collaborator

viadea commented Feb 11, 2022

@nvliyuan I think we should re-target to 22.02 since 22.02 branch is still open.
Then after that, we should merge it to main and then gh-pages branch.

@nvliyuan nvliyuan changed the base branch from branch-22.04 to branch-22.02 February 11, 2022 01:49
@nvliyuan
Copy link
Collaborator Author

we will target these changes to 22.02 so close this pr and will draft a new one.

@nvliyuan nvliyuan closed this Feb 11, 2022
@nvliyuan nvliyuan deleted the fix-broken-links-branch-22.04 branch February 14, 2022 07:35
@pxLi pxLi changed the title fix some broken links in dev branch2204[skip ci] fix some broken links in dev branch-22.02 [skip ci] Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.