-
Notifications
You must be signed in to change notification settings - Fork 240
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
Qualification tool support UI code generation #5470
Merged
tgravescs
merged 9 commits into
NVIDIA:branch-22.06
from
amahussein:rapids-5176-ui-integration
May 18, 2022
Merged
Qualification tool support UI code generation #5470
tgravescs
merged 9 commits into
NVIDIA:branch-22.06
from
amahussein:rapids-5176-ui-integration
May 18, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Ahmed Hussein (amahussein) <a@ahussein.me>
nartal1
reviewed
May 12, 2022
Signed-off-by: Ahmed Hussein (amahussein) <a@ahussein.me>
Signed-off-by: Ahmed Hussein (amahussein) <a@ahussein.me> 1- add disclaimer at top of page 2- add conf to enable/disable app view details. Default is false 3- Matt requests Change "Total Speed-up" to "Estimated Speed-up" and round to 1 digit after the decimal GPU Opportunity description typo: "speed-up" should be "sped up" or even change to "accelerated" add disclaimer at top of dashboard page: "Disclaimer: projections are based on TPC-DS benchmark queries run using Spark 3.X. Additionally, estimates are given assuming supported data formats and expressions are used in the application." 4- qualUI. generate js file 5- qualUI. add uiEnabledArgument 6- qualUI. add qualArgs ui enabled by default 7- qualUI. remove appInoRecords from UI usage 8- qualUI. change ui config and gitignore 9- qualUI. cleanup code
amahussein
requested review from
jlowe,
revans2,
tgravescs,
GaryShen2008 and
NvTimLiu
as code owners
May 14, 2022 05:09
build |
amahussein
changed the title
[WIP] QualUI. support UI code generation
QualUI. support UI code generation
May 14, 2022
tgravescs
reviewed
May 16, 2022
tools/src/main/scala/org/apache/spark/sql/rapids/tool/ui/QualificationReportGenerator.scala
Outdated
Show resolved
Hide resolved
tools/src/main/scala/org/apache/spark/sql/rapids/tool/ui/QualificationReportGenerator.scala
Outdated
Show resolved
Hide resolved
tgravescs
reviewed
May 16, 2022
tools/src/main/scala/com/nvidia/spark/rapids/tool/qualification/QualificationArgs.scala
Outdated
Show resolved
Hide resolved
tgravescs
reviewed
May 16, 2022
tools/src/main/scala/org/apache/spark/sql/rapids/tool/ui/QualificationReportGenerator.scala
Outdated
Show resolved
Hide resolved
tgravescs
reviewed
May 16, 2022
tools/src/main/scala/org/apache/spark/sql/rapids/tool/ui/QualificationReportGenerator.scala
Outdated
Show resolved
Hide resolved
Signed-off-by: Ahmed Hussein (amahussein) <a@ahussein.me>
Signed-off-by: Ahmed Hussein (amahussein) <a@ahussein.me>
build |
Signed-off-by: Ahmed Hussein (amahussein) <a@ahussein.me>
build |
Signed-off-by: Ahmed Hussein (amahussein) <a@ahussein.me>
Signed-off-by: Ahmed Hussein (amahussein) <a@ahussein.me>
tgravescs
reviewed
May 17, 2022
tgravescs
reviewed
May 17, 2022
tgravescs
reviewed
May 17, 2022
tools/src/main/scala/org/apache/spark/sql/rapids/tool/ui/QualificationReportGenerator.scala
Outdated
Show resolved
Hide resolved
tgravescs
changed the title
QualUI. support UI code generation
Qualification tool support UI code generation
May 17, 2022
Signed-off-by: Ahmed Hussein (amahussein) <a@ahussein.me>
build |
1 similar comment
build |
tgravescs
approved these changes
May 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Ahmed Hussein (amahussein) a@ahussein.me
fixes #5176
The code changes generate html/js static content which the user can load into their browser.
How it works:
tools/src/main/resources/ui
Qualification.qualifyApps
would launch the UI report generator.How to use the feature
--ui-enabled
to the command-line. For exampleoutput-folder/ui-report/html/index.html
in your folderTools used: