Skip to content

Commit

Permalink
Rework Profile tool to not require Spark to run and process files fas…
Browse files Browse the repository at this point in the history
…ter (#3161)

* redesign profiling tool

Signed-off-by: Thomas Graves <tgraves@apache.org>

* fix schema

* make appIndex 1

* comment app index
  • Loading branch information
tgravescs authored Aug 9, 2021
1 parent bf7cc41 commit f59de4f
Show file tree
Hide file tree
Showing 26 changed files with 2,350 additions and 1,839 deletions.
331 changes: 185 additions & 146 deletions docs/additional-functionality/qualification-profiling-tools.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object ShimLoader extends Logging {
def getSparkVersion: String = {
// hack for databricks, try to find something more reliable?
if (SPARK_BUILD_USER.equals("Databricks")) {
SPARK_VERSION + "-databricks"
SPARK_VERSION + "-databricks"
} else {
SPARK_VERSION
}
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit f59de4f

Please sign in to comment.