diff --git a/docs/get-started/xgboost-examples/csp/databricks/databricks.md b/docs/get-started/xgboost-examples/csp/databricks/databricks.md
index 4a8750dd7..c211c020b 100644
--- a/docs/get-started/xgboost-examples/csp/databricks/databricks.md
+++ b/docs/get-started/xgboost-examples/csp/databricks/databricks.md
@@ -21,7 +21,7 @@ Navigate to your home directory in the UI and select **Create** > **File** from
create an `init.sh` scripts with contents:
```bash
#!/bin/bash
- sudo wget -O /databricks/jars/rapids-4-spark_2.12-23.12.0.jar https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/23.12.0/rapids-4-spark_2.12-23.12.0.jar
+ sudo wget -O /databricks/jars/rapids-4-spark_2.12-23.12.1.jar https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/23.12.1/rapids-4-spark_2.12-23.12.1.jar
```
1. Select the Databricks Runtime Version from one of the supported runtimes specified in the
Prerequisites section.
@@ -68,7 +68,7 @@ create an `init.sh` scripts with contents:
```bash
spark.rapids.sql.python.gpu.enabled true
spark.python.daemon.module rapids.daemon_databricks
- spark.executorEnv.PYTHONPATH /databricks/jars/rapids-4-spark_2.12-23.12.0.jar:/databricks/spark/python
+ spark.executorEnv.PYTHONPATH /databricks/jars/rapids-4-spark_2.12-23.12.1.jar:/databricks/spark/python
```
Note that since python memory pool require installing the cudf library, so you need to install cudf library in
each worker nodes `pip install cudf-cu11 --extra-index-url=https://pypi.nvidia.com` or disable python memory pool
diff --git a/docs/get-started/xgboost-examples/csp/databricks/init.sh b/docs/get-started/xgboost-examples/csp/databricks/init.sh
index 26028ed1f..29d658f2e 100644
--- a/docs/get-started/xgboost-examples/csp/databricks/init.sh
+++ b/docs/get-started/xgboost-examples/csp/databricks/init.sh
@@ -1,7 +1,7 @@
sudo rm -f /databricks/jars/spark--maven-trees--ml--10.x--xgboost-gpu--ml.dmlc--xgboost4j-gpu_2.12--ml.dmlc__xgboost4j-gpu_2.12__1.5.2.jar
sudo rm -f /databricks/jars/spark--maven-trees--ml--10.x--xgboost-gpu--ml.dmlc--xgboost4j-spark-gpu_2.12--ml.dmlc__xgboost4j-spark-gpu_2.12__1.5.2.jar
-sudo wget -O /databricks/jars/rapids-4-spark_2.12-23.12.0.jar https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/23.12.0/rapids-4-spark_2.12-23.12.0.jar
+sudo wget -O /databricks/jars/rapids-4-spark_2.12-23.12.1.jar https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/23.12.1/rapids-4-spark_2.12-23.12.1.jar
sudo wget -O /databricks/jars/xgboost4j-gpu_2.12-1.7.1.jar https://repo1.maven.org/maven2/ml/dmlc/xgboost4j-gpu_2.12/1.7.1/xgboost4j-gpu_2.12-1.7.1.jar
sudo wget -O /databricks/jars/xgboost4j-spark-gpu_2.12-1.7.1.jar https://repo1.maven.org/maven2/ml/dmlc/xgboost4j-spark-gpu_2.12/1.7.1/xgboost4j-spark-gpu_2.12-1.7.1.jar
ls -ltr
diff --git a/docs/get-started/xgboost-examples/prepare-package-data/preparation-python.md b/docs/get-started/xgboost-examples/prepare-package-data/preparation-python.md
index 0b04f3fe5..4cf02a102 100644
--- a/docs/get-started/xgboost-examples/prepare-package-data/preparation-python.md
+++ b/docs/get-started/xgboost-examples/prepare-package-data/preparation-python.md
@@ -5,7 +5,7 @@ For simplicity export the location to these jars. All examples assume the packag
### Download the jars
Download the RAPIDS Accelerator for Apache Spark plugin jar
- * [RAPIDS Spark Package](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/23.12.0/rapids-4-spark_2.12-23.12.0.jar)
+ * [RAPIDS Spark Package](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/23.12.1/rapids-4-spark_2.12-23.12.1.jar)
### Build XGBoost Python Examples
diff --git a/docs/get-started/xgboost-examples/prepare-package-data/preparation-scala.md b/docs/get-started/xgboost-examples/prepare-package-data/preparation-scala.md
index e7e255828..9c90123b3 100644
--- a/docs/get-started/xgboost-examples/prepare-package-data/preparation-scala.md
+++ b/docs/get-started/xgboost-examples/prepare-package-data/preparation-scala.md
@@ -5,7 +5,7 @@ For simplicity export the location to these jars. All examples assume the packag
### Download the jars
1. Download the RAPIDS Accelerator for Apache Spark plugin jar
- * [RAPIDS Spark Package](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/23.12.0/rapids-4-spark_2.12-23.12.0.jar)
+ * [RAPIDS Spark Package](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/23.12.1/rapids-4-spark_2.12-23.12.1.jar)
### Build XGBoost Scala Examples
diff --git a/examples/ML+DL-Examples/Spark-cuML/pca/README.md b/examples/ML+DL-Examples/Spark-cuML/pca/README.md
index b866b9958..35ea557a2 100644
--- a/examples/ML+DL-Examples/Spark-cuML/pca/README.md
+++ b/examples/ML+DL-Examples/Spark-cuML/pca/README.md
@@ -12,9 +12,9 @@ User can also download the release jar from Maven central:
[rapids-4-spark-ml_2.12-22.02.0-cuda11.jar](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark-ml_2.12/22.02.0/rapids-4-spark-ml_2.12-22.02.0-cuda11.jar)
-[rapids-4-spark_2.12-23.12.0.jar](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/23.12.0/rapids-4-spark_2.12-23.12.0.jar)
+[rapids-4-spark_2.12-23.12.1.jar](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/23.12.1/rapids-4-spark_2.12-23.12.1.jar)
-Note: This demo could only work with v22.02.0 spark-ml version, and only compatible with spark-rapids versions prior to 23.12.0 . Please do not update the version in release.
+Note: This demo could only work with v22.02.0 spark-ml version, and only compatible with spark-rapids versions prior to 23.12.1 . Please do not update the version in release.
## Sample code
@@ -49,7 +49,7 @@ It is assumed that a Standalone Spark cluster has been set up, the `SPARK_MASTER
``` bash
RAPIDS_ML_JAR=PATH_TO_rapids-4-spark-ml_2.12-22.02.0-cuda11.jar
- PLUGIN_JAR=PATH_TO_rapids-4-spark_2.12-23.12.0.jar
+ PLUGIN_JAR=PATH_TO_rapids-4-spark_2.12-23.12.1.jar
jupyter toree install \
--spark_home=${SPARK_HOME} \
diff --git a/examples/ML+DL-Examples/Spark-cuML/pca/spark-submit.sh b/examples/ML+DL-Examples/Spark-cuML/pca/spark-submit.sh
index e8f8c559f..8c781a46a 100755
--- a/examples/ML+DL-Examples/Spark-cuML/pca/spark-submit.sh
+++ b/examples/ML+DL-Examples/Spark-cuML/pca/spark-submit.sh
@@ -17,7 +17,7 @@
# Note that the last rapids-4-spark-ml release version is 22.02.0, snapshot version is 23.04.0-SNPASHOT, please do not update the version in release
ML_JAR=/root/.m2/repository/com/nvidia/rapids-4-spark-ml_2.12/22.02.0/rapids-4-spark-ml_2.12-22.02.0.jar
-PLUGIN_JAR=/root/.m2/repository/com/nvidia/rapids-4-spark_2.12/23.12.0/rapids-4-spark_2.12-23.12.0.jar
+PLUGIN_JAR=/root/.m2/repository/com/nvidia/rapids-4-spark_2.12/23.12.1/rapids-4-spark_2.12-23.12.1.jar
Note: The last rapids-4-spark-ml release version is 22.02.0, snapshot version is 23.04.0-SNPASHOT.
$SPARK_HOME/bin/spark-submit \
@@ -40,4 +40,4 @@ $SPARK_HOME/bin/spark-submit \
--conf spark.network.timeout=1000s \
--jars $ML_JAR,$PLUGIN_JAR \
--class com.nvidia.spark.examples.pca.Main \
-/workspace/target/PCAExample-23.12.0-SNAPSHOT.jar
+/workspace/target/PCAExample-23.12.1-SNAPSHOT.jar
diff --git a/examples/SQL+DF-Examples/micro-benchmarks/notebooks/micro-benchmarks-gpu.ipynb b/examples/SQL+DF-Examples/micro-benchmarks/notebooks/micro-benchmarks-gpu.ipynb
index 4eb068655..e58cba00a 100644
--- a/examples/SQL+DF-Examples/micro-benchmarks/notebooks/micro-benchmarks-gpu.ipynb
+++ b/examples/SQL+DF-Examples/micro-benchmarks/notebooks/micro-benchmarks-gpu.ipynb
@@ -22,7 +22,7 @@
"import os\n",
"# Change to your cluster ip:port and directories\n",
"SPARK_MASTER_URL = os.getenv(\"SPARK_MASTER_URL\", \"spark:your-ip:port\")\n",
- "RAPIDS_JAR = os.getenv(\"RAPIDS_JAR\", \"/your-path/rapids-4-spark_2.12-23.12.0.jar\")\n"
+ "RAPIDS_JAR = os.getenv(\"RAPIDS_JAR\", \"/your-path/rapids-4-spark_2.12-23.12.1.jar\")\n"
]
},
{
diff --git a/examples/UDF-Examples/RAPIDS-accelerated-UDFs/README.md b/examples/UDF-Examples/RAPIDS-accelerated-UDFs/README.md
index 997a9efec..29caa2d9d 100644
--- a/examples/UDF-Examples/RAPIDS-accelerated-UDFs/README.md
+++ b/examples/UDF-Examples/RAPIDS-accelerated-UDFs/README.md
@@ -163,7 +163,7 @@ then do the following inside the Docker container.
### Get jars from Maven Central
-[rapids-4-spark_2.12-23.12.0.jar](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/23.12.0/rapids-4-spark_2.12-23.12.0.jar)
+[rapids-4-spark_2.12-23.12.1.jar](https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/23.12.1/rapids-4-spark_2.12-23.12.1.jar)
### Launch a local mode Spark
diff --git a/examples/UDF-Examples/RAPIDS-accelerated-UDFs/pom.xml b/examples/UDF-Examples/RAPIDS-accelerated-UDFs/pom.xml
index e0baf8e9b..b3463afa6 100644
--- a/examples/UDF-Examples/RAPIDS-accelerated-UDFs/pom.xml
+++ b/examples/UDF-Examples/RAPIDS-accelerated-UDFs/pom.xml
@@ -37,7 +37,7 @@
app | recommendations |
---|---|
app-20220210005817-0212 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=1197m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004538-0189 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210000414-0117 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=2353m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005713-0210 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210000744-0123 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002521-0154 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004801-0193 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=3158m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002620-0156 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210001501-0135 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=1365m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001417-0134 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=1365m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001930-0143 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005502-0206 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002316-0150 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004324-0185 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005039-0198 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210004834-0194 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=2099m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004011-0180 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004656-0191 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210001324-0133 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=2225m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210000856-0125 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210000241-0114 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002105-0146 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210000312-0115 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210003325-0169 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002654-0157 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005425-0205 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=1509m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210000700-0122 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001109-0129 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002138-0147 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001717-0139 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210000018-0110 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002725-0158 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210000933-0126 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210004617-0190 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005846-0213 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=1197m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210002757-0159 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001038-0128 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210000628-0121 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=3404m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210001959-0144 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210000556-0120 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004727-0192 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=3354m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005222-0201 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210000825-0124 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005536-0207 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001139-0130 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210000343-0116 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210003705-0176 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=2337m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210003359-0170 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005611-0208 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=2974m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210000119-0112 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=3061m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005322-0203 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003900-0179 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004355-0186 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001648-0138 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002938-0162 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005354-0204 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210001821-0141 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=2530m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210005252-0202 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210002452-0153 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001617-0137 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003254-0168 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004507-0188 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210001751-0140 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005642-0209 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210004905-0195 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003751-0177 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002030-0145 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210001854-0142 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210002549-0155 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210001239-0132 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=2225m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004428-0187 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=3796m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002240-0149 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005147-0200 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=2974m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220523230623-0000 | \n","Spark Properties:\n","--conf spark.executor.instances=20\n","--conf spark.executor.memory=16384m\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.shuffle.partitions=6\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' should be increased since spilling occurred.\n"," |
app-20220210000207-0113 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220209235945-0109 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210002349-0151 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002421-0152 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210000448-0118 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001005-0127 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210003149-0166 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003635-0175 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210003223-0167 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004041-0181 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003532-0173 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003607-0174 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003048-0164 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210004145-0183 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210003825-0178 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210003118-0165 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210000049-0111 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210000519-0119 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=3061m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210003015-0163 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005744-0211 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210005111-0199 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004217-0184 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002904-0161 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=3796m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001546-0136 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003503-0172 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001209-0131 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004114-0182 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210002208-0148 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210002833-0160 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003431-0171 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app | recommendations |
---|---|
app-20220210005817-0212 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=1197m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004538-0189 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210000414-0117 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=2353m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005713-0210 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210000744-0123 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002521-0154 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004801-0193 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=3158m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002620-0156 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210001501-0135 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=1365m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001417-0134 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=1365m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001930-0143 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005502-0206 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002316-0150 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004324-0185 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005039-0198 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210004834-0194 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=2099m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004011-0180 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004656-0191 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210001324-0133 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=2225m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210000856-0125 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210000241-0114 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002105-0146 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210000312-0115 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210003325-0169 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002654-0157 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005425-0205 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=1509m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210000700-0122 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001109-0129 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002138-0147 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001717-0139 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210000018-0110 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002725-0158 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210000933-0126 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210004617-0190 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005846-0213 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=1197m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210002757-0159 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001038-0128 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210000628-0121 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=3404m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210001959-0144 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210000556-0120 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004727-0192 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=3354m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005222-0201 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210000825-0124 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005536-0207 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001139-0130 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210000343-0116 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210003705-0176 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=2337m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210003359-0170 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005611-0208 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=2974m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210000119-0112 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=3061m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005322-0203 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003900-0179 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004355-0186 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001648-0138 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002938-0162 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005354-0204 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210001821-0141 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=2530m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210005252-0202 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210002452-0153 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001617-0137 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003254-0168 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004507-0188 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210001751-0140 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005642-0209 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210004905-0195 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003751-0177 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002030-0145 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210001854-0142 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210002549-0155 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210001239-0132 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=2225m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004428-0187 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=3796m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002240-0149 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005147-0200 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=2974m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220523230623-0000 | \n","Spark Properties:\n","--conf spark.executor.instances=20\n","--conf spark.executor.memory=16384m\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.shuffle.partitions=6\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' should be increased since spilling occurred.\n"," |
app-20220210000207-0113 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220209235945-0109 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210002349-0151 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002421-0152 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210000448-0118 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001005-0127 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210003149-0166 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003635-0175 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210003223-0167 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004041-0181 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003532-0173 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003607-0174 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003048-0164 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210004145-0183 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210003825-0178 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210003118-0165 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210000049-0111 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210000519-0119 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=3061m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210003015-0163 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210005744-0211 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210005111-0199 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004217-0184 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210002904-0161 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=3796m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001546-0136 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003503-0172 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210001209-0131 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n"," |
app-20220210004114-0182 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210002208-0148 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210002833-0160 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
app-20220210003431-0171 | \n","Spark Properties:\n","--conf spark.executor.cores=8\n","--conf spark.executor.instances=20\n","--conf spark.executor.memoryOverhead=5734m\n","--conf spark.rapids.memory.pinnedPool.size=4096m\n","--conf spark.rapids.sql.concurrentGpuTasks=2\n","--conf spark.sql.files.maxPartitionBytes=4096m\n","--conf spark.sql.shuffle.partitions=200\n","--conf spark.task.resource.gpu.amount=0.125\n","\n","Comments:\n","- 'spark.executor.memoryOverhead' was not set.\n","- 'spark.executor.memoryOverhead' must be set if using 'spark.rapids.memory.pinnedPool.size\n","- 'spark.sql.shuffle.partitions' was not set.\n","- Average JVM GC time is very high. Other Garbage Collectors can be used for better performance.\n"," |
App Name | App ID | Recommendation | Estimated GPU Speedup | Estimated GPU Duration | Estimated GPU Time Saved | SQL DF Duration | SQL Dataframe Task Duration | App Duration | GPU Opportunity | Executor CPU Time Percent | SQL Ids with Failures | Unsupported Read File Formats and Types | Unsupported Write Data Format | Complex Types | Nested Complex Types | Potential Problems | Longest SQL Duration | NONSQL Task Duration Plus Overhead | Unsupported Task Duration | Supported SQL DF Task Duration | Task Speedup Factor | App Duration Estimated | Unsupported Execs | Unsupported Expressions |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TPC-DS Like Bench q14b | app-20220209225233-0018 | Strongly Recommended | 2.7 | 48971.53 | 83400.46 | 112708 | 27066964 | 132372 | 109793 | 65.66 | null | null | null | null | null | null | 112701 | 2939275 | 700037 | 26366927 | 4.16 | false | HashAggregate;Subquery;Execute CreateViewCommand;Filter;ReusedExchange;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q14a | app-20220209225013-0017 | Strongly Recommended | 2.66 | 51728.96 | 86381.03 | 117178 | 28746000 | 138110 | 112636 | 64.69 | null | null | null | null | null | null | 117172 | 2978987 | 1114076 | 27631924 | 4.29 | false | HashAggregate;Subquery;Execute CreateViewCommand;Filter;ReusedExchange;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q4 | app-20220209224316-0007 | Strongly Recommended | 2.66 | 41856.03 | 69720.96 | 90167 | 85324700 | 111577 | 90167 | 65.09 | null | null | null | null | null | null | 90163 | 3086516 | 0 | 85324700 | 4.41 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q24b | app-20220209230348-0030 | Recommended | 2.34 | 32581.07 | 43720.92 | 56748 | 27574691 | 76302 | 56694 | 60.89 | null | null | null | null | null | null | 56741 | 2950634 | 25998 | 27548693 | 4.37 | false | AdaptiveSparkPlan;Subquery;Execute CreateViewCommand;Filter;ColumnarToRow | decimal |
TPC-DS Like Bench q67 | app-20220209232913-0074 | Recommended | 2.27 | 144720.72 | 184416.27 | 308185 | 15437192 | 329137 | 265300 | 73.64 | null | null | null | null | null | null | 308174 | 3028469 | 2148108 | 13289084 | 3.28 | false | Execute CreateViewCommand;ReusedExchange;HashAggregate;ColumnarToRow | DecimalType |
TPC-DS Like Bench q24a | app-20220209230232-0029 | Recommended | 2.25 | 33029.22 | 41483.77 | 53469 | 27911960 | 74513 | 53202 | 60.14 | null | null | null | null | null | null | 53455 | 3305140 | 139193 | 27772767 | 4.54 | false | AdaptiveSparkPlan;Subquery;Execute CreateViewCommand;Filter;ColumnarToRow | decimal |
TPC-DS Like Bench q93 | app-20220209235239-0100 | Recommended | 2.18 | 31203.42 | 36894.57 | 50166 | 29213056 | 68098 | 50166 | 64.73 | null | null | null | null | null | null | 50161 | 2973035 | 0 | 29213056 | 3.78 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q23a | app-20220209225917-0027 | Recommended | 2.17 | 43196.97 | 50617.02 | 74068 | 45913641 | 93814 | 66840 | 64.81 | null | null | null | null | null | null | 74064 | 2975228 | 4480262 | 41433379 | 4.12 | false | HashAggregate;Subquery;Execute CreateViewCommand;Filter;ReusedExchange;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q23b | app-20220209230053-0028 | Recommended | 2.08 | 46588.14 | 50761.85 | 77422 | 59799857 | 97350 | 66526 | 66.43 | null | null | null | null | null | null | 77417 | 3011951 | 8415627 | 51384230 | 4.22 | false | HashAggregate;Subquery;Execute CreateViewCommand;Filter;ReusedExchange;ColumnarToRow | DecimalType;decimal |
TPC-DS Like Bench q72 | app-20220209233659-0079 | Recommended | 1.97 | 30920.88 | 30054.11 | 41703 | 25434438 | 60975 | 41703 | 74.77 | null | null | null | null | null | null | 41694 | 2971887 | 0 | 25434438 | 3.58 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q64 | app-20220209232701-0071 | Recommended | 1.95 | 30544.61 | 29103.38 | 38925 | 31852357 | 59648 | 37301 | 55.12 | null | null | null | null | null | null | 38919 | 2987987 | 1328490 | 30523867 | 4.55 | false | HashAggregate;Execute CreateViewCommand;Filter;ReusedExchange;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q78 | app-20220209234412-0085 | Recommended | 1.94 | 24390.79 | 22946.2 | 29098 | 24753911 | 47337 | 29098 | 56.99 | null | null | null | null | null | null | 29090 | 2968697 | 0 | 24753911 | 4.73 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q95 | app-20220209235427-0102 | Recommended | 1.9 | 29920.38 | 26967.61 | 37674 | 23337528 | 56888 | 35528 | 49.19 | null | null | null | null | null | null | 37667 | 2958216 | 1328886 | 22008642 | 4.15 | false | Execute CreateViewCommand;AdaptiveSparkPlan;HashAggregate;ColumnarToRow | merge_sum |
TPC-DS Like Bench q87 | app-20220209234925-0094 | Recommended | 1.81 | 25518.2 | 20871.79 | 26279 | 16348325 | 46390 | 26279 | 52.04 | null | null | null | null | null | null | 26272 | 2954066 | 0 | 16348325 | 4.86 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q50 | app-20220209231919-0057 | Recommended | 1.76 | 26735.89 | 20549.1 | 28736 | 16444045 | 47285 | 28736 | 52.87 | null | null | null | null | null | null | 28732 | 3339217 | 0 | 16444045 | 3.51 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q97 | app-20220209235552-0104 | Recommended | 1.76 | 24057.8 | 18398.19 | 23731 | 11475611 | 42456 | 23731 | 58.69 | null | null | null | null | null | null | 23727 | 3009477 | 0 | 11475611 | 4.45 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q75 | app-20220209233914-0082 | Recommended | 1.74 | 25544.26 | 18972.73 | 24939 | 19831478 | 44517 | 24939 | 43.74 | null | null | null | null | null | null | 24933 | 2987306 | 0 | 19831478 | 4.18 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q38 | app-20220209231214-0044 | Recommended | 1.73 | 23047.06 | 16910.93 | 21292 | 15248682 | 39958 | 21292 | 48.81 | null | null | null | null | null | null | 21288 | 3167687 | 0 | 15248682 | 4.86 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q31 | app-20220209230826-0037 | Recommended | 1.68 | 23595.69 | 16242.3 | 20407 | 12617670 | 39838 | 20407 | 34.76 | null | null | null | null | null | null | 20399 | 2942830 | 0 | 12617670 | 4.9 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q74 | app-20220209233831-0081 | Recommended | 1.68 | 24668.06 | 16781.93 | 21747 | 16692240 | 41450 | 21747 | 46.93 | null | null | null | null | null | null | 21741 | 3325282 | 0 | 16692240 | 4.38 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q11 | app-20220209224833-0014 | Recommended | 1.62 | 26707.24 | 16820.75 | 24208 | 17615125 | 43528 | 22143 | 45.76 | null | null | null | null | null | null | 24205 | 2917642 | 1502045 | 16113080 | 4.16 | false | Execute CreateViewCommand;ReusedExchange;HashAggregate;ColumnarToRow | DecimalType |
TPC-DS Like Bench q16 | app-20220209225524-0020 | Recommended | 1.62 | 25717.33 | 16006.66 | 22726 | 18535920 | 41724 | 21306 | 44.67 | null | null | null | null | null | null | 22720 | 3028781 | 1157466 | 17378454 | 4.01 | false | Execute CreateViewCommand;AdaptiveSparkPlan;HashAggregate;ColumnarToRow | merge_sum |
TPC-DS Like Bench q51 | app-20220209232008-0058 | Recommended | 1.59 | 21942.35 | 13069.64 | 16925 | 12278939 | 35012 | 16925 | 47.26 | null | null | null | null | null | null | 16920 | 2979507 | 0 | 12278939 | 4.38 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q81 | app-20220209234611-0088 | Recommended | 1.58 | 23125.59 | 13612.4 | 17437 | 10033526 | 36738 | 17393 | 36.22 | null | null | null | null | null | null | 17431 | 3083743 | 24955 | 10008571 | 4.59 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow;Filter | DECIMAL |
TPC-DS Like Bench q65 | app-20220209232803-0072 | Recommended | 1.57 | 23403.59 | 13469.4 | 18332 | 10164071 | 36873 | 18332 | 46.41 | null | null | null | null | null | null | 18324 | 2941892 | 0 | 10164071 | 3.77 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q30 | app-20220209230750-0036 | Recommended | 1.56 | 21777.06 | 12322.93 | 16070 | 8447753 | 34100 | 16023 | 33.65 | null | null | null | null | null | null | 16063 | 2987480 | 24435 | 8423318 | 4.33 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow;Filter | DECIMAL |
TPC-DS Like Bench q15 | app-20220209225447-0019 | Recommended | 1.52 | 23166.12 | 12074.87 | 15970 | 6770100 | 35241 | 15970 | 34.25 | null | null | null | null | null | null | 15964 | 2923648 | 0 | 6770100 | 4.09 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q35 | app-20220209231035-0041 | Recommended | 1.51 | 24552.13 | 12648.86 | 18298 | 10027023 | 37201 | 17010 | 37.15 | null | null | null | null | null | null | 18293 | 3059747 | 705510 | 9321513 | 3.9 | false | Execute CreateViewCommand;SortMergeJoin;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q8 | app-20220209224648-0011 | Recommended | 1.51 | 23372.7 | 12016.29 | 15691 | 6693324 | 35389 | 15691 | 20.01 | null | null | null | null | null | null | 15686 | 3133963 | 0 | 6693324 | 4.26 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q69 | app-20220209233517-0076 | Recommended | 1.5 | 24534.64 | 12431.35 | 16589 | 7246714 | 36966 | 16589 | 27.75 | null | null | null | null | null | null | 16583 | 2963952 | 0 | 7246714 | 3.99 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q94 | app-20220209235349-0101 | Recommended | 1.5 | 24361.44 | 12284.55 | 17424 | 13168326 | 36646 | 16352 | 41.87 | null | null | null | null | null | null | 17416 | 3048502 | 809952 | 12358374 | 4.01 | false | Execute CreateViewCommand;AdaptiveSparkPlan;HashAggregate;ColumnarToRow | merge_sum |
TPC-DS Like Bench q54 | app-20220209232140-0061 | Recommended | 1.5 | 23475.06 | 11742.93 | 15568 | 5555140 | 35218 | 15568 | 28.65 | null | null | null | null | null | null | 15563 | 3021018 | 0 | 5555140 | 4.07 | false | Execute CreateViewCommand;ReusedExchange;Subquery;ColumnarToRow | null |
TPC-DS Like Bench q39a | app-20220209231256-0045 | Recommended | 1.49 | 22102.22 | 10863.77 | 14136 | 4794226 | 32966 | 14136 | 24.49 | null | null | null | null | null | null | 14131 | 2998677 | 0 | 4794226 | 4.32 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q29 | app-20220209230713-0035 | Recommended | 1.49 | 23597.91 | 11588.08 | 15912 | 10021701 | 35186 | 15912 | 44.09 | null | null | null | null | null | null | 15905 | 3057910 | 0 | 10021701 | 3.68 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q47 | app-20220209231740-0054 | Recommended | 1.48 | 23520.63 | 11417.36 | 15246 | 8996925 | 34938 | 15160 | 35.78 | null | null | null | null | null | null | 15241 | 3107687 | 50299 | 8946626 | 4.05 | false | Execute CreateViewCommand;ReusedExchange;Filter;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q59 | app-20220209232422-0066 | Recommended | 1.48 | 24246.78 | 11658.21 | 16091 | 6749831 | 35905 | 16091 | 34.65 | null | null | null | null | null | null | 16084 | 3068245 | 0 | 6749831 | 3.63 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q6 | app-20220209224544-0009 | Recommended | 1.46 | 22488.01 | 10526.98 | 13758 | 6335474 | 33015 | 13756 | 30.04 | null | null | null | null | null | null | 13753 | 2943126 | 863 | 6334611 | 4.26 | false | Subquery;Execute CreateViewCommand;Filter;ReusedExchange;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q80 | app-20220209234532-0087 | Recommended | 1.46 | 25298.12 | 11841.87 | 16742 | 12630126 | 37140 | 15856 | 40.02 | null | null | null | null | null | null | 16735 | 3360633 | 668346 | 11961780 | 3.95 | false | Execute CreateViewCommand;ReusedExchange;HashAggregate;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q39b | app-20220209231330-0046 | Recommended | 1.46 | 22094.04 | 10341.95 | 13457 | 3807675 | 32436 | 13457 | 30.24 | null | null | null | null | null | null | 13451 | 2941727 | 0 | 3807675 | 4.32 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q57 | app-20220209232314-0064 | Recommended | 1.46 | 22995.99 | 10722.0 | 14351 | 8374423 | 33718 | 14237 | 31.73 | null | null | null | null | null | null | 14345 | 2948771 | 66283 | 8308140 | 4.05 | false | Execute CreateViewCommand;ReusedExchange;Filter;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q1 | app-20220209224147-0004 | Recommended | 1.46 | 21599.35 | 10007.64 | 13417 | 7598550 | 31607 | 13321 | 37.09 | null | null | null | null | null | null | 13412 | 3012015 | 54119 | 7544431 | 4.01 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow;Filter | DECIMAL |
TPC-DS Like Bench q18 | app-20220209225644-0022 | Recommended | 1.44 | 22216.88 | 9865.11 | 13492 | 7586670 | 32082 | 13492 | 33.42 | null | null | null | null | null | null | 13484 | 2962080 | 0 | 7586670 | 3.72 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q45 | app-20220209231631-0052 | Recommended | 1.44 | 23723.45 | 10458.54 | 14455 | 5768757 | 34182 | 14154 | 33.74 | null | null | null | null | null | null | 14447 | 2957022 | 120068 | 5648689 | 3.83 | false | Execute CreateViewCommand;ReusedExchange;BroadcastHashJoin;ColumnarToRow | null |
TPC-DS Like Bench q17 | app-20220209225607-0021 | Recommended | 1.43 | 24334.61 | 10564.38 | 14420 | 7818278 | 34899 | 14420 | 37.4 | null | null | null | null | null | null | 14412 | 3106844 | 0 | 7818278 | 3.74 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q25 | app-20220209230506-0031 | Recommended | 1.43 | 21671.78 | 9370.21 | 12790 | 7060196 | 31042 | 12790 | 34.97 | null | null | null | null | null | null | 12784 | 3060435 | 0 | 7060196 | 3.74 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q49 | app-20220209231846-0056 | Recommended | 1.42 | 22231.44 | 9476.55 | 12466 | 8785195 | 31708 | 12466 | 26.92 | null | null | null | null | null | null | 12448 | 3080539 | 0 | 8785195 | 4.17 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q46 | app-20220209231707-0053 | Recommended | 1.42 | 22047.85 | 9385.14 | 12318 | 6163042 | 31433 | 12318 | 26.39 | null | null | null | null | null | null | 12312 | 3017041 | 0 | 6163042 | 4.2 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q10 | app-20220209224756-0013 | Recommended | 1.42 | 24919.87 | 10489.12 | 15574 | 7745798 | 35409 | 14432 | 30.14 | null | null | null | null | null | null | 15567 | 3236768 | 567780 | 7178018 | 3.66 | false | Execute CreateViewCommand;SortMergeJoin;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q68 | app-20220209233444-0075 | Recommended | 1.41 | 21674.52 | 9006.47 | 11821 | 5109423 | 30681 | 11821 | 20.54 | null | null | null | null | null | null | 11814 | 3004334 | 0 | 5109423 | 4.2 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q5 | app-20220209224509-0008 | Recommended | 1.41 | 23548.42 | 9749.57 | 13729 | 8967631 | 33298 | 13729 | 41.35 | null | null | null | null | null | null | 13722 | 3186659 | 0 | 8967631 | 3.45 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q34 | app-20220209231004-0040 | Recommended | 1.4 | 20675.69 | 8427.3 | 10842 | 5053339 | 29103 | 10842 | 27.34 | null | null | null | null | null | null | 10836 | 2994320 | 0 | 5053339 | 4.49 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q82 | app-20220209234649-0089 | Recommended | 1.4 | 22206.53 | 8955.46 | 12212 | 7344489 | 31162 | 12212 | 39.29 | null | null | null | null | null | null | 12199 | 2973553 | 0 | 7344489 | 3.75 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q85 | app-20220209234821-0092 | Recommended | 1.4 | 24121.11 | 9726.88 | 13468 | 7684101 | 33848 | 13468 | 29.91 | null | null | null | null | null | null | 13462 | 2949755 | 0 | 7684101 | 3.6 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q28 | app-20220209230637-0034 | Recommended | 1.39 | 24599.41 | 9839.58 | 15464 | 14309580 | 34439 | 13823 | 33.04 | null | null | null | null | null | null | 15458 | 3008413 | 1518296 | 12791284 | 3.47 | false | AdaptiveSparkPlan;CollectLimit;HashAggregate;Execute CreateViewCommand;ColumnarToRow | merge_avg;merge_count |
TPC-DS Like Bench q58 | app-20220209232349-0065 | Recommended | 1.39 | 22489.0 | 8770.99 | 12322 | 5717106 | 31260 | 12322 | 34.17 | null | null | null | null | null | null | 12313 | 3102820 | 0 | 5717106 | 3.47 | false | Execute CreateViewCommand;Subquery;ColumnarToRow | null |
TPC-DS Like Bench q19 | app-20220209225718-0023 | Recommended | 1.38 | 21689.15 | 8456.84 | 11373 | 5749051 | 30146 | 11373 | 23.22 | null | null | null | null | null | null | 11364 | 3161292 | 0 | 5749051 | 3.9 | false | Execute CreateViewCommand;ColumnarToRow | null |
TPC-DS Like Bench q61 | app-20220209232531-0068 | Recommended | 1.38 | 23308.72 | 9017.27 | 12357 | 4376440 | 32326 | 12357 | 36.63 | null | null | null | null | null | null | 12349 | 3022176 | 0 | 4376440 | 3.7 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q71 | app-20220209233627-0078 | Recommended | 1.38 | 21967.67 | 8440.32 | 11371 | 4987537 | 30408 | 11371 | 21.81 | null | null | null | null | null | null | 11363 | 3052139 | 0 | 4987537 | 3.88 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q22 | app-20220209225845-0026 | Recommended | 1.38 | 22397.03 | 8535.96 | 12381 | 1736064 | 30933 | 12381 | 50.01 | null | null | null | null | null | null | 12376 | 2929875 | 0 | 1736064 | 3.22 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q70 | app-20220209233555-0077 | Recommended | 1.37 | 21798.79 | 8233.2 | 10751 | 4816235 | 30032 | 10751 | 33.51 | null | null | null | null | null | null | 10746 | 3034688 | 0 | 4816235 | 4.26 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q83 | app-20220209234722-0090 | Recommended | 1.36 | 21949.16 | 8010.83 | 10956 | 5253931 | 29960 | 10956 | 26.62 | null | null | null | null | null | null | 10949 | 2993826 | 0 | 5253931 | 3.72 | false | Execute CreateViewCommand;ColumnarToRow | null |
TPC-DS Like Bench q98 | app-20220209235636-0105 | Recommended | 1.36 | 20487.86 | 7376.13 | 9674 | 3164505 | 27864 | 9674 | 21.36 | null | null | null | null | null | null | 9669 | 2953354 | 0 | 3164505 | 4.21 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q79 | app-20220209234502-0086 | Recommended | 1.35 | 21073.77 | 7578.22 | 10344 | 5584295 | 28652 | 10344 | 29.69 | null | null | null | null | null | null | 10340 | 3007559 | 0 | 5584295 | 3.74 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q73 | app-20220209233802-0080 | Recommended | 1.35 | 20143.11 | 7154.88 | 9205 | 3086301 | 27298 | 9205 | 27.46 | null | null | null | null | null | null | 9201 | 2929775 | 0 | 3086301 | 4.49 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q91 | app-20220209235141-0098 | Recommended | 1.34 | 22090.61 | 7648.38 | 10351 | 3106198 | 29739 | 10351 | 23.11 | null | null | null | null | null | null | 10347 | 2997584 | 0 | 3106198 | 3.83 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q37 | app-20220209231143-0043 | Recommended | 1.34 | 22130.6 | 7605.4 | 10371 | 5754398 | 29736 | 10371 | 38.21 | null | null | null | null | null | null | 10366 | 3003155 | 0 | 5754398 | 3.75 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q44 | app-20220209231559-0051 | Recommended | 1.34 | 22359.33 | 7652.66 | 10956 | 7175937 | 30012 | 10347 | 29.11 | null | null | null | null | null | null | 10950 | 3029969 | 398712 | 6777225 | 3.84 | false | AdaptiveSparkPlan;Subquery;Execute CreateViewCommand;Filter;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q9 | app-20220209224725-0012 | Recommended | 1.33 | 21873.81 | 7315.18 | 9829 | 8064543 | 29189 | 9829 | 35.84 | null | null | null | null | null | null | 9823 | 3021491 | 0 | 8064543 | 3.91 | false | Execute CreateViewCommand;AdaptiveSparkPlan;Subquery;ColumnarToRow | null |
TPC-DS Like Bench q40 | app-20220209231405-0047 | Recommended | 1.33 | 24561.7 | 8167.29 | 12119 | 8004983 | 32729 | 11272 | 36.85 | null | null | null | null | null | null | 12110 | 3142013 | 558989 | 7445994 | 3.63 | false | Execute CreateViewCommand;ReusedExchange;HashAggregate;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q2 | app-20220209224220-0005 | Recommended | 1.32 | 21301.46 | 6890.53 | 8966 | 4724046 | 28192 | 8966 | 38.76 | null | null | null | null | null | null | 8960 | 3025086 | 0 | 4724046 | 4.32 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench ss_max | app-20220209235735-0107 | Recommended | 1.31 | 20784.37 | 6539.62 | 9176 | 5331368 | 27324 | 8883 | 40.82 | null | null | null | null | null | null | 9171 | 3049122 | 169902 | 5161466 | 3.79 | false | Execute CreateViewCommand;AdaptiveSparkPlan;HashAggregate;ColumnarToRow | merge_count;merge_max |
TPC-DS Like Bench q60 | app-20220209232500-0067 | Recommended | 1.31 | 22250.37 | 6983.62 | 9811 | 3834676 | 29234 | 9811 | 19.92 | null | null | null | null | null | null | 9806 | 2939560 | 0 | 3834676 | 3.47 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q13 | app-20220209224945-0016 | Recommended | 1.31 | 20407.71 | 6360.28 | 8816 | 4265966 | 26768 | 8816 | 34.5 | null | null | null | null | null | null | 8808 | 2951094 | 0 | 4265966 | 3.59 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q56 | app-20220209232242-0063 | Recommended | 1.3 | 22798.87 | 7044.12 | 9896 | 3729466 | 29843 | 9896 | 14.44 | null | null | null | null | null | null | 9890 | 2971656 | 0 | 3729466 | 3.47 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q76 | app-20220209234000-0083 | Recommended | 1.3 | 22630.64 | 6827.35 | 9835 | 6264831 | 29458 | 9835 | 33.9 | null | null | null | null | null | null | 9830 | 3037202 | 0 | 6264831 | 3.27 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q33 | app-20220209230935-0039 | Recommended | 1.3 | 21561.95 | 6491.04 | 9119 | 3032680 | 28053 | 9119 | 18.14 | null | null | null | null | null | null | 9111 | 2983234 | 0 | 3032680 | 3.47 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q88 | app-20220209235013-0095 | Recommended | 1.3 | 23989.56 | 7197.43 | 9998 | 6687038 | 31187 | 9998 | 43.92 | null | null | null | null | null | null | 9987 | 3212440 | 0 | 6687038 | 3.57 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q7 | app-20220209224619-0010 | Not Recommended | 1.29 | 20663.5 | 6143.5 | 8936 | 4022166 | 26807 | 8936 | 35.88 | null | null | null | null | null | null | 8929 | 2959904 | 0 | 4022166 | 3.2 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q48 | app-20220209231816-0055 | Not Recommended | 1.29 | 21310.47 | 6237.52 | 8514 | 3969649 | 27548 | 8514 | 33.42 | null | null | null | null | null | null | 8507 | 2990347 | 0 | 3969649 | 3.74 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q26 | app-20220209230539-0032 | Not Recommended | 1.28 | 21556.18 | 6109.81 | 8887 | 4002441 | 27666 | 8887 | 36.79 | null | null | null | null | null | null | 8876 | 3012952 | 0 | 4002441 | 3.2 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q12 | app-20220209224918-0015 | Not Recommended | 1.27 | 19624.36 | 5459.63 | 7584 | 1865587 | 25084 | 7584 | 23.82 | null | null | null | null | null | null | 7577 | 3102250 | 0 | 1865587 | 3.57 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q62 | app-20220209232605-0069 | Not Recommended | 1.27 | 21448.22 | 5877.77 | 8574 | 4218821 | 27326 | 8574 | 36.47 | null | null | null | null | null | null | 8565 | 3017055 | 0 | 4218821 | 3.18 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q20 | app-20220209225749-0024 | Not Recommended | 1.26 | 21250.95 | 5641.04 | 7836 | 2040974 | 26892 | 7836 | 22.51 | null | null | null | null | null | null | 7829 | 3039094 | 0 | 2040974 | 3.57 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q99 | app-20220209235705-0106 | Not Recommended | 1.25 | 22355.32 | 5801.67 | 8463 | 4558275 | 28157 | 8463 | 33.1 | null | null | null | null | null | null | 8455 | 2973149 | 0 | 4558275 | 3.18 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q36 | app-20220209231114-0042 | Not Recommended | 1.25 | 21356.73 | 5527.26 | 7756 | 3642750 | 26884 | 7756 | 30.08 | null | null | null | null | null | null | 7752 | 2905924 | 0 | 3642750 | 3.48 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q89 | app-20220209235046-0096 | Not Recommended | 1.25 | 20969.23 | 5401.76 | 7869 | 4029740 | 26371 | 7615 | 24.99 | null | null | null | null | null | null | 7858 | 3012145 | 129765 | 3899975 | 3.44 | false | Execute CreateViewCommand;ReusedExchange;Filter;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q86 | app-20220209234857-0093 | Not Recommended | 1.25 | 21140.77 | 5388.22 | 7493 | 3505441 | 26529 | 7493 | 29.09 | null | null | null | null | null | null | 7489 | 3240380 | 0 | 3505441 | 3.56 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q27 | app-20220209230608-0033 | Not Recommended | 1.25 | 22114.89 | 5587.1 | 8150 | 3737103 | 27702 | 8150 | 29.62 | null | null | null | null | null | null | 8143 | 3067371 | 0 | 3737103 | 3.18 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q66 | app-20220209232841-0073 | Not Recommended | 1.24 | 24291.91 | 5938.08 | 9771 | 5287383 | 30230 | 8612 | 35.68 | null | null | null | null | null | null | 9765 | 2922061 | 626680 | 4660703 | 3.22 | false | Execute CreateViewCommand;ReusedExchange;HashAggregate;ColumnarToRow | DecimalType |
TPC-DS Like Bench q53 | app-20220209232111-0060 | Not Recommended | 1.23 | 22160.97 | 5233.02 | 7622 | 3879496 | 27394 | 7368 | 25.54 | null | null | null | null | null | null | 7617 | 2905347 | 128795 | 3750701 | 3.45 | false | Execute CreateViewCommand;ReusedExchange;Filter;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q84 | app-20220209234754-0091 | Not Recommended | 1.23 | 21195.3 | 4968.69 | 7129 | 3814060 | 26164 | 7129 | 40.65 | null | null | null | null | null | null | 7123 | 3029105 | 0 | 3814060 | 3.3 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q63 | app-20220209232634-0070 | Not Recommended | 1.23 | 21192.66 | 4957.33 | 7215 | 3490147 | 26150 | 6980 | 26.58 | null | null | null | null | null | null | 7207 | 2976838 | 113318 | 3376829 | 3.45 | false | Execute CreateViewCommand;ReusedExchange;Filter;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q43 | app-20220209231533-0050 | Not Recommended | 1.23 | 19958.18 | 4641.81 | 6660 | 3257940 | 24600 | 6660 | 29.65 | null | null | null | null | null | null | 6651 | 2961446 | 0 | 3257940 | 3.3 | false | Execute CreateViewCommand;ColumnarToRow | null |
TPC-DS Like Bench ss_maxb | app-20220209235804-0108 | Not Recommended | 1.23 | 19063.41 | 4414.58 | 5825 | 3798491 | 23478 | 5825 | 48.17 | null | null | null | null | null | null | 5819 | 3155711 | 0 | 3798491 | 4.13 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q3 | app-20220209224250-0006 | Not Recommended | 1.22 | 20089.36 | 4522.63 | 6489 | 2898373 | 24612 | 6489 | 26.88 | null | null | null | null | null | null | 6483 | 3094853 | 0 | 2898373 | 3.3 | false | Execute CreateViewCommand;ColumnarToRow | null |
TPC-DS Like Bench q21 | app-20220209225818-0025 | Not Recommended | 1.22 | 20413.61 | 4531.38 | 6610 | 1072926 | 24945 | 6610 | 40.94 | null | null | null | null | null | null | 6605 | 3079474 | 0 | 1072926 | 3.18 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q55 | app-20220209232217-0062 | Not Recommended | 1.22 | 19494.18 | 4296.81 | 6165 | 2612787 | 23791 | 6165 | 24.78 | null | null | null | null | null | null | 6158 | 2995446 | 0 | 2612787 | 3.3 | false | Execute CreateViewCommand;ColumnarToRow | null |
TPC-DS Like Bench q92 | app-20220209235212-0099 | Not Recommended | 1.21 | 20741.45 | 4549.54 | 6384 | 2095601 | 25291 | 6123 | 25.07 | null | null | null | null | null | null | 6380 | 2967129 | 85419 | 2010182 | 3.89 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow;Filter | DECIMAL |
TPC-DS Like Bench q90 | app-20220209235114-0097 | Not Recommended | 1.21 | 20450.98 | 4350.01 | 6209 | 2604676 | 24801 | 6209 | 44.95 | null | null | null | null | null | null | 6204 | 2976499 | 0 | 2604676 | 3.34 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q32 | app-20220209230908-0038 | Not Recommended | 1.2 | 20973.26 | 4366.73 | 6107 | 2712962 | 25340 | 5909 | 25.21 | null | null | null | null | null | null | 6098 | 3048254 | 87623 | 2625339 | 3.83 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow;Filter | DECIMAL |
TPC-DS Like Bench q42 | app-20220209231505-0049 | Not Recommended | 1.2 | 21414.78 | 4436.21 | 6365 | 2726759 | 25851 | 6365 | 23.15 | null | null | null | null | null | null | 6358 | 3047836 | 0 | 2726759 | 3.3 | false | Execute CreateViewCommand;ColumnarToRow | null |
TPC-DS Like Bench q52 | app-20220209232045-0059 | Not Recommended | 1.19 | 20523.3 | 4071.69 | 5842 | 2683090 | 24595 | 5842 | 25.46 | null | null | null | null | null | null | 5827 | 3074975 | 0 | 2683090 | 3.3 | false | Execute CreateViewCommand;ColumnarToRow | null |
TPC-DS Like Bench q41 | app-20220209231439-0048 | Not Recommended | 1.19 | 20533.93 | 4071.06 | 5649 | 161564 | 24605 | 5649 | 55.4 | null | null | null | null | null | null | 5642 | 2970757 | 0 | 161564 | 3.58 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q96 | app-20220209235526-0103 | Not Recommended | 1.18 | 20189.67 | 3776.32 | 5324 | 2304428 | 23966 | 5324 | 44.32 | null | null | null | null | null | null | 5317 | 2947875 | 0 | 2304428 | 3.44 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
DART-ALGO | application_1665146417445_0002 | Not Recommended | 1.04 | 375798.12 | 16253.87 | 44531 | 75900172 | 392052 | 23675 | 14.55 | null | null | null | null | null | null | 16579 | 58017590 | 35546441 | 40353731 | 3.19 | false | Scan hive ecomm_ops_tables.zzz_dart_browse_ads_prod_mod;Scan hive ecomm_ops_tables.s0s0jzb_browse_shelf_cat_map;CollectLimit | null |
DART-ALGO | application_1665146417445_0003 | Not Recommended | 1.0 | 690682.0 | 0.0 | 0 | 0 | 690682 | 0 | 0.0 | null | null | null | null | null | null | 0 | 0 | 0 | 0 | 1.0 | false | null | null |
App ID | Stage ID | Average Speedup Factor | Stage Task Duration | Unsupported Task Duration | Stage Estimated |
---|---|---|---|---|---|
app-20220209224509-0008 | 31 | 2.95 | 1184 | 0 | false |
app-20220209224509-0008 | 33 | 2.9 | 1086 | 0 | false |
app-20220209224509-0008 | 35 | 3.37 | 2321523 | 0 | false |
app-20220209224509-0008 | 41 | 3.9 | 172648 | 0 | false |
app-20220209224509-0008 | 39 | 5.72 | 4586824 | 0 | false |
app-20220209224509-0008 | 38 | 3.36 | 694337 | 0 | false |
app-20220209224509-0008 | 40 | 4.26 | 656835 | 0 | false |
app-20220209224509-0008 | 37 | 3.36 | 524190 | 0 | false |
app-20220209224509-0008 | 32 | 2.9 | 641 | 0 | false |
app-20220209224509-0008 | 36 | 2.73 | 7065 | 0 | false |
app-20220209224509-0008 | 42 | 3.0 | 218 | 0 | false |
app-20220209224509-0008 | 34 | 2.9 | 1080 | 0 | false |
app-20220209235114-0097 | 39 | 2.71 | 0 | 0 | true |
app-20220209235114-0097 | 40 | 3.54 | 413 | 0 | false |
app-20220209235114-0097 | 34 | 2.95 | 964 | 0 | false |
app-20220209235114-0097 | 37 | 2.71 | 0 | 0 | true |
app-20220209235114-0097 | 41 | 3.0 | 365 | 0 | false |
app-20220209235114-0097 | 31 | 2.95 | 1058 | 0 | false |
app-20220209235114-0097 | 32 | 2.95 | 694 | 0 | false |
app-20220209235114-0097 | 35 | 3.68 | 2142147 | 0 | false |
app-20220209235114-0097 | 38 | 4.34 | 271 | 0 | false |
app-20220209235114-0097 | 36 | 3.68 | 457864 | 0 | false |
app-20220209235114-0097 | 33 | 2.95 | 900 | 0 | false |
app-20220209230506-0031 | 35 | 3.33 | 93394 | 0 | false |
app-20220209230506-0031 | 36 | 3.33 | 239863 | 0 | false |
app-20220209230506-0031 | 38 | 6.91 | 2696172 | 0 | false |
app-20220209230506-0031 | 37 | 3.33 | 1684494 | 0 | false |
app-20220209230506-0031 | 40 | 3.9 | 205018 | 0 | false |
app-20220209230506-0031 | 32 | 2.9 | 7530 | 0 | false |
app-20220209230506-0031 | 41 | 3.0 | 210 | 0 | false |
app-20220209230506-0031 | 39 | 5.67 | 2129775 | 0 | false |
app-20220209230506-0031 | 34 | 2.95 | 1198 | 0 | false |
app-20220209230506-0031 | 31 | 2.95 | 1284 | 0 | false |
app-20220209230506-0031 | 33 | 2.9 | 1258 | 0 | false |
app-20220209232634-0070 | 32 | 2.9 | 1046 | 0 | false |
app-20220209232634-0070 | 34 | 3.72 | 2226056 | 0 | false |
app-20220209232634-0070 | 31 | 2.95 | 6677 | 0 | false |
app-20220209232634-0070 | 33 | 2.95 | 672 | 0 | false |
app-20220209232634-0070 | 37 | 3.0 | 210 | 0 | false |
app-20220209232634-0070 | 35 | 4.3 | 688894 | 0 | false |
app-20220209232634-0070 | 36 | 4.3 | 566592 | 113318 | false |
app-20220209225845-0026 | 36 | 3.0 | 303 | 0 | false |
app-20220209225845-0026 | 32 | 2.9 | 5690 | 0 | false |
app-20220209225845-0026 | 31 | 2.95 | 1181 | 0 | false |
app-20220209225845-0026 | 34 | 3.68 | 621736 | 0 | false |
app-20220209225845-0026 | 33 | 2.9 | 894 | 0 | false |
app-20220209225845-0026 | 35 | 3.9 | 1106260 | 0 | false |
app-20220209235526-0103 | 34 | 3.68 | 2301205 | 0 | false |
app-20220209235526-0103 | 31 | 2.95 | 1051 | 0 | false |
app-20220209235526-0103 | 33 | 2.95 | 875 | 0 | false |
app-20220209235526-0103 | 32 | 2.95 | 676 | 0 | false |
app-20220209235526-0103 | 36 | 4.69 | 621 | 0 | false |
app-20220209235526-0103 | 35 | 2.6 | 0 | 0 | true |
app-20220209231919-0057 | 35 | 3.33 | 6655624 | 0 | false |
app-20220209231919-0057 | 36 | 5.78 | 9297072 | 0 | false |
app-20220209231919-0057 | 38 | 3.0 | 228 | 0 | false |
app-20220209231919-0057 | 31 | 2.9 | 711 | 0 | false |
app-20220209231919-0057 | 37 | 3.9 | 354848 | 0 | false |
app-20220209231919-0057 | 34 | 3.33 | 134143 | 0 | false |
app-20220209231919-0057 | 32 | 2.95 | 724 | 0 | false |
app-20220209231919-0057 | 33 | 2.9 | 695 | 0 | false |
app-20220209231533-0050 | 33 | 3.71 | 2489960 | 0 | false |
app-20220209231533-0050 | 34 | 3.9 | 765614 | 0 | false |
app-20220209231533-0050 | 35 | 3.0 | 246 | 0 | false |
app-20220209231533-0050 | 32 | 2.95 | 1024 | 0 | false |
app-20220209231533-0050 | 31 | 2.95 | 1096 | 0 | false |
application_1665146417445_0002 | 4 | 4.5 | 233 | 0 | false |
application_1665146417445_0002 | 3 | 4.34 | 2893207 | 0 | false |
application_1665146417445_0002 | 2 | 2.6 | 14571021 | 7285510 | false |
application_1665146417445_0002 | 1 | 2.0 | 51972027 | 25986013 | false |
application_1665146417445_0002 | 7 | 4.5 | 244 | 0 | false |
application_1665146417445_0002 | 6 | 3.98 | 1918109 | 0 | false |
application_1665146417445_0002 | 5 | 2.6 | 4540826 | 2270413 | false |
application_1665146417445_0002 | 0 | 1.0 | 4505 | 4505 | false |
app-20220209230053-0028 | 40 | 3.71 | 4979300 | 0 | false |
app-20220209230053-0028 | 42 | 3.94 | 517898 | 0 | false |
app-20220209230053-0028 | 38 | 4.34 | 53 | 0 | false |
app-20220209230053-0028 | 44 | 7.76 | 730644 | 0 | false |
app-20220209230053-0028 | 54 | 3.0 | 221 | 0 | false |
app-20220209230053-0028 | 35 | 3.33 | 4618718 | 0 | false |
app-20220209230053-0028 | 36 | 3.33 | 59206 | 0 | false |
app-20220209230053-0028 | 50 | 7.76 | 661105 | 0 | false |
app-20220209230053-0028 | 43 | 3.33 | 25052 | 0 | false |
app-20220209230053-0028 | 37 | 5.73 | 8697022 | 1449502 | false |
app-20220209230053-0028 | 39 | 2.95 | 77 | 0 | false |
app-20220209230053-0028 | 53 | 2.68 | 456328 | 182530 | false |
app-20220209230053-0028 | 45 | 3.33 | 34900 | 0 | false |
app-20220209230053-0028 | 51 | 8.28 | 13701110 | 2997113 | false |
app-20220209230053-0028 | 31 | 2.95 | 701 | 0 | false |
app-20220209230053-0028 | 46 | 3.37 | 2366404 | 0 | false |
app-20220209230053-0028 | 52 | 8.28 | 17309649 | 3786482 | false |
app-20220209230053-0028 | 32 | 2.9 | 5351 | 0 | false |
app-20220209230053-0028 | 34 | 2.95 | 764 | 0 | false |
app-20220209230053-0028 | 33 | 2.95 | 1153 | 0 | false |
app-20220209230053-0028 | 48 | 3.33 | 28729 | 0 | false |
app-20220209230053-0028 | 49 | 3.94 | 509837 | 0 | false |
app-20220209230053-0028 | 41 | 3.33 | 23824 | 0 | false |
app-20220209230053-0028 | 47 | 3.71 | 5071811 | 0 | false |
app-20220209230750-0036 | 42 | 5.98 | 600422 | 0 | false |
app-20220209230750-0036 | 34 | 3.61 | 743462 | 0 | false |
app-20220209230750-0036 | 41 | 6.33 | 219915 | 24435 | false |
app-20220209230750-0036 | 32 | 2.95 | 1026 | 0 | false |
app-20220209230750-0036 | 40 | 3.33 | 216977 | 0 | false |
app-20220209230750-0036 | 33 | 3.33 | 31565 | 0 | false |
app-20220209230750-0036 | 31 | 2.95 | 22333 | 0 | false |
app-20220209230750-0036 | 38 | 4.01 | 796870 | 0 | false |
app-20220209230750-0036 | 39 | 4.3 | 579941 | 0 | false |
app-20220209230750-0036 | 35 | 6.45 | 1095379 | 0 | false |
app-20220209230750-0036 | 37 | 6.45 | 3390912 | 0 | false |
app-20220209230750-0036 | 43 | 3.0 | 317 | 0 | false |
app-20220209230750-0036 | 36 | 3.61 | 748634 | 0 | false |
app-20220209224725-0012 | 60 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 48 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 67 | 4.34 | 116 | 0 | false |
app-20220209224725-0012 | 39 | 3.54 | 321010 | 0 | false |
app-20220209224725-0012 | 57 | 4.34 | 355 | 0 | false |
app-20220209224725-0012 | 47 | 4.34 | 403 | 0 | false |
app-20220209224725-0012 | 70 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 53 | 4.34 | 319 | 0 | false |
app-20220209224725-0012 | 38 | 3.54 | 417745 | 0 | false |
app-20220209224725-0012 | 52 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 32 | 3.54 | 459002 | 0 | false |
app-20220209224725-0012 | 74 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 61 | 4.34 | 351 | 0 | false |
app-20220209224725-0012 | 76 | 2.95 | 345 | 0 | false |
app-20220209224725-0012 | 44 | 3.54 | 715730 | 0 | false |
app-20220209224725-0012 | 45 | 3.54 | 301672 | 0 | false |
app-20220209224725-0012 | 33 | 3.54 | 270046 | 0 | false |
app-20220209224725-0012 | 58 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 63 | 4.34 | 493 | 0 | false |
app-20220209224725-0012 | 66 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 69 | 4.34 | 60 | 0 | false |
app-20220209224725-0012 | 75 | 4.34 | 238 | 0 | false |
app-20220209224725-0012 | 62 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 73 | 4.34 | 229 | 0 | false |
app-20220209224725-0012 | 64 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 46 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 71 | 4.34 | 230 | 0 | false |
app-20220209224725-0012 | 65 | 4.34 | 391 | 0 | false |
app-20220209224725-0012 | 31 | 3.54 | 2284766 | 0 | false |
app-20220209224725-0012 | 55 | 4.34 | 359 | 0 | false |
app-20220209224725-0012 | 40 | 3.54 | 444891 | 0 | false |
app-20220209224725-0012 | 50 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 54 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 36 | 3.54 | 591557 | 0 | false |
app-20220209224725-0012 | 34 | 3.54 | 312789 | 0 | false |
app-20220209224725-0012 | 49 | 4.34 | 392 | 0 | false |
app-20220209224725-0012 | 42 | 3.54 | 493357 | 0 | false |
app-20220209224725-0012 | 72 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 37 | 3.54 | 435568 | 0 | false |
app-20220209224725-0012 | 51 | 4.34 | 407 | 0 | false |
app-20220209224725-0012 | 68 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 59 | 4.34 | 408 | 0 | false |
app-20220209224725-0012 | 56 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 41 | 3.54 | 318752 | 0 | false |
app-20220209224725-0012 | 35 | 3.54 | 415493 | 0 | false |
app-20220209224725-0012 | 43 | 3.54 | 277069 | 0 | false |
app-20220209233831-0081 | 44 | 3.94 | 417661 | 0 | false |
app-20220209233831-0081 | 43 | 4.3 | 441931 | 0 | false |
app-20220209233831-0081 | 47 | 3.0 | 315 | 0 | false |
app-20220209233831-0081 | 40 | 3.33 | 2196010 | 0 | false |
app-20220209233831-0081 | 33 | 3.33 | 254652 | 0 | false |
app-20220209233831-0081 | 45 | 4.3 | 487701 | 0 | false |
app-20220209233831-0081 | 32 | 2.9 | 734 | 0 | false |
app-20220209233831-0081 | 34 | 3.33 | 580229 | 0 | false |
app-20220209233831-0081 | 31 | 2.9 | 720 | 0 | false |
app-20220209233831-0081 | 39 | 6.04 | 2047617 | 0 | false |
app-20220209233831-0081 | 38 | 3.33 | 608034 | 0 | false |
app-20220209233831-0081 | 42 | 4.01 | 439284 | 0 | false |
app-20220209233831-0081 | 46 | 8.35 | 1560260 | 0 | false |
app-20220209233831-0081 | 41 | 6.04 | 1630341 | 0 | false |
app-20220209233831-0081 | 35 | 6.04 | 1807228 | 0 | false |
app-20220209233831-0081 | 37 | 6.04 | 3659231 | 0 | false |
app-20220209233831-0081 | 36 | 3.33 | 560292 | 0 | false |
app-20220209231114-0042 | 31 | 2.95 | 922 | 0 | false |
app-20220209231114-0042 | 36 | 4.55 | 511528 | 0 | false |
app-20220209231114-0042 | 37 | 3.0 | 210 | 0 | false |
app-20220209231114-0042 | 35 | 4.3 | 609916 | 0 | false |
app-20220209231114-0042 | 33 | 2.9 | 5804 | 0 | false |
app-20220209231114-0042 | 34 | 3.68 | 2513313 | 0 | false |
app-20220209231114-0042 | 32 | 2.95 | 1057 | 0 | false |
app-20220209235046-0096 | 37 | 3.0 | 259 | 0 | false |
app-20220209235046-0096 | 35 | 4.3 | 965075 | 0 | false |
app-20220209235046-0096 | 32 | 2.9 | 6405 | 0 | false |
app-20220209235046-0096 | 33 | 2.95 | 1182 | 0 | false |
app-20220209235046-0096 | 34 | 3.72 | 2407080 | 0 | false |
app-20220209235046-0096 | 36 | 4.3 | 648825 | 129765 | false |
app-20220209235046-0096 | 31 | 2.9 | 914 | 0 | false |
app-20220209231505-0049 | 32 | 2.95 | 5516 | 0 | false |
app-20220209231505-0049 | 34 | 3.9 | 641427 | 0 | false |
app-20220209231505-0049 | 35 | 3.0 | 248 | 0 | false |
app-20220209231505-0049 | 31 | 2.95 | 976 | 0 | false |
app-20220209231505-0049 | 33 | 3.71 | 2078592 | 0 | false |
app-20220209225818-0025 | 33 | 2.95 | 6013 | 0 | false |
app-20220209225818-0025 | 36 | 3.0 | 544 | 0 | false |
app-20220209225818-0025 | 31 | 2.9 | 1361 | 0 | false |
app-20220209225818-0025 | 32 | 2.9 | 1240 | 0 | false |
app-20220209225818-0025 | 35 | 3.62 | 1015964 | 0 | false |
app-20220209225818-0025 | 34 | 3.72 | 47804 | 0 | false |
app-20220209225607-0021 | 38 | 3.33 | 387672 | 0 | false |
app-20220209225607-0021 | 34 | 2.9 | 6157 | 0 | false |
app-20220209225607-0021 | 35 | 3.33 | 1378114 | 0 | false |
app-20220209225607-0021 | 37 | 6.91 | 3272073 | 0 | false |
app-20220209225607-0021 | 31 | 2.95 | 714 | 0 | false |
app-20220209225607-0021 | 40 | 3.9 | 201893 | 0 | false |
app-20220209225607-0021 | 39 | 5.67 | 1946956 | 0 | false |
app-20220209225607-0021 | 33 | 2.9 | 1214 | 0 | false |
app-20220209225607-0021 | 36 | 3.33 | 622516 | 0 | false |
app-20220209225607-0021 | 32 | 2.95 | 700 | 0 | false |
app-20220209225607-0021 | 41 | 3.0 | 269 | 0 | false |
app-20220209225749-0024 | 32 | 2.9 | 6036 | 0 | false |
app-20220209225749-0024 | 33 | 3.71 | 359383 | 0 | false |
app-20220209225749-0024 | 31 | 2.95 | 1315 | 0 | false |
app-20220209225749-0024 | 35 | 4.55 | 715482 | 0 | false |
app-20220209225749-0024 | 34 | 4.3 | 958227 | 0 | false |
app-20220209225749-0024 | 36 | 3.0 | 531 | 0 | false |
app-20220209231439-0048 | 31 | 3.54 | 8109 | 0 | false |
app-20220209231439-0048 | 36 | 3.9 | 65909 | 0 | false |
app-20220209231439-0048 | 37 | 3.0 | 683 | 0 | false |
app-20220209231439-0048 | 32 | 2.6 | 0 | 0 | true |
app-20220209231439-0048 | 33 | 3.82 | 83422 | 0 | false |
app-20220209231439-0048 | 35 | 2.6 | 0 | 0 | true |
app-20220209231439-0048 | 34 | 3.63 | 3441 | 0 | false |
app-20220209232045-0059 | 31 | 2.95 | 1017 | 0 | false |
app-20220209232045-0059 | 32 | 2.95 | 5391 | 0 | false |
app-20220209232045-0059 | 35 | 3.0 | 269 | 0 | false |
app-20220209232045-0059 | 33 | 3.71 | 1986094 | 0 | false |
app-20220209232045-0059 | 34 | 3.9 | 690319 | 0 | false |
app-20220209224648-0011 | 32 | 2.9 | 1241 | 0 | false |
app-20220209224648-0011 | 40 | 3.67 | 1155731 | 0 | false |
app-20220209224648-0011 | 31 | 2.95 | 1005 | 0 | false |
app-20220209224648-0011 | 37 | 3.94 | 1180107 | 0 | false |
app-20220209224648-0011 | 41 | 6.45 | 356915 | 0 | false |
app-20220209224648-0011 | 33 | 3.37 | 217326 | 0 | false |
app-20220209224648-0011 | 43 | 3.0 | 199 | 0 | false |
app-20220209224648-0011 | 42 | 3.9 | 139846 | 0 | false |
app-20220209224648-0011 | 36 | 3.33 | 37191 | 0 | false |
app-20220209224648-0011 | 38 | 7.86 | 449220 | 0 | false |
app-20220209224648-0011 | 39 | 4.3 | 110154 | 0 | false |
app-20220209224648-0011 | 34 | 3.33 | 39348 | 0 | false |
app-20220209224648-0011 | 35 | 6.45 | 3005041 | 0 | false |
app-20220209224756-0013 | 38 | 6.27 | 5393922 | 567780 | false |
app-20220209224756-0013 | 40 | 3.0 | 247 | 0 | false |
app-20220209224756-0013 | 36 | 3.75 | 154489 | 0 | false |
app-20220209224756-0013 | 34 | 3.75 | 1406700 | 0 | false |
app-20220209224756-0013 | 31 | 2.9 | 2548 | 0 | false |
app-20220209224756-0013 | 32 | 2.95 | 852 | 0 | false |
app-20220209224756-0013 | 35 | 3.33 | 65257 | 0 | false |
app-20220209224756-0013 | 33 | 2.95 | 22123 | 0 | false |
app-20220209224756-0013 | 39 | 3.9 | 549588 | 0 | false |
app-20220209224756-0013 | 37 | 3.75 | 150072 | 0 | false |
app-20220209235141-0098 | 39 | 4.34 | 314408 | 0 | false |
app-20220209235141-0098 | 42 | 2.78 | 0 | 0 | true |
app-20220209235141-0098 | 34 | 2.9 | 1104 | 0 | false |
app-20220209235141-0098 | 37 | 3.33 | 123845 | 0 | false |
app-20220209235141-0098 | 38 | 5.78 | 2429250 | 0 | false |
app-20220209235141-0098 | 31 | 2.95 | 1242 | 0 | false |
app-20220209235141-0098 | 43 | 4.3 | 145210 | 0 | false |
app-20220209235141-0098 | 36 | 3.67 | 54739 | 0 | false |
app-20220209235141-0098 | 40 | 2.78 | 0 | 0 | true |
app-20220209235141-0098 | 32 | 2.95 | 20611 | 0 | false |
app-20220209235141-0098 | 33 | 2.95 | 957 | 0 | false |
app-20220209235141-0098 | 41 | 2.78 | 0 | 0 | true |
app-20220209235141-0098 | 44 | 6.1 | 12646 | 0 | false |
app-20220209235141-0098 | 35 | 2.9 | 2186 | 0 | false |
app-20220209231256-0045 | 32 | 2.9 | 838 | 0 | false |
app-20220209231256-0045 | 33 | 2.9 | 6217 | 0 | false |
app-20220209231256-0045 | 41 | 2.64 | 0 | 0 | true |
app-20220209231256-0045 | 35 | 3.72 | 33955 | 0 | false |
app-20220209231256-0045 | 42 | 2.64 | 0 | 0 | true |
app-20220209231256-0045 | 37 | 3.72 | 33154 | 0 | false |
app-20220209231256-0045 | 31 | 2.95 | 700 | 0 | false |
app-20220209231256-0045 | 44 | 6.91 | 506140 | 0 | false |
app-20220209231256-0045 | 36 | 3.94 | 393170 | 0 | false |
app-20220209231256-0045 | 34 | 2.95 | 945 | 0 | false |
app-20220209231256-0045 | 40 | 2.64 | 0 | 0 | true |
app-20220209231256-0045 | 43 | 2.64 | 0 | 0 | true |
app-20220209231256-0045 | 38 | 3.94 | 1744813 | 0 | false |
app-20220209231256-0045 | 45 | 6.1 | 1050573 | 0 | false |
app-20220209231256-0045 | 39 | 7.45 | 1023721 | 0 | false |
app-20220209224316-0007 | 48 | 4.3 | 487756 | 0 | false |
app-20220209224316-0007 | 34 | 3.33 | 279385 | 0 | false |
app-20220209224316-0007 | 36 | 3.33 | 805680 | 0 | false |
app-20220209224316-0007 | 38 | 3.33 | 1127786 | 0 | false |
app-20220209224316-0007 | 47 | 3.94 | 431055 | 0 | false |
app-20220209224316-0007 | 45 | 6.04 | 13349286 | 0 | false |
app-20220209224316-0007 | 35 | 6.04 | 19573046 | 0 | false |
app-20220209224316-0007 | 31 | 2.9 | 1186 | 0 | false |
app-20220209224316-0007 | 41 | 6.04 | 9850301 | 0 | false |
app-20220209224316-0007 | 53 | 3.0 | 241 | 0 | false |
app-20220209224316-0007 | 39 | 6.04 | 18402446 | 0 | false |
app-20220209224316-0007 | 42 | 3.33 | 393456 | 0 | false |
app-20220209224316-0007 | 50 | 4.3 | 512640 | 0 | false |
app-20220209224316-0007 | 44 | 3.33 | 2478797 | 0 | false |
app-20220209224316-0007 | 43 | 6.04 | 5018114 | 0 | false |
app-20220209224316-0007 | 40 | 3.33 | 733210 | 0 | false |
app-20220209224316-0007 | 51 | 4.3 | 515369 | 0 | false |
app-20220209224316-0007 | 46 | 3.94 | 770947 | 0 | false |
app-20220209224316-0007 | 32 | 2.9 | 707 | 0 | false |
app-20220209224316-0007 | 52 | 8.35 | 2747585 | 0 | false |
app-20220209224316-0007 | 33 | 3.33 | 1830306 | 0 | false |
app-20220209224316-0007 | 37 | 6.04 | 5448378 | 0 | false |
app-20220209224316-0007 | 49 | 4.01 | 567023 | 0 | false |
app-20220209234754-0091 | 31 | 3.37 | 2792403 | 0 | false |
app-20220209234754-0091 | 36 | 3.7 | 55108 | 0 | false |
app-20220209234754-0091 | 38 | 4.2 | 217327 | 0 | false |
app-20220209234754-0091 | 34 | 2.95 | 520 | 0 | false |
app-20220209234754-0091 | 35 | 2.95 | 12240 | 0 | false |
app-20220209234754-0091 | 39 | 2.78 | 0 | 0 | true |
app-20220209234754-0091 | 37 | 2.78 | 0 | 0 | true |
app-20220209234754-0091 | 33 | 2.9 | 860 | 0 | false |
app-20220209234754-0091 | 40 | 3.75 | 734901 | 0 | false |
app-20220209234754-0091 | 41 | 3.0 | 346 | 0 | false |
app-20220209234754-0091 | 32 | 2.9 | 355 | 0 | false |
app-20220209232242-0063 | 32 | 2.95 | 22511 | 0 | false |
app-20220209232242-0063 | 35 | 3.72 | 474053 | 0 | false |
app-20220209232242-0063 | 37 | 3.72 | 178166 | 0 | false |
app-20220209232242-0063 | 39 | 3.9 | 277181 | 0 | false |
app-20220209232242-0063 | 38 | 4.34 | 2418570 | 0 | false |
app-20220209232242-0063 | 40 | 3.0 | 279 | 0 | false |
app-20220209232242-0063 | 31 | 2.95 | 760 | 0 | false |
app-20220209232242-0063 | 36 | 3.72 | 348149 | 0 | false |
app-20220209232242-0063 | 34 | 3.48 | 4301 | 0 | false |
app-20220209232242-0063 | 33 | 2.95 | 5496 | 0 | false |
app-20220209232500-0067 | 36 | 3.72 | 850479 | 0 | false |
app-20220209232500-0067 | 35 | 3.72 | 934763 | 0 | false |
app-20220209232500-0067 | 37 | 3.72 | 63271 | 0 | false |
app-20220209232500-0067 | 40 | 3.0 | 243 | 0 | false |
app-20220209232500-0067 | 31 | 2.95 | 1000 | 0 | false |
app-20220209232500-0067 | 34 | 3.48 | 3841 | 0 | false |
app-20220209232500-0067 | 33 | 2.95 | 5817 | 0 | false |
app-20220209232500-0067 | 32 | 2.95 | 23002 | 0 | false |
app-20220209232500-0067 | 38 | 4.34 | 1706437 | 0 | false |
app-20220209232500-0067 | 39 | 3.9 | 245823 | 0 | false |
app-20220209234532-0087 | 31 | 2.95 | 1378 | 0 | false |
app-20220209234532-0087 | 44 | 7.85 | 2042645 | 127665 | false |
app-20220209234532-0087 | 41 | 3.33 | 1154273 | 0 | false |
app-20220209234532-0087 | 42 | 3.37 | 761369 | 0 | false |
app-20220209234532-0087 | 47 | 3.9 | 167144 | 0 | false |
app-20220209234532-0087 | 34 | 2.9 | 730 | 0 | false |
app-20220209234532-0087 | 40 | 3.37 | 853020 | 0 | false |
app-20220209234532-0087 | 33 | 2.9 | 914 | 0 | false |
app-20220209234532-0087 | 38 | 3.33 | 89863 | 0 | false |
app-20220209234532-0087 | 43 | 7.85 | 1710173 | 106885 | false |
app-20220209234532-0087 | 48 | 3.0 | 220 | 0 | false |
app-20220209234532-0087 | 45 | 7.85 | 3459742 | 216233 | false |
app-20220209234532-0087 | 39 | 3.33 | 494266 | 0 | false |
app-20220209234532-0087 | 46 | 2.94 | 652694 | 217563 | false |
app-20220209234532-0087 | 35 | 2.9 | 1036 | 0 | false |
app-20220209234532-0087 | 32 | 2.95 | 1383 | 0 | false |
app-20220209234532-0087 | 36 | 2.95 | 5670 | 0 | false |
app-20220209234532-0087 | 37 | 3.37 | 1233606 | 0 | false |
app-20220209232841-0073 | 35 | 3.61 | 3266643 | 272220 | false |
app-20220209232841-0073 | 34 | 2.9 | 1104 | 0 | false |
app-20220209232841-0073 | 37 | 3.18 | 831509 | 277168 | false |
app-20220209232841-0073 | 36 | 3.61 | 927511 | 77292 | false |
app-20220209232841-0073 | 31 | 2.95 | 984 | 0 | false |
app-20220209232841-0073 | 32 | 2.95 | 882 | 0 | false |
app-20220209232841-0073 | 33 | 2.9 | 709 | 0 | false |
app-20220209232841-0073 | 39 | 3.0 | 264 | 0 | false |
app-20220209232841-0073 | 38 | 3.9 | 257777 | 0 | false |
app-20220209234412-0085 | 38 | 7.85 | 4660460 | 0 | false |
app-20220209234412-0085 | 37 | 3.37 | 500540 | 0 | false |
app-20220209234412-0085 | 42 | 3.0 | 273 | 0 | false |
app-20220209234412-0085 | 39 | 7.85 | 1163782 | 0 | false |
app-20220209234412-0085 | 41 | 7.79 | 6766750 | 0 | false |
app-20220209234412-0085 | 36 | 2.73 | 3065804 | 0 | false |
app-20220209234412-0085 | 40 | 7.85 | 5326278 | 0 | false |
app-20220209234412-0085 | 32 | 3.33 | 1206608 | 0 | false |
app-20220209234412-0085 | 31 | 2.9 | 1128 | 0 | false |
app-20220209234412-0085 | 35 | 3.37 | 480342 | 0 | false |
app-20220209234412-0085 | 33 | 3.37 | 1044334 | 0 | false |
app-20220209234412-0085 | 34 | 3.33 | 537612 | 0 | false |
app-20220209224220-0005 | 36 | 4.2 | 89436 | 0 | false |
app-20220209224220-0005 | 31 | 2.9 | 736 | 0 | false |
app-20220209224220-0005 | 44 | 2.8 | 0 | 0 | true |
app-20220209224220-0005 | 41 | 2.8 | 0 | 0 | true |
app-20220209224220-0005 | 38 | 2.8 | 0 | 0 | true |
app-20220209224220-0005 | 37 | 2.8 | 0 | 0 | true |
app-20220209224220-0005 | 43 | 2.8 | 0 | 0 | true |
app-20220209224220-0005 | 34 | 3.4 | 4520914 | 0 | false |
app-20220209224220-0005 | 32 | 2.95 | 692 | 0 | false |
app-20220209224220-0005 | 33 | 2.95 | 898 | 0 | false |
app-20220209224220-0005 | 45 | 2.8 | 0 | 0 | true |
app-20220209224220-0005 | 46 | 4.84 | 12730 | 0 | false |
app-20220209224220-0005 | 39 | 6.88 | 73927 | 0 | false |
app-20220209224220-0005 | 35 | 2.8 | 0 | 0 | true |
app-20220209224220-0005 | 42 | 6.43 | 24713 | 0 | false |
app-20220209224220-0005 | 40 | 2.8 | 0 | 0 | true |
app-20220209232531-0068 | 44 | 3.0 | 353 | 0 | false |
app-20220209232531-0068 | 37 | 3.33 | 32522 | 0 | false |
app-20220209232531-0068 | 42 | 5.87 | 716505 | 0 | false |
app-20220209232531-0068 | 31 | 2.95 | 817 | 0 | false |
app-20220209232531-0068 | 35 | 2.95 | 985 | 0 | false |
app-20220209232531-0068 | 38 | 5.87 | 2346453 | 0 | false |
app-20220209232531-0068 | 32 | 2.95 | 1101 | 0 | false |
app-20220209232531-0068 | 36 | 3.67 | 988849 | 0 | false |
app-20220209232531-0068 | 43 | 3.54 | 125 | 0 | false |
app-20220209232531-0068 | 39 | 4.34 | 77 | 0 | false |
app-20220209232531-0068 | 34 | 2.95 | 22737 | 0 | false |
app-20220209232531-0068 | 33 | 2.95 | 5981 | 0 | false |
app-20220209232531-0068 | 41 | 2.82 | 0 | 0 | true |
app-20220209232531-0068 | 40 | 3.69 | 259935 | 0 | false |
app-20220209234611-0088 | 41 | 3.33 | 42782 | 0 | false |
app-20220209234611-0088 | 40 | 3.33 | 49031 | 0 | false |
app-20220209234611-0088 | 44 | 3.0 | 289 | 0 | false |
app-20220209234611-0088 | 32 | 3.33 | 45314 | 0 | false |
app-20220209234611-0088 | 35 | 3.61 | 1416368 | 0 | false |
app-20220209234611-0088 | 36 | 6.45 | 1079908 | 0 | false |
app-20220209234611-0088 | 38 | 4.3 | 959653 | 0 | false |
app-20220209234611-0088 | 34 | 6.45 | 3784569 | 0 | false |
app-20220209234611-0088 | 37 | 4.01 | 552872 | 0 | false |
app-20220209234611-0088 | 33 | 3.61 | 813372 | 0 | false |
app-20220209234611-0088 | 43 | 6.71 | 479127 | 0 | false |
app-20220209234611-0088 | 42 | 6.91 | 584929 | 0 | false |
app-20220209234611-0088 | 39 | 6.33 | 224600 | 24955 | false |
app-20220209234611-0088 | 31 | 2.95 | 712 | 0 | false |
app-20220209233802-0080 | 33 | 2.95 | 907 | 0 | false |
app-20220209233802-0080 | 39 | 2.71 | 0 | 0 | true |
app-20220209233802-0080 | 36 | 4.01 | 709516 | 0 | false |
app-20220209233802-0080 | 38 | 2.71 | 0 | 0 | true |
app-20220209233802-0080 | 32 | 2.95 | 1154 | 0 | false |
app-20220209233802-0080 | 41 | 6.91 | 176406 | 0 | false |
app-20220209233802-0080 | 34 | 3.33 | 265848 | 0 | false |
app-20220209233802-0080 | 42 | 6.1 | 86051 | 0 | false |
app-20220209233802-0080 | 40 | 2.71 | 0 | 0 | true |
app-20220209233802-0080 | 35 | 3.72 | 1422775 | 0 | false |
app-20220209233802-0080 | 31 | 2.95 | 712 | 0 | false |
app-20220209233802-0080 | 37 | 7.45 | 422932 | 0 | false |
app-20220209232701-0071 | 67 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 39 | 2.9 | 969 | 0 | false |
app-20220209232701-0071 | 81 | 6.91 | 165236 | 0 | false |
app-20220209232701-0071 | 79 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 80 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 73 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 41 | 3.37 | 807694 | 0 | false |
app-20220209232701-0071 | 74 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 32 | 2.9 | 721 | 0 | false |
app-20220209232701-0071 | 50 | 6.91 | 1940780 | 0 | false |
app-20220209232701-0071 | 36 | 2.9 | 2302 | 0 | false |
app-20220209232701-0071 | 35 | 2.9 | 753 | 0 | false |
app-20220209232701-0071 | 68 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 42 | 3.37 | 4629150 | 0 | false |
app-20220209232701-0071 | 64 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 60 | 7.45 | 206857 | 0 | false |
app-20220209232701-0071 | 66 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 61 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 40 | 3.33 | 1520003 | 0 | false |
app-20220209232701-0071 | 49 | 5.63 | 1258640 | 0 | false |
app-20220209232701-0071 | 70 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 63 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 34 | 2.9 | 1135 | 0 | false |
app-20220209232701-0071 | 54 | 6.91 | 2001958 | 0 | false |
app-20220209232701-0071 | 76 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 58 | 5.78 | 592364 | 0 | false |
app-20220209232701-0071 | 37 | 2.9 | 945 | 0 | false |
app-20220209232701-0071 | 38 | 2.9 | 903 | 0 | false |
app-20220209232701-0071 | 45 | 6.91 | 2252840 | 0 | false |
app-20220209232701-0071 | 55 | 5.14 | 1223245 | 174748 | false |
app-20220209232701-0071 | 47 | 3.33 | 49419 | 0 | false |
app-20220209232701-0071 | 33 | 2.9 | 1148 | 0 | false |
app-20220209232701-0071 | 44 | 6.25 | 7791216 | 973902 | false |
app-20220209232701-0071 | 78 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 69 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 57 | 6.91 | 1172228 | 0 | false |
app-20220209232701-0071 | 53 | 3.33 | 1303138 | 0 | false |
app-20220209232701-0071 | 71 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 52 | 4.3 | 137115 | 0 | false |
app-20220209232701-0071 | 65 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 77 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 48 | 3.33 | 50653 | 0 | false |
app-20220209232701-0071 | 31 | 2.95 | 5912 | 0 | false |
app-20220209232701-0071 | 59 | 4.3 | 175767 | 0 | false |
app-20220209232701-0071 | 62 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 75 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 46 | 5.14 | 1258887 | 179840 | false |
app-20220209232701-0071 | 82 | 6.1 | 436097 | 0 | false |
app-20220209232701-0071 | 51 | 5.78 | 1058976 | 0 | false |
app-20220209232701-0071 | 56 | 5.63 | 1080510 | 0 | false |
app-20220209232701-0071 | 43 | 3.37 | 724796 | 0 | false |
app-20220209232701-0071 | 72 | 2.75 | 0 | 0 | true |
app-20220209225233-0018 | 41 | 2.95 | 1507 | 0 | false |
app-20220209225233-0018 | 53 | 2.6 | 0 | 0 | true |
app-20220209225233-0018 | 46 | 3.67 | 897723 | 0 | false |
app-20220209225233-0018 | 47 | 3.67 | 1164829 | 0 | false |
app-20220209225233-0018 | 52 | 2.6 | 0 | 0 | true |
app-20220209225233-0018 | 61 | 9.07 | 3262143 | 0 | false |
app-20220209225233-0018 | 43 | 2.6 | 1358 | 679 | false |
app-20220209225233-0018 | 33 | 2.9 | 5319 | 0 | false |
app-20220209225233-0018 | 50 | 3.33 | 1111 | 0 | false |
app-20220209225233-0018 | 34 | 2.95 | 859 | 0 | false |
app-20220209225233-0018 | 57 | 2.6 | 0 | 0 | true |
app-20220209225233-0018 | 58 | 3.67 | 822295 | 0 | false |
app-20220209225233-0018 | 37 | 2.9 | 5205 | 0 | false |
app-20220209225233-0018 | 48 | 9.07 | 6261819 | 0 | false |
app-20220209225233-0018 | 49 | 4.24 | 357876 | 0 | false |
app-20220209225233-0018 | 56 | 3.33 | 51156 | 0 | false |
app-20220209225233-0018 | 31 | 2.95 | 1313 | 0 | false |
app-20220209225233-0018 | 65 | 7.82 | 757647 | 68877 | false |
app-20220209225233-0018 | 38 | 2.95 | 1355 | 0 | false |
app-20220209225233-0018 | 40 | 2.95 | 926 | 0 | false |
app-20220209225233-0018 | 44 | 2.95 | 225 | 0 | false |
app-20220209225233-0018 | 35 | 2.95 | 732 | 0 | false |
app-20220209225233-0018 | 39 | 2.95 | 1071 | 0 | false |
app-20220209225233-0018 | 42 | 3.29 | 5083750 | 462159 | false |
app-20220209225233-0018 | 55 | 2.6 | 0 | 0 | true |
app-20220209225233-0018 | 60 | 3.67 | 1168706 | 0 | false |
app-20220209225233-0018 | 54 | 2.6 | 0 | 0 | true |
app-20220209225233-0018 | 62 | 4.24 | 90128 | 0 | false |
app-20220209225233-0018 | 51 | 9.42 | 396848 | 0 | false |
app-20220209225233-0018 | 66 | 5.13 | 378755 | 116540 | false |
app-20220209225233-0018 | 63 | 3.33 | 31336 | 0 | false |
app-20220209225233-0018 | 67 | 3.0 | 223 | 0 | false |
app-20220209225233-0018 | 45 | 3.67 | 3608365 | 0 | false |
app-20220209225233-0018 | 64 | 7.82 | 569607 | 51782 | false |
app-20220209225233-0018 | 36 | 2.9 | 5406 | 0 | false |
app-20220209225233-0018 | 59 | 3.67 | 2136646 | 0 | false |
app-20220209225233-0018 | 32 | 2.95 | 725 | 0 | false |
app-20220209235705-0106 | 35 | 3.72 | 3491837 | 0 | false |
app-20220209235705-0106 | 34 | 2.95 | 944 | 0 | false |
app-20220209235705-0106 | 37 | 3.9 | 1062626 | 0 | false |
app-20220209235705-0106 | 33 | 2.9 | 1051 | 0 | false |
app-20220209235705-0106 | 38 | 3.0 | 265 | 0 | false |
app-20220209235705-0106 | 32 | 2.9 | 727 | 0 | false |
app-20220209235705-0106 | 36 | 2.71 | 0 | 0 | true |
app-20220209235705-0106 | 31 | 2.9 | 825 | 0 | false |
app-20220209231707-0053 | 31 | 2.95 | 1123 | 0 | false |
app-20220209231707-0053 | 32 | 2.95 | 849 | 0 | false |
app-20220209231707-0053 | 40 | 3.0 | 244 | 0 | false |
app-20220209231707-0053 | 36 | 3.33 | 258698 | 0 | false |
app-20220209231707-0053 | 37 | 6.21 | 2443897 | 0 | false |
app-20220209231707-0053 | 33 | 2.95 | 1117 | 0 | false |
app-20220209231707-0053 | 39 | 6.71 | 465297 | 0 | false |
app-20220209231707-0053 | 34 | 3.69 | 1769010 | 0 | false |
app-20220209231707-0053 | 35 | 3.33 | 49296 | 0 | false |
app-20220209231707-0053 | 38 | 6.91 | 1173511 | 0 | false |
app-20220209232803-0072 | 37 | 4.11 | 1581051 | 0 | false |
app-20220209232803-0072 | 38 | 6.42 | 803615 | 0 | false |
app-20220209232803-0072 | 34 | 3.68 | 2008936 | 0 | false |
app-20220209232803-0072 | 32 | 2.9 | 6598 | 0 | false |
app-20220209232803-0072 | 33 | 2.95 | 1110 | 0 | false |
app-20220209232803-0072 | 39 | 3.0 | 222 | 0 | false |
app-20220209232803-0072 | 36 | 4.3 | 2025555 | 0 | false |
app-20220209232803-0072 | 31 | 2.9 | 970 | 0 | false |
app-20220209232803-0072 | 35 | 3.68 | 3736014 | 0 | false |
app-20220209234649-0089 | 36 | 3.9 | 203231 | 0 | false |
app-20220209234649-0089 | 37 | 3.0 | 204 | 0 | false |
app-20220209234649-0089 | 32 | 2.95 | 1305 | 0 | false |
app-20220209234649-0089 | 35 | 6.45 | 1635641 | 0 | false |
app-20220209234649-0089 | 33 | 3.37 | 5482868 | 0 | false |
app-20220209234649-0089 | 34 | 3.62 | 15909 | 0 | false |
app-20220209234649-0089 | 31 | 2.95 | 5331 | 0 | false |
app-20220209224147-0004 | 38 | 3.33 | 57615 | 0 | false |
app-20220209224147-0004 | 37 | 5.59 | 595309 | 54119 | false |
app-20220209224147-0004 | 33 | 3.68 | 1141311 | 0 | false |
app-20220209224147-0004 | 36 | 4.01 | 1631076 | 0 | false |
app-20220209224147-0004 | 39 | 6.71 | 379029 | 0 | false |
app-20220209224147-0004 | 34 | 3.68 | 2625437 | 0 | false |
app-20220209224147-0004 | 35 | 4.3 | 1166672 | 0 | false |
app-20220209224147-0004 | 32 | 2.95 | 969 | 0 | false |
app-20220209224147-0004 | 40 | 3.0 | 218 | 0 | false |
app-20220209224147-0004 | 31 | 2.95 | 914 | 0 | false |
app-20220209234000-0083 | 33 | 3.64 | 5995673 | 0 | false |
app-20220209234000-0083 | 32 | 2.9 | 5985 | 0 | false |
app-20220209234000-0083 | 36 | 3.0 | 229 | 0 | false |
app-20220209234000-0083 | 35 | 3.9 | 261784 | 0 | false |
app-20220209234000-0083 | 34 | 2.67 | 0 | 0 | true |
app-20220209234000-0083 | 31 | 2.9 | 1160 | 0 | false |
app-20220209231143-0043 | 33 | 3.37 | 3844378 | 0 | false |
app-20220209231143-0043 | 35 | 6.45 | 1701305 | 0 | false |
app-20220209231143-0043 | 37 | 3.0 | 200 | 0 | false |
app-20220209231143-0043 | 32 | 2.95 | 1182 | 0 | false |
app-20220209231143-0043 | 36 | 3.9 | 178586 | 0 | false |
app-20220209231143-0043 | 34 | 3.62 | 23363 | 0 | false |
app-20220209231143-0043 | 31 | 2.95 | 5384 | 0 | false |
app-20220209232314-0064 | 44 | 3.0 | 318 | 0 | false |
app-20220209232314-0064 | 42 | 4.83 | 274987 | 0 | false |
app-20220209232314-0064 | 35 | 3.72 | 1150328 | 0 | false |
app-20220209232314-0064 | 43 | 7.26 | 710785 | 0 | false |
app-20220209232314-0064 | 31 | 2.9 | 951 | 0 | false |
app-20220209232314-0064 | 38 | 4.3 | 1178782 | 0 | false |
app-20220209232314-0064 | 39 | 4.84 | 756671 | 0 | false |
app-20220209232314-0064 | 33 | 2.9 | 685 | 0 | false |
app-20220209232314-0064 | 37 | 3.72 | 3211086 | 0 | false |
app-20220209232314-0064 | 34 | 2.9 | 1110 | 0 | false |
app-20220209232314-0064 | 32 | 2.9 | 5699 | 0 | false |
app-20220209232314-0064 | 36 | 4.3 | 482152 | 0 | false |
app-20220209232314-0064 | 41 | 4.83 | 335737 | 0 | false |
app-20220209232314-0064 | 40 | 4.34 | 265132 | 66283 | false |
app-20220209224544-0009 | 52 | 6.45 | 825131 | 0 | false |
app-20220209224544-0009 | 39 | 2.43 | 0 | 0 | true |
app-20220209224544-0009 | 49 | 6.91 | 2192839 | 0 | false |
app-20220209224544-0009 | 32 | 4.5 | 62 | 0 | false |
app-20220209224544-0009 | 36 | 4.5 | 312 | 0 | false |
app-20220209224544-0009 | 54 | 3.0 | 192 | 0 | false |
app-20220209224544-0009 | 37 | 2.43 | 0 | 0 | true |
app-20220209224544-0009 | 53 | 3.62 | 156665 | 0 | false |
app-20220209224544-0009 | 44 | 4.34 | 6842 | 0 | false |
app-20220209224544-0009 | 46 | 3.33 | 22104 | 0 | false |
app-20220209224544-0009 | 40 | 4.5 | 4586 | 0 | false |
app-20220209224544-0009 | 50 | 6.18 | 1690487 | 0 | false |
app-20220209224544-0009 | 43 | 2.43 | 0 | 0 | true |
app-20220209224544-0009 | 41 | 2.43 | 0 | 0 | true |
app-20220209224544-0009 | 45 | 2.95 | 317 | 0 | false |
app-20220209224544-0009 | 33 | 3.62 | 7744 | 0 | false |
app-20220209224544-0009 | 38 | 4.5 | 1073 | 0 | false |
app-20220209224544-0009 | 42 | 4.5 | 7935 | 0 | false |
app-20220209224544-0009 | 51 | 3.39 | 5183 | 863 | false |
app-20220209224544-0009 | 48 | 3.33 | 268230 | 0 | false |
app-20220209224544-0009 | 35 | 2.43 | 0 | 0 | true |
app-20220209224544-0009 | 47 | 3.33 | 112881 | 0 | false |
app-20220209224544-0009 | 34 | 4.34 | 1031446 | 0 | false |
app-20220209224544-0009 | 31 | 3.54 | 1445 | 0 | false |
app-20220209233444-0075 | 33 | 2.95 | 1074 | 0 | false |
app-20220209233444-0075 | 38 | 6.91 | 778002 | 0 | false |
app-20220209233444-0075 | 37 | 6.21 | 2271961 | 0 | false |
app-20220209233444-0075 | 31 | 2.95 | 1107 | 0 | false |
app-20220209233444-0075 | 40 | 3.0 | 273 | 0 | false |
app-20220209233444-0075 | 36 | 3.33 | 231471 | 0 | false |
app-20220209233444-0075 | 39 | 6.71 | 578351 | 0 | false |
app-20220209233444-0075 | 32 | 2.95 | 1262 | 0 | false |
app-20220209233444-0075 | 34 | 3.69 | 1204546 | 0 | false |
app-20220209233444-0075 | 35 | 3.33 | 41376 | 0 | false |
app-20220209225013-0017 | 46 | 9.07 | 6144499 | 0 | false |
app-20220209225013-0017 | 56 | 3.67 | 1387190 | 0 | false |
app-20220209225013-0017 | 49 | 2.73 | 0 | 0 | true |
app-20220209225013-0017 | 66 | 3.9 | 216038 | 0 | false |
app-20220209225013-0017 | 48 | 9.42 | 256002 | 0 | false |
app-20220209225013-0017 | 44 | 3.67 | 1550800 | 0 | false |
app-20220209225013-0017 | 34 | 2.95 | 1081 | 0 | false |
app-20220209225013-0017 | 55 | 3.33 | 64300 | 0 | false |
app-20220209225013-0017 | 36 | 2.9 | 5343 | 0 | false |
app-20220209225013-0017 | 61 | 3.33 | 137543 | 0 | false |
app-20220209225013-0017 | 40 | 3.29 | 5068417 | 460765 | false |
app-20220209225013-0017 | 45 | 3.67 | 729989 | 0 | false |
app-20220209225013-0017 | 42 | 3.33 | 3513 | 0 | false |
app-20220209225013-0017 | 64 | 7.82 | 627397 | 57036 | false |
app-20220209225013-0017 | 39 | 2.95 | 941 | 0 | false |
app-20220209225013-0017 | 59 | 9.07 | 3088447 | 0 | false |
app-20220209225013-0017 | 57 | 3.67 | 680022 | 0 | false |
app-20220209225013-0017 | 54 | 3.33 | 122388 | 0 | false |
app-20220209225013-0017 | 51 | 2.73 | 0 | 0 | true |
app-20220209225013-0017 | 50 | 2.73 | 0 | 0 | true |
app-20220209225013-0017 | 53 | 2.73 | 0 | 0 | true |
app-20220209225013-0017 | 31 | 2.9 | 6193 | 0 | false |
app-20220209225013-0017 | 41 | 2.6 | 1933 | 966 | false |
app-20220209225013-0017 | 47 | 4.24 | 292333 | 0 | false |
app-20220209225013-0017 | 32 | 2.95 | 1213 | 0 | false |
app-20220209225013-0017 | 60 | 4.24 | 113495 | 0 | false |
app-20220209225013-0017 | 38 | 2.95 | 723 | 0 | false |
app-20220209225013-0017 | 67 | 3.0 | 260 | 0 | false |
app-20220209225013-0017 | 52 | 2.73 | 0 | 0 | true |
app-20220209225013-0017 | 58 | 3.67 | 2098697 | 0 | false |
app-20220209225013-0017 | 43 | 3.67 | 3569769 | 0 | false |
app-20220209225013-0017 | 35 | 2.9 | 5770 | 0 | false |
app-20220209225013-0017 | 33 | 2.95 | 1280 | 0 | false |
app-20220209225013-0017 | 63 | 7.82 | 600289 | 54571 | false |
app-20220209225013-0017 | 65 | 3.2 | 1170316 | 468126 | false |
app-20220209225013-0017 | 37 | 2.95 | 1085 | 0 | false |
app-20220209225013-0017 | 62 | 7.82 | 798734 | 72612 | false |
app-20220209231631-0052 | 38 | 5.65 | 1801029 | 120068 | false |
app-20220209231631-0052 | 35 | 3.33 | 189778 | 0 | false |
app-20220209231631-0052 | 31 | 2.9 | 5980 | 0 | false |
app-20220209231631-0052 | 34 | 3.33 | 446819 | 0 | false |
app-20220209231631-0052 | 37 | 3.33 | 36237 | 0 | false |
app-20220209231631-0052 | 40 | 3.0 | 252 | 0 | false |
app-20220209231631-0052 | 36 | 6.91 | 3115193 | 0 | false |
app-20220209231631-0052 | 39 | 3.9 | 166321 | 0 | false |
app-20220209231631-0052 | 33 | 2.95 | 6007 | 0 | false |
app-20220209231631-0052 | 32 | 2.95 | 1141 | 0 | false |
app-20220209231405-0047 | 36 | 7.83 | 4572473 | 326605 | false |
app-20220209231405-0047 | 33 | 2.95 | 6243 | 0 | false |
app-20220209231405-0047 | 32 | 2.9 | 1228 | 0 | false |
app-20220209231405-0047 | 37 | 2.73 | 697153 | 232384 | false |
app-20220209231405-0047 | 35 | 3.33 | 104650 | 0 | false |
app-20220209231405-0047 | 34 | 3.37 | 2621751 | 0 | false |
app-20220209231405-0047 | 31 | 2.9 | 1222 | 0 | false |
app-20220209231405-0047 | 38 | 3.0 | 263 | 0 | false |
app-20220209230713-0035 | 37 | 3.33 | 612498 | 0 | false |
app-20220209230713-0035 | 39 | 3.33 | 2094653 | 0 | false |
app-20220209230713-0035 | 36 | 3.33 | 1183721 | 0 | false |
app-20220209230713-0035 | 38 | 6.91 | 2438428 | 0 | false |
app-20220209230713-0035 | 40 | 5.67 | 3484873 | 0 | false |
app-20220209230713-0035 | 42 | 3.0 | 208 | 0 | false |
app-20220209230713-0035 | 31 | 2.9 | 985 | 0 | false |
app-20220209230713-0035 | 32 | 2.95 | 712 | 0 | false |
app-20220209230713-0035 | 33 | 2.95 | 751 | 0 | false |
app-20220209230713-0035 | 41 | 3.9 | 198374 | 0 | false |
app-20220209230713-0035 | 35 | 2.9 | 5558 | 0 | false |
app-20220209230713-0035 | 34 | 2.95 | 940 | 0 | false |
app-20220209233914-0082 | 36 | 3.67 | 554466 | 0 | false |
app-20220209233914-0082 | 35 | 3.37 | 639443 | 0 | false |
app-20220209233914-0082 | 49 | 6.71 | 221029 | 0 | false |
app-20220209233914-0082 | 32 | 2.9 | 984 | 0 | false |
app-20220209233914-0082 | 33 | 2.95 | 5355 | 0 | false |
app-20220209233914-0082 | 42 | 3.67 | 259529 | 0 | false |
app-20220209233914-0082 | 47 | 4.3 | 338737 | 0 | false |
app-20220209233914-0082 | 31 | 2.9 | 877 | 0 | false |
app-20220209233914-0082 | 44 | 3.67 | 260596 | 0 | false |
app-20220209233914-0082 | 38 | 3.67 | 304094 | 0 | false |
app-20220209233914-0082 | 50 | 3.0 | 209 | 0 | false |
app-20220209233914-0082 | 46 | 4.3 | 1144032 | 0 | false |
app-20220209233914-0082 | 34 | 3.37 | 2719037 | 0 | false |
app-20220209233914-0082 | 40 | 7.95 | 4305956 | 0 | false |
app-20220209233914-0082 | 43 | 3.67 | 361819 | 0 | false |
app-20220209233914-0082 | 45 | 7.95 | 6272814 | 0 | false |
app-20220209233914-0082 | 37 | 3.37 | 794815 | 0 | false |
app-20220209233914-0082 | 48 | 4.3 | 239942 | 0 | false |
app-20220209233914-0082 | 41 | 4.3 | 1121560 | 0 | false |
app-20220209233914-0082 | 39 | 3.67 | 286184 | 0 | false |
app-20220209231846-0056 | 37 | 6.04 | 1027303 | 0 | false |
app-20220209231846-0056 | 36 | 3.37 | 597405 | 0 | false |
app-20220209231846-0056 | 32 | 3.37 | 66392 | 0 | false |
app-20220209231846-0056 | 42 | 4.3 | 145711 | 0 | false |
app-20220209231846-0056 | 39 | 3.37 | 741366 | 0 | false |
app-20220209231846-0056 | 40 | 6.04 | 837113 | 0 | false |
app-20220209231846-0056 | 35 | 3.37 | 225251 | 0 | false |
app-20220209231846-0056 | 45 | 3.9 | 230593 | 0 | false |
app-20220209231846-0056 | 34 | 6.04 | 2211184 | 0 | false |
app-20220209231846-0056 | 31 | 2.95 | 1231 | 0 | false |
app-20220209231846-0056 | 41 | 4.3 | 265559 | 0 | false |
app-20220209231846-0056 | 38 | 3.37 | 1386627 | 0 | false |
app-20220209231846-0056 | 46 | 3.0 | 207 | 0 | false |
app-20220209231846-0056 | 33 | 3.37 | 791067 | 0 | false |
app-20220209231846-0056 | 44 | 5.57 | 1142 | 0 | false |
app-20220209231846-0056 | 43 | 4.3 | 257044 | 0 | false |
app-20220209235552-0104 | 33 | 3.8 | 1144512 | 0 | false |
app-20220209235552-0104 | 31 | 2.95 | 827 | 0 | false |
app-20220209235552-0104 | 34 | 7.36 | 7191850 | 0 | false |
app-20220209235552-0104 | 35 | 4.34 | 222 | 0 | false |
app-20220209235552-0104 | 32 | 3.8 | 3138200 | 0 | false |
app-20220209234857-0093 | 35 | 4.55 | 559900 | 0 | false |
app-20220209234857-0093 | 31 | 2.95 | 688 | 0 | false |
app-20220209234857-0093 | 33 | 3.66 | 2351347 | 0 | false |
app-20220209234857-0093 | 34 | 4.3 | 587982 | 0 | false |
app-20220209234857-0093 | 36 | 3.0 | 211 | 0 | false |
app-20220209234857-0093 | 32 | 2.9 | 5313 | 0 | false |
app-20220209230539-0032 | 32 | 2.95 | 1662 | 0 | false |
app-20220209230539-0032 | 37 | 3.0 | 261 | 0 | false |
app-20220209230539-0032 | 33 | 2.95 | 925 | 0 | false |
app-20220209230539-0032 | 31 | 2.9 | 6484 | 0 | false |
app-20220209230539-0032 | 34 | 2.95 | 827 | 0 | false |
app-20220209230539-0032 | 36 | 3.9 | 1274279 | 0 | false |
app-20220209230539-0032 | 35 | 3.72 | 2718003 | 0 | false |
app-20220209233627-0078 | 36 | 2.8 | 0 | 0 | true |
app-20220209233627-0078 | 35 | 4.34 | 894667 | 0 | false |
app-20220209233627-0078 | 31 | 2.95 | 993 | 0 | false |
app-20220209233627-0078 | 38 | 6.1 | 949455 | 0 | false |
app-20220209233627-0078 | 34 | 3.53 | 2309865 | 0 | false |
app-20220209233627-0078 | 37 | 4.3 | 825504 | 0 | false |
app-20220209233627-0078 | 32 | 2.95 | 6073 | 0 | false |
app-20220209233627-0078 | 33 | 2.95 | 980 | 0 | false |
app-20220209224945-0016 | 36 | 3.37 | 7129 | 0 | false |
app-20220209224945-0016 | 31 | 2.9 | 1090 | 0 | false |
app-20220209224945-0016 | 33 | 2.9 | 881 | 0 | false |
app-20220209224945-0016 | 32 | 2.95 | 1136 | 0 | false |
app-20220209224945-0016 | 38 | 4.34 | 232 | 0 | false |
app-20220209224945-0016 | 37 | 5.78 | 2074068 | 0 | false |
app-20220209224945-0016 | 34 | 2.9 | 2314 | 0 | false |
app-20220209224945-0016 | 35 | 3.61 | 2179116 | 0 | false |
app-20220209231004-0040 | 33 | 2.95 | 1120 | 0 | false |
app-20220209231004-0040 | 37 | 7.45 | 966664 | 0 | false |
app-20220209231004-0040 | 39 | 2.71 | 0 | 0 | true |
app-20220209231004-0040 | 32 | 2.95 | 816 | 0 | false |
app-20220209231004-0040 | 31 | 2.95 | 1074 | 0 | false |
app-20220209231004-0040 | 38 | 2.71 | 0 | 0 | true |
app-20220209231004-0040 | 34 | 3.72 | 2379595 | 0 | false |
app-20220209231004-0040 | 41 | 6.91 | 328149 | 0 | false |
app-20220209231004-0040 | 36 | 3.33 | 32048 | 0 | false |
app-20220209231004-0040 | 40 | 2.71 | 0 | 0 | true |
app-20220209231004-0040 | 42 | 6.1 | 561089 | 0 | false |
app-20220209231004-0040 | 35 | 4.01 | 782784 | 0 | false |
app-20220209235239-0100 | 37 | 2.67 | 0 | 0 | true |
app-20220209235239-0100 | 38 | 2.67 | 0 | 0 | true |
app-20220209235239-0100 | 31 | 3.4 | 7753940 | 0 | false |
app-20220209235239-0100 | 35 | 2.67 | 0 | 0 | true |
app-20220209235239-0100 | 39 | 2.67 | 0 | 0 | true |
app-20220209235239-0100 | 36 | 6.04 | 19985645 | 0 | false |
app-20220209235239-0100 | 41 | 3.0 | 213 | 0 | false |
app-20220209235239-0100 | 32 | 3.37 | 758001 | 0 | false |
app-20220209235239-0100 | 34 | 2.67 | 0 | 0 | true |
app-20220209235239-0100 | 40 | 3.9 | 715052 | 0 | false |
app-20220209235239-0100 | 33 | 2.95 | 205 | 0 | false |
app-20220209233659-0079 | 31 | 2.95 | 2253 | 0 | false |
app-20220209233659-0079 | 35 | 2.9 | 718 | 0 | false |
app-20220209233659-0079 | 45 | 3.0 | 279 | 0 | false |
app-20220209233659-0079 | 40 | 3.33 | 1120562 | 0 | false |
app-20220209233659-0079 | 43 | 7.86 | 2378952 | 0 | false |
app-20220209233659-0079 | 34 | 2.95 | 852 | 0 | false |
app-20220209233659-0079 | 44 | 3.9 | 590585 | 0 | false |
app-20220209233659-0079 | 37 | 2.9 | 676 | 0 | false |
app-20220209233659-0079 | 38 | 2.9 | 6062 | 0 | false |
app-20220209233659-0079 | 39 | 3.33 | 2480746 | 0 | false |
app-20220209233659-0079 | 32 | 2.95 | 754 | 0 | false |
app-20220209233659-0079 | 41 | 5.61 | 17736664 | 0 | false |
app-20220209233659-0079 | 33 | 2.9 | 723 | 0 | false |
app-20220209233659-0079 | 42 | 3.37 | 1113495 | 0 | false |
app-20220209233659-0079 | 36 | 2.9 | 1117 | 0 | false |
app-20220209225644-0022 | 34 | 2.95 | 1232 | 0 | false |
app-20220209225644-0022 | 41 | 3.0 | 279 | 0 | false |
app-20220209225644-0022 | 33 | 2.9 | 2111 | 0 | false |
app-20220209225644-0022 | 40 | 3.9 | 1087230 | 0 | false |
app-20220209225644-0022 | 39 | 5.8 | 1847474 | 0 | false |
app-20220209225644-0022 | 38 | 3.33 | 4900 | 0 | false |
app-20220209225644-0022 | 31 | 2.95 | 1787 | 0 | false |
app-20220209225644-0022 | 36 | 3.61 | 1480774 | 0 | false |
app-20220209225644-0022 | 32 | 2.9 | 4927 | 0 | false |
app-20220209225644-0022 | 37 | 6.18 | 2940295 | 0 | false |
app-20220209225644-0022 | 35 | 3.37 | 215661 | 0 | false |
app-20220209231740-0054 | 35 | 3.72 | 3840225 | 0 | false |
app-20220209231740-0054 | 38 | 4.3 | 1026295 | 0 | false |
app-20220209231740-0054 | 42 | 4.83 | 182464 | 0 | false |
app-20220209231740-0054 | 43 | 7.26 | 549033 | 0 | false |
app-20220209231740-0054 | 34 | 2.9 | 1083 | 0 | false |
app-20220209231740-0054 | 36 | 4.3 | 545739 | 0 | false |
app-20220209231740-0054 | 40 | 4.83 | 291281 | 0 | false |
app-20220209231740-0054 | 31 | 2.9 | 780 | 0 | false |
app-20220209231740-0054 | 44 | 3.0 | 298 | 0 | false |
app-20220209231740-0054 | 32 | 2.9 | 998 | 0 | false |
app-20220209231740-0054 | 37 | 3.72 | 1619438 | 0 | false |
app-20220209231740-0054 | 41 | 4.34 | 201197 | 50299 | false |
app-20220209231740-0054 | 33 | 2.9 | 6255 | 0 | false |
app-20220209231740-0054 | 39 | 4.84 | 731839 | 0 | false |
app-20220209224833-0014 | 33 | 3.33 | 255030 | 0 | false |
app-20220209224833-0014 | 46 | 8.35 | 1530098 | 0 | false |
app-20220209224833-0014 | 39 | 5.93 | 2135067 | 213506 | false |
app-20220209224833-0014 | 44 | 3.56 | 426937 | 85387 | false |
app-20220209224833-0014 | 36 | 3.33 | 635557 | 0 | false |
app-20220209224833-0014 | 47 | 3.0 | 230 | 0 | false |
app-20220209224833-0014 | 34 | 3.33 | 655896 | 0 | false |
app-20220209224833-0014 | 35 | 5.93 | 1809231 | 180923 | false |
app-20220209224833-0014 | 31 | 2.9 | 1222 | 0 | false |
app-20220209224833-0014 | 41 | 5.93 | 1717389 | 171738 | false |
app-20220209224833-0014 | 43 | 3.43 | 556978 | 139244 | false |
app-20220209224833-0014 | 38 | 3.33 | 691175 | 0 | false |
app-20220209224833-0014 | 32 | 2.9 | 1130 | 0 | false |
app-20220209224833-0014 | 40 | 3.33 | 2320461 | 0 | false |
app-20220209224833-0014 | 42 | 3.13 | 505475 | 168491 | false |
app-20220209224833-0014 | 45 | 3.13 | 451848 | 150616 | false |
app-20220209224833-0014 | 37 | 5.93 | 3921401 | 392140 | false |
app-20220209234821-0092 | 35 | 2.9 | 1979 | 0 | false |
app-20220209234821-0092 | 36 | 3.33 | 1926531 | 0 | false |
app-20220209234821-0092 | 40 | 5.87 | 588764 | 0 | false |
app-20220209234821-0092 | 41 | 3.9 | 197338 | 0 | false |
app-20220209234821-0092 | 38 | 3.37 | 40706 | 0 | false |
app-20220209234821-0092 | 39 | 5.81 | 3747933 | 0 | false |
app-20220209234821-0092 | 31 | 2.95 | 1001 | 0 | false |
app-20220209234821-0092 | 32 | 2.9 | 2434 | 0 | false |
app-20220209234821-0092 | 37 | 3.37 | 1175209 | 0 | false |
app-20220209234821-0092 | 34 | 2.9 | 1070 | 0 | false |
app-20220209234821-0092 | 42 | 3.0 | 223 | 0 | false |
app-20220209234821-0092 | 33 | 2.9 | 913 | 0 | false |
app-20220209230826-0037 | 72 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 53 | 9.24 | 362626 | 0 | false |
app-20220209230826-0037 | 69 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 40 | 4.3 | 203101 | 0 | false |
app-20220209230826-0037 | 66 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 43 | 4.3 | 197091 | 0 | false |
app-20220209230826-0037 | 60 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 74 | 6.1 | 80534 | 0 | false |
app-20220209230826-0037 | 52 | 4.3 | 198469 | 0 | false |
app-20220209230826-0037 | 45 | 6.45 | 643496 | 0 | false |
app-20220209230826-0037 | 65 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 46 | 4.3 | 223109 | 0 | false |
app-20220209230826-0037 | 41 | 3.61 | 116589 | 0 | false |
app-20220209230826-0037 | 37 | 4.3 | 840541 | 0 | false |
app-20220209230826-0037 | 51 | 6.45 | 3493278 | 0 | false |
app-20220209230826-0037 | 62 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 68 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 71 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 47 | 3.61 | 272711 | 0 | false |
app-20220209230826-0037 | 63 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 34 | 3.61 | 687256 | 0 | false |
app-20220209230826-0037 | 31 | 2.9 | 1119 | 0 | false |
app-20220209230826-0037 | 39 | 6.45 | 675946 | 0 | false |
app-20220209230826-0037 | 36 | 6.45 | 1436474 | 0 | false |
app-20220209230826-0037 | 73 | 8.96 | 125170 | 0 | false |
app-20220209230826-0037 | 56 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 48 | 6.45 | 683716 | 0 | false |
app-20220209230826-0037 | 57 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 67 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 61 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 35 | 3.33 | 46570 | 0 | false |
app-20220209230826-0037 | 64 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 54 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 49 | 4.3 | 125628 | 0 | false |
app-20220209230826-0037 | 33 | 2.9 | 1088 | 0 | false |
app-20220209230826-0037 | 55 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 44 | 3.61 | 180299 | 0 | false |
app-20220209230826-0037 | 38 | 3.61 | 1070835 | 0 | false |
app-20220209230826-0037 | 58 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 59 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 32 | 2.9 | 1171 | 0 | false |
app-20220209230826-0037 | 42 | 6.45 | 624473 | 0 | false |
app-20220209230826-0037 | 70 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 50 | 3.61 | 326380 | 0 | false |
app-20220209232008-0058 | 34 | 3.68 | 2867068 | 0 | false |
app-20220209232008-0058 | 33 | 4.3 | 865584 | 0 | false |
app-20220209232008-0058 | 32 | 3.68 | 1035427 | 0 | false |
app-20220209232008-0058 | 40 | 3.0 | 437 | 0 | false |
app-20220209232008-0058 | 36 | 4.84 | 2160465 | 0 | false |
app-20220209232008-0058 | 39 | 4.5 | 1161360 | 0 | false |
app-20220209232008-0058 | 38 | 7.76 | 1816580 | 0 | false |
app-20220209232008-0058 | 35 | 4.3 | 1588280 | 0 | false |
app-20220209232008-0058 | 37 | 4.84 | 782649 | 0 | false |
app-20220209232008-0058 | 31 | 2.95 | 1089 | 0 | false |
app-20220209235212-0099 | 33 | 3.61 | 522036 | 0 | false |
app-20220209235212-0099 | 34 | 3.68 | 540303 | 0 | false |
app-20220209235212-0099 | 31 | 2.95 | 6529 | 0 | false |
app-20220209235212-0099 | 32 | 2.95 | 1404 | 0 | false |
app-20220209235212-0099 | 35 | 5.46 | 1025034 | 85419 | false |
app-20220209235212-0099 | 36 | 4.69 | 295 | 0 | false |
app-20220209232605-0069 | 32 | 2.9 | 1119 | 0 | false |
app-20220209232605-0069 | 33 | 2.95 | 1170 | 0 | false |
app-20220209232605-0069 | 31 | 2.9 | 1161 | 0 | false |
app-20220209232605-0069 | 38 | 3.0 | 458 | 0 | false |
app-20220209232605-0069 | 37 | 3.9 | 644589 | 0 | false |
app-20220209232605-0069 | 34 | 2.9 | 641 | 0 | false |
app-20220209232605-0069 | 36 | 2.71 | 0 | 0 | true |
app-20220209232605-0069 | 35 | 3.72 | 3569683 | 0 | false |
app-20220209232111-0060 | 33 | 2.95 | 6016 | 0 | false |
app-20220209232111-0060 | 31 | 2.95 | 734 | 0 | false |
app-20220209232111-0060 | 37 | 3.0 | 236 | 0 | false |
app-20220209232111-0060 | 34 | 3.72 | 2227526 | 0 | false |
app-20220209232111-0060 | 36 | 4.3 | 643976 | 128795 | false |
app-20220209232111-0060 | 35 | 4.3 | 999877 | 0 | false |
app-20220209232111-0060 | 32 | 2.9 | 1131 | 0 | false |
app-20220209224619-0010 | 35 | 3.72 | 2770017 | 0 | false |
app-20220209224619-0010 | 37 | 3.0 | 274 | 0 | false |
app-20220209224619-0010 | 32 | 2.9 | 5308 | 0 | false |
app-20220209224619-0010 | 33 | 2.95 | 1088 | 0 | false |
app-20220209224619-0010 | 36 | 3.9 | 1242297 | 0 | false |
app-20220209224619-0010 | 31 | 2.95 | 1088 | 0 | false |
app-20220209224619-0010 | 34 | 2.95 | 2094 | 0 | false |
app-20220209231559-0051 | 34 | 2.45 | 0 | 0 | true |
app-20220209231559-0051 | 33 | 3.54 | 999547 | 0 | false |
app-20220209231559-0051 | 42 | 2.45 | 0 | 0 | true |
app-20220209231559-0051 | 40 | 2.45 | 0 | 0 | true |
app-20220209231559-0051 | 38 | 3.74 | 458556 | 91711 | false |
app-20220209231559-0051 | 36 | 2.45 | 0 | 0 | true |
app-20220209231559-0051 | 37 | 3.74 | 1535005 | 307001 | false |
app-20220209231559-0051 | 44 | 4.74 | 485 | 0 | false |
app-20220209231559-0051 | 31 | 3.54 | 4179191 | 0 | false |
app-20220209231559-0051 | 45 | 3.0 | 258 | 0 | false |
app-20220209231559-0051 | 43 | 2.45 | 0 | 0 | true |
app-20220209231559-0051 | 39 | 2.45 | 0 | 0 | true |
app-20220209231559-0051 | 41 | 5.03 | 342 | 0 | false |
app-20220209231559-0051 | 32 | 2.9 | 2247 | 0 | false |
app-20220209231559-0051 | 35 | 4.34 | 306 | 0 | false |
app-20220209230348-0030 | 65 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 69 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 75 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 80 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 66 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 34 | 2.95 | 160 | 0 | false |
app-20220209230348-0030 | 81 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 59 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 39 | 5.93 | 9488711 | 0 | false |
app-20220209230348-0030 | 83 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 32 | 3.37 | 679259 | 0 | false |
app-20220209230348-0030 | 70 | 6.45 | 965311 | 0 | false |
app-20220209230348-0030 | 74 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 89 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 53 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 45 | 4.15 | 136445 | 0 | false |
app-20220209230348-0030 | 52 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 78 | 4.3 | 171200 | 0 | false |
app-20220209230348-0030 | 86 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 93 | 3.52 | 103993 | 25998 | false |
app-20220209230348-0030 | 82 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 57 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 43 | 4.2 | 74861 | 0 | false |
app-20220209230348-0030 | 54 | 4.3 | 178583 | 0 | false |
app-20220209230348-0030 | 64 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 72 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 41 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 37 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 40 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 77 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 79 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 47 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 44 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 55 | 2.9 | 522 | 0 | false |
app-20220209230348-0030 | 63 | 6.91 | 1233672 | 0 | false |
app-20220209230348-0030 | 56 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 33 | 3.33 | 38096 | 0 | false |
app-20220209230348-0030 | 73 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 88 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 42 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 71 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 84 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 76 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 35 | 2.9 | 1077 | 0 | false |
app-20220209230348-0030 | 68 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 36 | 3.33 | 10660 | 0 | false |
app-20220209230348-0030 | 92 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 48 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 49 | 6.45 | 518124 | 0 | false |
app-20220209230348-0030 | 91 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 67 | 2.74 | 0 | 0 | true |
App ID | SQL ID | Exec Name | Expression Name | Task Speedup Factor | Exec Duration | SQL Node Id | Exec Is Supported | Exec Stages | Exec Children | Exec Children Node Ids | Exec Should Remove |
---|---|---|---|---|---|---|---|---|---|---|---|
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 30 | false | 31 | null | null | true |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 89 | false | 39 | null | null | true |
app-20220209224509-0008 | 24 | WholeStageCodegen (15) | WholeStageCodegen (15) | 8.0 | 4234050 | 95 | true | 39 | Sort | 96 | false |
app-20220209224509-0008 | 24 | Exchange | null | 4.2 | 584 | 97 | true | 36:39 | null | null | false |
app-20220209224509-0008 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (8) | WholeStageCodegen (8) | 2.9 | 23059 | 65 | true | 37 | Project:Filter:ColumnarToRow | 66:67:68 | false |
app-20220209224509-0008 | 24 | Union | null | 3.0 | 0 | 85 | true | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (22) | WholeStageCodegen (22) | 4.5 | 18839 | 76 | true | 40 | HashAggregate | 77 | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 60 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Exchange | null | 4.2 | 80029 | 104 | true | 35:39 | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 40 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 54 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 81 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 536 | 114 | true | 34 | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 4.5 | 187988 | 9 | true | 40 | HashAggregate | 10 | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 56 | true | null | null | null | false |
app-20220209224509-0008 | 24 | SubqueryBroadcast | null | 3.0 | 1736 | 70 | true | null | null | null | false |
app-20220209224509-0008 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 33 | true | null | null | null | false |
app-20220209224509-0008 | 24 | HashAggregate | null | 4.5 | 0 | 77 | true | 40 | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 750661 | 109 | true | 35 | null | null | false |
app-20220209224509-0008 | 24 | HashAggregate | null | 4.5 | 0 | 6 | true | 40 | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 87 | true | null | null | null | false |
app-20220209224509-0008 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 35 | false | 38 | null | null | true |
app-20220209224509-0008 | 24 | BroadcastExchange | null | 3.0 | 1712 | 38 | true | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 4.13 | 315026 | 12 | true | 38 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin | 13:14:15:16:17 | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 113 | false | 34 | null | null | true |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 42 | false | 31 | null | null | true |
app-20220209224509-0008 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.9 | 760 | 27 | true | 31 | Project:Filter:ColumnarToRow | 28:29:30 | false |
app-20220209224509-0008 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | BroadcastExchange | null | 3.0 | 1567 | 71 | true | null | null | null | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 62 | false | 37 | null | null | true |
app-20220209224509-0008 | 24 | WholeStageCodegen (13) | WholeStageCodegen (13) | 2.9 | 17055 | 86 | true | 39 | Project:Filter:ColumnarToRow | 87:88:89 | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 283 | 48 | true | 32 | null | null | false |
app-20220209224509-0008 | 24 | Sort | null | 8.0 | 0 | 103 | true | 39 | null | null | false |
app-20220209224509-0008 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 106 | true | null | null | null | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 22 | false | 38 | null | null | true |
app-20220209224509-0008 | 24 | Union | null | 3.0 | 0 | 8 | true | null | null | null | false |
app-20220209224509-0008 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | HashAggregate | null | 4.5 | 0 | 10 | true | 40 | null | null | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 73 | true | 33 | null | null | false |
app-20220209224509-0008 | 24 | BroadcastExchange | null | 3.0 | 1537 | 110 | true | null | null | null | false |
app-20220209224509-0008 | 24 | SortMergeJoin | null | 22.7 | 0 | 94 | true | 39 | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 14 | true | null | null | null | false |
app-20220209224509-0008 | 24 | SubqueryBroadcast | null | 3.0 | 1736 | 101 | true | null | null | null | false |
app-20220209224509-0008 | 24 | BroadcastExchange | null | 3.0 | 1128 | 44 | true | null | null | null | false |
app-20220209224509-0008 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 61 | true | 37 | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (16) | WholeStageCodegen (16) | 2.9 | 1506623 | 105 | true | 35 | Project:Filter:ColumnarToRow | 106:107:108 | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 34 | true | 38 | null | null | false |
app-20220209224509-0008 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209224509-0008 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (20) | WholeStageCodegen (20) | 2.8 | 540 | 111 | true | 34 | Filter:ColumnarToRow | 112:113 | false |
app-20220209224509-0008 | 24 | SubqueryBroadcast | null | 3.0 | 1736 | 37 | true | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (14) | WholeStageCodegen (14) | 1.0 | 4090 | 98 | false | 36 | ColumnarToRow | 99 | false |
app-20220209224509-0008 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 12454 | 69 | true | 37 | null | null | false |
app-20220209224509-0008 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 68 | false | 37 | null | null | true |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 21 | true | 38 | null | null | false |
app-20220209224509-0008 | 24 | TakeOrderedAndProject | null | 3.0 | 0 | 1 | true | 41:42 | null | null | false |
app-20220209224509-0008 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 15 | true | 38 | null | null | false |
app-20220209224509-0008 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 57 | true | 37 | null | null | false |
app-20220209224509-0008 | 24 | Union | null | 3.0 | 0 | 18 | true | null | null | null | false |
app-20220209224509-0008 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 2.9 | 247099 | 59 | true | 37 | Project:Filter:ColumnarToRow | 60:61:62 | false |
app-20220209224509-0008 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (21) | WholeStageCodegen (21) | 4.13 | 3230425 | 79 | true | 39 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin | 80:81:82:83:84 | false |
app-20220209224509-0008 | 24 | Exchange | null | 4.2 | 768 | 78 | true | 39:40 | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 173035 | 23 | true | 38 | null | null | false |
app-20220209224509-0008 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 47 | false | 32 | null | null | true |
app-20220209224509-0008 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 82 | true | 39 | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 66 | true | null | null | null | false |
app-20220209224509-0008 | 24 | SubqueryBroadcast | null | 3.0 | 1736 | 91 | true | null | null | null | false |
app-20220209224509-0008 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 84 | true | 39 | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 19562 | 36 | true | 38 | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 515 | 75 | true | 33 | null | null | false |
app-20220209224509-0008 | 24 | Exchange | null | 4.2 | 206 | 4 | true | 40:41 | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 20 | true | null | null | null | false |
app-20220209224509-0008 | 24 | HashAggregate | null | 4.5 | 0 | 13 | true | 38 | null | null | false |
app-20220209224509-0008 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 55 | true | 37 | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (24) | WholeStageCodegen (24) | 4.5 | 30834 | 2 | true | 41 | HashAggregate | 3 | false |
app-20220209224509-0008 | 24 | Union | null | 3.0 | 0 | 58 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 29 | true | 31 | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (12) | WholeStageCodegen (12) | 4.5 | 34686 | 49 | true | 40 | HashAggregate | 50 | false |
app-20220209224509-0008 | 24 | HashAggregate | null | 4.5 | 0 | 50 | true | 40 | null | null | false |
app-20220209224509-0008 | 24 | SubqueryBroadcast | null | 3.0 | 1736 | 64 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Exchange | null | 4.2 | 4425 | 51 | true | 37:40 | null | null | false |
app-20220209224509-0008 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 88 | true | 39 | null | null | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 46 | true | 32 | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 743 | 31 | true | 31 | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 2399 | 100 | true | 36 | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 2.8 | 291 | 45 | true | 32 | Filter:ColumnarToRow | 46:47 | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 41 | true | 31 | null | null | false |
app-20220209224509-0008 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 17 | true | 38 | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 93 | true | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.9 | 325673 | 19 | true | 38 | Project:Filter:ColumnarToRow | 20:21:22 | false |
app-20220209224509-0008 | 24 | Expand | null | 3.0 | 0 | 7 | true | 40 | null | null | false |
app-20220209224509-0008 | 24 | Exchange | null | 4.2 | 6179 | 11 | true | 38:40 | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 28 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 16 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 67 | true | 37 | null | null | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 108 | false | 35 | null | null | true |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 107 | true | 35 | null | null | false |
app-20220209224509-0008 | 24 | SubqueryBroadcast | null | 3.0 | 1736 | 24 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 112 | true | 34 | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 83 | true | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (11) | WholeStageCodegen (11) | 4.13 | 235109 | 52 | true | 37 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin | 53:54:55:56:57 | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 132149 | 63 | true | 37 | null | null | false |
app-20220209224509-0008 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.9 | 760 | 39 | true | 31 | Project:Filter:ColumnarToRow | 40:41:42 | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 99 | false | 36 | null | null | true |
app-20220209224509-0008 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (10) | WholeStageCodegen (10) | 2.8 | 538 | 72 | true | 33 | Filter:ColumnarToRow | 73:74 | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 2.9 | 36275 | 32 | true | 38 | Project:Filter:ColumnarToRow | 33:34:35 | false |
app-20220209224509-0008 | 24 | HashAggregate | null | 4.5 | 0 | 53 | true | 37 | null | null | false |
app-20220209224509-0008 | 24 | HashAggregate | null | 4.5 | 0 | 3 | true | 41 | null | null | false |
app-20220209224509-0008 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (23) | WholeStageCodegen (23) | 3.75 | 201149 | 5 | true | 40 | HashAggregate:Expand | 6:7 | false |
app-20220209224509-0008 | 24 | BroadcastExchange | null | 3.0 | 1712 | 26 | true | null | null | null | false |
app-20220209224509-0008 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (18) | WholeStageCodegen (18) | 12.85 | 3376529 | 92 | true | 39 | Project:SortMergeJoin | 93:94 | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (17) | WholeStageCodegen (17) | 8.0 | 0 | 102 | true | 39 | Sort | 103 | false |
app-20220209224509-0008 | 24 | HashAggregate | null | 4.5 | 0 | 80 | true | 39 | null | null | false |
app-20220209224509-0008 | 24 | ReusedExchange | null | 1.0 | 0 | 25 | false | null | null | null | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 74 | false | 33 | null | null | true |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 8648 | 90 | true | 39 | null | null | false |
app-20220209224509-0008 | 24 | Sort | null | 8.0 | 0 | 96 | true | 39 | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 743 | 43 | true | 31 | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 35 | true | null | null | null | false |
app-20220209235114-0097 | 24 | Filter | null | 2.8 | 0 | 52 | true | 36 | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 49 | true | null | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 23 | true | null | null | null | false |
app-20220209235114-0097 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 16 | true | 35 | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 13 | true | null | null | null | false |
app-20220209235114-0097 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | Scan parquet | null | 3.0 | 913605 | 20 | true | 35 | null | null | false |
app-20220209235114-0097 | 24 | Exchange | null | 4.2 | 969 | 42 | true | 36:38 | null | null | false |
app-20220209235114-0097 | 24 | Scan parquet | null | 3.0 | 511 | 38 | true | 33 | null | null | false |
app-20220209235114-0097 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 46 | true | 36 | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 15 | true | null | null | null | false |
app-20220209235114-0097 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 3.84 | 418053 | 43 | true | 36 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:Filter:ColumnarToRow | 44:45:46:47:48:49:50:51:52:53 | false |
app-20220209235114-0097 | 24 | HashAggregate | null | 4.5 | 0 | 7 | true | 40 | null | null | false |
app-20220209235114-0097 | 24 | BroadcastExchange | null | 3.0 | 1401 | 55 | true | null | null | null | false |
app-20220209235114-0097 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209235114-0097 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 17 | true | null | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 57 | true | null | null | null | false |
app-20220209235114-0097 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 47 | true | null | null | null | false |
app-20220209235114-0097 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | WholeStageCodegen (8) | WholeStageCodegen (8) | 4.5 | 172 | 6 | true | 40 | HashAggregate | 7 | false |
app-20220209235114-0097 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | TakeOrderedAndProject | null | 3.0 | 0 | 2 | true | 40:41 | null | null | false |
app-20220209235114-0097 | 24 | Filter | null | 2.8 | 0 | 36 | true | 33 | null | null | false |
app-20220209235114-0097 | 24 | HashAggregate | null | 4.5 | 0 | 44 | true | 36 | null | null | false |
app-20220209235114-0097 | 24 | Scan parquet | null | 3.0 | 508 | 60 | true | 34 | null | null | false |
app-20220209235114-0097 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 4.5 | 42 | 40 | true | 38 | HashAggregate | 41 | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 4 | true | null | null | null | false |
app-20220209235114-0097 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 3.84 | 1443692 | 9 | true | 35 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:Filter:ColumnarToRow | 10:11:12:13:14:15:16:17:18:19 | false |
app-20220209235114-0097 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 45 | true | null | null | null | false |
app-20220209235114-0097 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.9 | 519 | 22 | true | 31 | Project:Filter:ColumnarToRow | 23:24:25 | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 11 | true | null | null | null | false |
app-20220209235114-0097 | 24 | Filter | null | 2.8 | 0 | 24 | true | 31 | null | null | false |
app-20220209235114-0097 | 24 | AdaptiveSparkPlan | null | 1.0 | 0 | 1 | false | null | null | null | false |
app-20220209235114-0097 | 24 | ColumnarToRow | null | 1.0 | 0 | 31 | false | 32 | null | null | true |
app-20220209235114-0097 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 14 | true | 35 | null | null | false |
app-20220209235114-0097 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.9 | 515 | 34 | true | 33 | Project:Filter:ColumnarToRow | 35:36:37 | false |
app-20220209235114-0097 | 24 | HashAggregate | null | 4.5 | 0 | 41 | true | 38 | null | null | false |
app-20220209235114-0097 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 29 | true | null | null | null | false |
app-20220209235114-0097 | 24 | WholeStageCodegen (9) | WholeStageCodegen (9) | 3.0 | 96 | 3 | true | 40 | Project | 4 | false |
app-20220209235114-0097 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | Filter | null | 2.8 | 0 | 58 | true | 34 | null | null | false |
app-20220209235114-0097 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 50 | true | 36 | null | null | false |
app-20220209235114-0097 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 48 | true | 36 | null | null | false |
app-20220209235114-0097 | 24 | BroadcastNestedLoopJoin | null | 3.0 | 0 | 5 | true | 40 | null | null | false |
app-20220209235114-0097 | 24 | BroadcastExchange | null | 3.0 | 1331 | 33 | true | null | null | null | false |
app-20220209235114-0097 | 24 | Exchange | null | 4.2 | 2539 | 8 | true | 35:40 | null | null | false |
app-20220209235114-0097 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 12 | true | 35 | null | null | false |
app-20220209235114-0097 | 24 | ColumnarToRow | null | 1.0 | 0 | 19 | false | 35 | null | null | true |
app-20220209235114-0097 | 24 | Scan parquet | null | 3.0 | 298 | 32 | true | 32 | null | null | false |
app-20220209235114-0097 | 24 | BroadcastExchange | null | 3.0 | 1490 | 21 | true | null | null | null | false |
app-20220209235114-0097 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | BroadcastExchange | null | 3.0 | 1175 | 27 | true | null | null | null | false |
app-20220209235114-0097 | 24 | ColumnarToRow | null | 1.0 | 0 | 37 | false | 33 | null | null | true |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 51 | true | null | null | null | false |
app-20220209235114-0097 | 24 | ColumnarToRow | null | 1.0 | 0 | 53 | false | 36 | null | null | true |
app-20220209235114-0097 | 24 | Scan parquet | null | 3.0 | 512 | 26 | true | 31 | null | null | false |
app-20220209235114-0097 | 24 | ColumnarToRow | null | 1.0 | 0 | 59 | false | 34 | null | null | true |
app-20220209235114-0097 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 2.9 | 532 | 56 | true | 34 | Project:Filter:ColumnarToRow | 57:58:59 | false |
app-20220209235114-0097 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | Filter | null | 2.8 | 0 | 30 | true | 32 | null | null | false |
app-20220209235114-0097 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | Scan parquet | null | 3.0 | 187093 | 54 | true | 36 | null | null | false |
app-20220209235114-0097 | 24 | BroadcastExchange | null | 3.0 | 315 | 39 | true | null | null | null | false |
app-20220209235114-0097 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 2.9 | 317 | 28 | true | 32 | Project:Filter:ColumnarToRow | 29:30:31 | false |
app-20220209235114-0097 | 24 | Filter | null | 2.8 | 0 | 18 | true | 35 | null | null | false |
app-20220209235114-0097 | 24 | ColumnarToRow | null | 1.0 | 0 | 25 | false | 31 | null | null | true |
app-20220209235114-0097 | 24 | HashAggregate | null | 4.5 | 0 | 10 | true | 35 | null | null | false |
app-20220209230506-0031 | 24 | BroadcastExchange | null | 3.0 | 1704 | 49 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Exchange | null | 4.2 | 9 | 4 | true | 39:40 | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (10) | WholeStageCodegen (10) | 2.9 | 635 | 70 | true | 31 | Project:Filter:ColumnarToRow | 71:72:73 | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (13) | WholeStageCodegen (13) | 2.8 | 4513 | 81 | true | 32 | Filter:ColumnarToRow | 82:83 | false |
app-20220209230506-0031 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 9 | true | null | null | null | false |
app-20220209230506-0031 | 24 | BroadcastExchange | null | 3.0 | 1704 | 69 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 23 | true | null | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (8) | WholeStageCodegen (8) | 8.0 | 35213 | 55 | true | 39 | Sort | 56 | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 2.8 | 884757 | 58 | true | 37 | Filter:ColumnarToRow | 59:60 | false |
app-20220209230506-0031 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Exchange | null | 4.2 | 6119 | 42 | true | 36:38 | null | null | false |
app-20220209230506-0031 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (12) | WholeStageCodegen (12) | 2.8 | 817 | 76 | true | 33 | Filter:ColumnarToRow | 77:78 | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 52 | true | 31 | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (15) | WholeStageCodegen (15) | 4.5 | 33476 | 2 | true | 40 | HashAggregate | 3 | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.8 | 145646 | 43 | true | 36 | Filter:ColumnarToRow | 44:45 | false |
app-20220209230506-0031 | 24 | HashAggregate | null | 4.5 | 0 | 3 | true | 40 | null | null | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 77 | true | 33 | null | null | false |
app-20220209230506-0031 | 24 | Sort | null | 8.0 | 0 | 20 | true | 39 | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 36 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Sort | null | 8.0 | 0 | 26 | true | 38 | null | null | false |
app-20220209230506-0031 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 53 | false | 31 | null | null | true |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 15 | true | null | null | null | false |
app-20220209230506-0031 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 59127 | 46 | true | 36 | null | null | false |
app-20220209230506-0031 | 24 | SortMergeJoin | null | 22.7 | 0 | 18 | true | 39 | null | null | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 29 | true | 35 | null | null | false |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 73 | false | 31 | null | null | true |
app-20220209230506-0031 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 83 | false | 32 | null | null | true |
app-20220209230506-0031 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 8.0 | 1675058 | 19 | true | 39 | Sort | 20 | false |
app-20220209230506-0031 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 16 | true | 39 | null | null | false |
app-20220209230506-0031 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 51 | true | null | null | null | false |
app-20220209230506-0031 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 8 | true | 39 | null | null | false |
app-20220209230506-0031 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 10 | true | 39 | null | null | false |
app-20220209230506-0031 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 37 | true | 34 | null | null | false |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 610 | 74 | true | 31 | null | null | false |
app-20220209230506-0031 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 4268 | 84 | true | 32 | null | null | false |
app-20220209230506-0031 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 610 | 54 | true | 31 | null | null | false |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 559865 | 61 | true | 37 | null | null | false |
app-20220209230506-0031 | 24 | Exchange | null | 4.2 | 7697 | 27 | true | 35:38 | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 11 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Sort | null | 8.0 | 0 | 56 | true | 39 | null | null | false |
app-20220209230506-0031 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 14 | true | 39 | null | null | false |
app-20220209230506-0031 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (9) | WholeStageCodegen (9) | 2.9 | 637 | 64 | true | 34 | Project:Filter:ColumnarToRow | 65:66:67 | false |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 38 | false | 34 | null | null | true |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 30 | false | 35 | null | null | true |
app-20220209230506-0031 | 24 | Exchange | null | 4.2 | 4960 | 57 | true | 37:39 | null | null | false |
app-20220209230506-0031 | 24 | SortMergeJoin | null | 22.7 | 0 | 24 | true | 38 | null | null | false |
app-20220209230506-0031 | 24 | BroadcastExchange | null | 3.0 | 2462 | 80 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 59 | true | 37 | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 8.0 | 968634 | 40 | true | 38 | Sort | 41 | false |
app-20220209230506-0031 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 12 | true | 39 | null | null | false |
app-20220209230506-0031 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 44 | true | 36 | null | null | false |
app-20220209230506-0031 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | HashAggregate | null | 4.5 | 0 | 6 | true | 39 | null | null | false |
app-20220209230506-0031 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 17 | true | null | null | null | false |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 67 | false | 34 | null | null | true |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 618 | 68 | true | 34 | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 12.85 | 1581047 | 22 | true | 38 | Project:SortMergeJoin | 23:24 | false |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 28231 | 31 | true | 35 | null | null | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 72 | true | 31 | null | null | false |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 45 | false | 36 | null | null | true |
app-20220209230506-0031 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 71 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 7 | true | null | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (14) | WholeStageCodegen (14) | 5.44 | 1222545 | 5 | true | 39 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:SortMergeJoin | 6:7:8:9:10:11:12:13:14:15:16:17:18 | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (10) | WholeStageCodegen (10) | 2.9 | 635 | 50 | true | 31 | Project:Filter:ColumnarToRow | 51:52:53 | false |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 618 | 39 | true | 34 | null | null | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 82 | true | 32 | null | null | false |
app-20220209230506-0031 | 24 | BroadcastExchange | null | 3.0 | 1696 | 75 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 807 | 79 | true | 33 | null | null | false |
app-20220209230506-0031 | 24 | SubqueryBroadcast | null | 3.0 | 1710 | 47 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 13 | true | null | null | null | false |
app-20220209230506-0031 | 24 | BroadcastExchange | null | 3.0 | 1661 | 34 | true | null | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 8.0 | 1044148 | 25 | true | 38 | Sort | 26 | false |
app-20220209230506-0031 | 24 | BroadcastExchange | null | 3.0 | 1661 | 63 | true | null | null | null | false |
app-20220209230506-0031 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (9) | WholeStageCodegen (9) | 2.9 | 637 | 35 | true | 34 | Project:Filter:ColumnarToRow | 36:37:38 | false |
app-20220209230506-0031 | 24 | SubqueryBroadcast | null | 3.0 | 1710 | 62 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 65 | true | null | null | null | false |
app-20220209230506-0031 | 24 | TakeOrderedAndProject | null | 3.0 | 0 | 1 | true | 40:41 | null | null | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 66 | true | 34 | null | null | false |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 60 | false | 37 | null | null | true |
app-20220209230506-0031 | 24 | ReusedExchange | null | 1.0 | 0 | 33 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Exchange | null | 4.2 | 9973 | 21 | true | 38:39 | null | null | false |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 78 | false | 33 | null | null | true |
app-20220209230506-0031 | 24 | SubqueryBroadcast | null | 3.0 | 1680 | 32 | true | null | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.8 | 61763 | 28 | true | 35 | Filter:ColumnarToRow | 29:30 | false |
app-20220209230506-0031 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Sort | null | 8.0 | 0 | 41 | true | 38 | null | null | false |
app-20220209230506-0031 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | ReusedExchange | null | 1.0 | 0 | 48 | false | null | null | null | false |
app-20220209232634-0070 | 24 | Window | null | 3.0 | 0 | 5 | true | null | null | null | false |
app-20220209232634-0070 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209232634-0070 | 24 | HashAggregate | null | 4.5 | 0 | 10 | true | 35 | null | null | false |
app-20220209232634-0070 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | Project | null | 3.0 | 0 | 22 | true | null | null | null | false |
app-20220209232634-0070 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | Scan parquet | null | 3.0 | 297 | 42 | true | 33 | null | null | false |
app-20220209232634-0070 | 24 | Scan parquet | null | 3.0 | 496 | 47 | true | 32 | null | null | false |
app-20220209232634-0070 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 4.5 | 170171 | 9 | true | 35 | HashAggregate | 10 | false |
app-20220209232634-0070 | 24 | Filter | null | 2.8 | 0 | 26 | true | 34 | null | null | false |
app-20220209232634-0070 | 24 | Sort | null | 8.0 | 0 | 7 | true | 36 | null | null | false |
app-20220209232634-0070 | 24 | ColumnarToRow | null | 1.0 | 0 | 35 | false | 33 | null | null | true |
app-20220209232634-0070 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | Project | null | 3.0 | 0 | 39 | true | null | null | null | false |
app-20220209232634-0070 | 24 | Project | null | 3.0 | 0 | 33 | true | null | null | null | false |
app-20220209232634-0070 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | ColumnarToRow | null | 1.0 | 0 | 46 | false | 32 | null | null | true |
app-20220209232634-0070 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 3.95 | 1233966 | 12 | true | 34 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Filter:ColumnarToRow | 13:14:15:16:17:18:19:26:27 | false |
app-20220209232634-0070 | 24 | Exchange | null | 4.2 | 84261 | 11 | true | 34:35 | null | null | false |
app-20220209232634-0070 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.9 | 3044 | 21 | true | 31 | Project:Filter:ColumnarToRow | 22:23:24 | false |
app-20220209232634-0070 | 24 | BroadcastExchange | null | 3.0 | 1460 | 43 | true | null | null | null | false |
app-20220209232634-0070 | 24 | SubqueryBroadcast | null | 3.0 | 1121 | 29 | true | null | null | null | false |
app-20220209232634-0070 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.8 | 502 | 44 | true | 32 | Filter:ColumnarToRow | 45:46 | false |
app-20220209232634-0070 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 8.0 | 134574 | 6 | true | 36 | Sort | 7 | false |
app-20220209232634-0070 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | BroadcastExchange | null | 3.0 | 1110 | 31 | true | null | null | null | false |
app-20220209232634-0070 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 17 | true | 34 | null | null | false |
app-20220209232634-0070 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | ColumnarToRow | null | 1.0 | 0 | 41 | false | 33 | null | null | true |
app-20220209232634-0070 | 24 | TakeOrderedAndProject | null | 3.0 | 0 | 1 | true | 36:37 | null | null | false |
app-20220209232634-0070 | 24 | Filter | null | 2.8 | 0 | 40 | true | 33 | null | null | false |
app-20220209232634-0070 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | Exchange | null | 4.2 | 32 | 8 | true | 35:36 | null | null | false |
app-20220209232634-0070 | 24 | Project | null | 3.0 | 0 | 3 | true | null | null | null | false |
app-20220209232634-0070 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 2.9 | 316 | 38 | true | 33 | Project:Filter:ColumnarToRow | 39:40:41 | false |
app-20220209232634-0070 | 24 | ReusedExchange | null | 1.0 | 0 | 30 | false | null | null | null | false |
app-20220209232634-0070 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 15 | true | 34 | null | null | false |
app-20220209232634-0070 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 19 | true | 34 | null | null | false |
app-20220209232634-0070 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 2.9 | 316 | 32 | true | 33 | Project:Filter:ColumnarToRow | 33:34:35 | false |
app-20220209232634-0070 | 24 | Filter | null | 2.8 | 0 | 23 | true | 31 | null | null | false |
app-20220209232634-0070 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | ColumnarToRow | null | 1.0 | 0 | 27 | false | 34 | null | null | true |
app-20220209232634-0070 | 24 | Scan parquet | null | 3.0 | 297 | 36 | true | 33 | null | null | false |
app-20220209232634-0070 | 24 | Filter | null | 2.8 | 0 | 45 | true | 32 | null | null | false |
app-20220209232634-0070 | 24 | Project | null | 3.0 | 0 | 16 | true | null | null | null | false |
app-20220209232634-0070 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | BroadcastExchange | null | 3.0 | 1726 | 20 | true | null | null | null | false |
app-20220209232634-0070 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | ColumnarToRow | null | 1.0 | 0 | 24 | false | 31 | null | null | true |
app-20220209232634-0070 | 24 | Project | null | 3.0 | 0 | 14 | true | null | null | null | false |
app-20220209232634-0070 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | Project | null | 3.0 | 0 | 18 | true | null | null | null | false |
app-20220209232634-0070 | 24 | Filter | null | 1.0 | 0 | 4 | false | 36 | null | null | false |
app-20220209232634-0070 | 24 | Scan parquet | null | 3.0 | 651253 | 28 | true | 34 | null | null | false |
app-20220209232634-0070 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | HashAggregate | null | 4.5 | 0 | 13 | true | 34 | null | null | false |
app-20220209232634-0070 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 2.0 | 5621 | 2 | true | 36 | Project:Filter | 3:4 | false |
app-20220209232634-0070 | 24 | BroadcastExchange | null | 3.0 | 1110 | 37 | true | null | null | null | false |
app-20220209232634-0070 | 24 | Scan parquet | null | 3.0 | 2913 | 25 | true | 31 | null | null | false |
app-20220209232634-0070 | 24 | Filter | null | 2.8 | 0 | 34 | true | 33 | null | null | false |
app-20220209232634-0070 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.8 | 465 | 37 | true | 33 | Filter:ColumnarToRow | 38:39 | false |
app-20220209225845-0026 | 24 | SubqueryBroadcast | null | 3.0 | 1608 | 17 | true | null | null | null | false |
app-20220209225845-0026 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 13 | true | 34 | null | null | false |
app-20220209225845-0026 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | Exchange | null | 4.2 | 4241 | 4 | true | 34:35 | null | null | false |
app-20220209225845-0026 | 24 | ColumnarToRow | null | 1.0 | 0 | 39 | false | 33 | null | null | true |
app-20220209225845-0026 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | Scan parquet | null | 3.0 | 687 | 24 | true | 31 | null | null | false |
app-20220209225845-0026 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 11 | true | 34 | null | null | false |
app-20220209225845-0026 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | Scan parquet | null | 3.0 | 70247 | 16 | true | 34 | null | null | false |
app-20220209225845-0026 | 24 | Project | null | 3.0 | 0 | 8 | true | null | null | null | false |
app-20220209225845-0026 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 3.84 | 443046 | 5 | true | 34 | HashAggregate:Expand:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Filter:ColumnarToRow | 6:7:8:9:10:11:12:13:14:15 | false |
app-20220209225845-0026 | 24 | Project | null | 3.0 | 0 | 10 | true | null | null | null | false |
app-20220209225845-0026 | 24 | HashAggregate | null | 4.5 | 0 | 6 | true | 34 | null | null | false |
app-20220209225845-0026 | 24 | Filter | null | 2.8 | 0 | 28 | true | 31 | null | null | false |
app-20220209225845-0026 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | Project | null | 3.0 | 0 | 12 | true | null | null | null | false |
app-20220209225845-0026 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | Filter | null | 2.8 | 0 | 38 | true | 33 | null | null | false |
app-20220209225845-0026 | 24 | Project | null | 3.0 | 0 | 21 | true | null | null | null | false |
app-20220209225845-0026 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 2.8 | 2544 | 32 | true | 32 | Filter:ColumnarToRow | 33:34 | false |
app-20220209225845-0026 | 24 | Filter | null | 2.8 | 0 | 14 | true | 34 | null | null | false |
app-20220209225845-0026 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 9 | true | 34 | null | null | false |
app-20220209225845-0026 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | ColumnarToRow | null | 1.0 | 0 | 29 | false | 31 | null | null | true |
app-20220209225845-0026 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | Scan parquet | null | 3.0 | 687 | 30 | true | 31 | null | null | false |
app-20220209225845-0026 | 24 | Scan parquet | null | 3.0 | 2329 | 35 | true | 32 | null | null | false |
app-20220209225845-0026 | 24 | ReusedExchange | null | 1.0 | 0 | 18 | false | null | null | null | false |
app-20220209225845-0026 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | Expand | null | 3.0 | 0 | 7 | true | 34 | null | null | false |
app-20220209225845-0026 | 24 | BroadcastExchange | null | 3.0 | 1587 | 19 | true | null | null | null | false |
app-20220209225845-0026 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | BroadcastExchange | null | 3.0 | 1326 | 36 | true | null | null | null | false |
app-20220209225845-0026 | 24 | Filter | null | 2.8 | 0 | 22 | true | 31 | null | null | false |
app-20220209225845-0026 | 24 | Project | null | 3.0 | 0 | 27 | true | null | null | null | false |
app-20220209225845-0026 | 24 | ColumnarToRow | null | 1.0 | 0 | 23 | false | 31 | null | null | true |
app-20220209225845-0026 | 24 | Filter | null | 2.8 | 0 | 33 | true | 32 | null | null | false |
app-20220209225845-0026 | 24 | BroadcastExchange | null | 3.0 | 1587 | 25 | true | null | null | null | false |
app-20220209225845-0026 | 24 | TakeOrderedAndProject | null | 3.0 | 0 | 1 | true | 35:36 | null | null | false |
app-20220209225845-0026 | 24 | HashAggregate | null | 4.5 | 0 | 3 | true | 35 | null | null | false |
app-20220209225845-0026 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | ColumnarToRow | null | 1.0 | 0 | 34 | false | 32 | null | null | true |
app-20220209225845-0026 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 4.5 | 472310 | 2 | true | 35 | HashAggregate | 3 | false |
app-20220209225845-0026 | 24 | BroadcastExchange | null | 3.0 | 1905 | 31 | true | null | null | null | false |
app-20220209225845-0026 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.9 | 707 | 26 | true | 31 | Project:Filter:ColumnarToRow | 27:28:29 | false |
app-20220209225845-0026 | 24 | ColumnarToRow | null | 1.0 | 0 | 15 | false | 34 | null | null | true |
app-20220209225845-0026 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.9 | 707 | 20 | true | 31 | Project:Filter:ColumnarToRow | 21:22:23 | false |
app-20220209225845-0026 | 24 | Scan parquet | null | 3.0 | 462 | 40 | true | 33 | null | null | false |
app-20220209225845-0026 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209225845-0026 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 5.17 | 215 | 2 | true | 36 | Project:Sort:HashAggregate | 3:4:5 | false |
app-20220209235526-0103 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 10 | true | 34 | null | null | false |
app-20220209235526-0103 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Project | null | 3.0 | 0 | 11 | true | null | null | null | false |
app-20220209235526-0103 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Project | null | 3.0 | 0 | 9 | true | null | null | null | false |
app-20220209235526-0103 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 12 | true | 34 | null | null | false |
app-20220209235526-0103 | 24 | ColumnarToRow | null | 1.0 | 0 | 35 | false | 31 | null | null | true |
app-20220209235526-0103 | 24 | BroadcastExchange | null | 3.0 | 1307 | 19 | true | null | null | null | false |
app-20220209235526-0103 | 24 | ColumnarToRow | null | 1.0 | 0 | 23 | false | 33 | null | null | true |
app-20220209235526-0103 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | ColumnarToRow | null | 1.0 | 0 | 17 | false | 34 | null | null | true |
app-20220209235526-0103 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Scan parquet | null | 3.0 | 1051436 | 18 | true | 34 | null | null | false |
app-20220209235526-0103 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Project | null | 3.0 | 0 | 27 | true | null | null | null | false |
app-20220209235526-0103 | 24 | HashAggregate | null | 4.5 | 0 | 8 | true | 34 | null | null | false |
app-20220209235526-0103 | 24 | BroadcastExchange | null | 3.0 | 1470 | 31 | true | null | null | null | false |
app-20220209235526-0103 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Scan parquet | null | 3.0 | 605 | 36 | true | 31 | null | null | false |
app-20220209235526-0103 | 24 | Filter | null | 2.8 | 0 | 16 | true | 34 | null | null | false |
app-20220209235526-0103 | 24 | BroadcastExchange | null | 3.0 | 1146 | 25 | true | null | null | null | false |
app-20220209235526-0103 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Scan parquet | null | 3.0 | 283 | 30 | true | 32 | null | null | false |
app-20220209235526-0103 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Project | null | 3.0 | 0 | 21 | true | null | null | null | false |
app-20220209235526-0103 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209235526-0103 | 24 | ColumnarToRow | null | 1.0 | 0 | 29 | false | 32 | null | null | true |
app-20220209235526-0103 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Project | null | 3.0 | 0 | 15 | true | null | null | null | false |
app-20220209235526-0103 | 24 | Filter | null | 2.8 | 0 | 34 | true | 31 | null | null | false |
app-20220209235526-0103 | 24 | Filter | null | 2.8 | 0 | 28 | true | 32 | null | null | false |
app-20220209235526-0103 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | AdaptiveSparkPlan | null | 1.0 | 0 | 1 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Sort | null | 8.0 | 0 | 4 | true | 36 | null | null | false |
app-20220209235526-0103 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 14 | true | 34 | null | null | false |
app-20220209235526-0103 | 24 | Scan parquet | null | 3.0 | 492 | 24 | true | 33 | null | null | false |
app-20220209235526-0103 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.9 | 498 | 20 | true | 33 | Project:Filter:ColumnarToRow | 21:22:23 | false |
app-20220209235526-0103 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 3.84 | 1577328 | 7 | true | 34 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:Filter:ColumnarToRow | 8:9:10:11:12:13:14:15:16:17 | false |
app-20220209235526-0103 | 24 | Project | null | 3.0 | 0 | 13 | true | null | null | null | false |
app-20220209235526-0103 | 24 | Project | null | 3.0 | 0 | 33 | true | null | null | null | false |
app-20220209235526-0103 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 2.9 | 303 | 26 | true | 32 | Project:Filter:ColumnarToRow | 27:28:29 | false |
app-20220209235526-0103 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Filter | null | 2.8 | 0 | 22 | true | 33 | null | null | false |
app-20220209235526-0103 | 24 | HashAggregate | null | 4.5 | 0 | 5 | true | 36 | null | null | false |
app-20220209235526-0103 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.9 | 610 | 32 | true | 31 | Project:Filter:ColumnarToRow | 33:34:35 | false |
app-20220209235526-0103 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Exchange | null | 4.2 | 2298 | 6 | true | 34:36 | null | null | false |
app-20220209235526-0103 | 24 | Project | null | 3.0 | 0 | 3 | true | null | null | null | false |
app-20220209231919-0057 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209231919-0057 | 24 | Exchange | null | 4.2 | 511 | 24 | true | 34:36 | null | null | false |
app-20220209231919-0057 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | Scan parquet | null | 3.0 | 298 | 36 | true | 32 | null | null | false |
app-20220209231919-0057 | 24 | Project | null | 3.0 | 0 | 33 | true | null | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 8.0 | 13538935 | 22 | true | 36 | Sort | 23 | false |
app-20220209231919-0057 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | Filter | null | 2.8 | 0 | 19 | true | 35 | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 2.9 | 316 | 48 | true | 32 | Project:Filter:ColumnarToRow | 49:50:51 | false |
app-20220209231919-0057 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | Filter | null | 2.8 | 0 | 44 | true | 31 | null | null | false |
app-20220209231919-0057 | 24 | Scan parquet | null | 3.0 | 285 | 46 | true | 31 | null | null | false |
app-20220209231919-0057 | 24 | ColumnarToRow | null | 1.0 | 0 | 45 | false | 31 | null | null | true |
app-20220209231919-0057 | 24 | BroadcastExchange | null | 3.0 | 1208 | 31 | true | null | null | null | false |
app-20220209231919-0057 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | SortMergeJoin | null | 22.7 | 0 | 14 | true | 36 | null | null | false |
app-20220209231919-0057 | 24 | Project | null | 3.0 | 0 | 13 | true | null | null | null | false |
app-20220209231919-0057 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | Filter | null | 2.8 | 0 | 34 | true | 32 | null | null | false |
app-20220209231919-0057 | 24 | ColumnarToRow | null | 1.0 | 0 | 40 | false | 33 | null | null | true |
app-20220209231919-0057 | 24 | Exchange | null | 4.2 | 146476 | 17 | true | 35:36 | null | null | false |
app-20220209231919-0057 | 24 | ColumnarToRow | null | 1.0 | 0 | 27 | false | 34 | null | null | true |
app-20220209231919-0057 | 24 | Scan parquet | null | 3.0 | 298 | 52 | true | 32 | null | null | false |
app-20220209231919-0057 | 24 | SubqueryBroadcast | null | 3.0 | 1234 | 29 | true | null | null | null | false |
app-20220209231919-0057 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (8) | WholeStageCodegen (8) | 6.06 | 7555734 | 5 | true | 36 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:SortMergeJoin | 6:7:8:9:10:11:12:13:14 | false |
app-20220209231919-0057 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | Project | null | 3.0 | 0 | 9 | true | null | null | null | false |
app-20220209231919-0057 | 24 | Filter | null | 2.8 | 0 | 26 | true | 34 | null | null | false |
app-20220209231919-0057 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.8 | 76352 | 25 | true | 34 | Filter:ColumnarToRow | 26:27 | false |
app-20220209231919-0057 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | TakeOrderedAndProject | null | 3.0 | 0 | 1 | true | 37:38 | null | null | false |
app-20220209231919-0057 | 24 | Filter | null | 2.8 | 0 | 39 | true | 33 | null | null | false |
app-20220209231919-0057 | 24 | Project | null | 3.0 | 0 | 11 | true | null | null | null | false |
app-20220209231919-0057 | 24 | ColumnarToRow | null | 1.0 | 0 | 35 | false | 32 | null | null | true |
app-20220209231919-0057 | 24 | Scan parquet | null | 3.0 | 289 | 41 | true | 33 | null | null | false |
app-20220209231919-0057 | 24 | Exchange | null | 4.2 | 1492 | 4 | true | 36:37 | null | null | false |
app-20220209231919-0057 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | HashAggregate | null | 4.5 | 0 | 3 | true | 37 | null | null | false |
app-20220209231919-0057 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 2.8 | 313 | 43 | true | 31 | Filter:ColumnarToRow | 44:45 | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 8.0 | 21803 | 15 | true | 36 | Sort | 16 | false |
app-20220209231919-0057 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 2.8 | 302 | 38 | true | 33 | Filter:ColumnarToRow | 39:40 | false |
app-20220209231919-0057 | 24 | ColumnarToRow | null | 1.0 | 0 | 20 | false | 35 | null | null | true |
app-20220209231919-0057 | 24 | Sort | null | 8.0 | 0 | 16 | true | 36 | null | null | false |
app-20220209231919-0057 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 10 | true | 36 | null | null | false |
app-20220209231919-0057 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | Scan parquet | null | 3.0 | 47653 | 28 | true | 34 | null | null | false |
app-20220209231919-0057 | 24 | BroadcastExchange | null | 3.0 | 1208 | 47 | true | null | null | null | false |
app-20220209231919-0057 | 24 | HashAggregate | null | 4.5 | 0 | 6 | true | 36 | null | null | false |
app-20220209231919-0057 | 24 | BroadcastExchange | null | 3.0 | 1214 | 37 | true | null | null | null | false |
app-20220209231919-0057 | 24 | Scan parquet | null | 3.0 | 1472681 | 21 | true | 35 | null | null | false |
app-20220209231919-0057 | 24 | Sort | null | 8.0 | 0 | 23 | true | 36 | null | null | false |
app-20220209231919-0057 | 24 | ReusedExchange | null | 1.0 | 0 | 30 | false | null | null | null | false |
app-20220209231919-0057 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 12 | true | 36 | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 2.9 | 316 | 32 | true | 32 | Project:Filter:ColumnarToRow | 33:34:35 | false |
app-20220209231919-0057 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | ColumnarToRow | null | 1.0 | 0 | 51 | false | 32 | null | null | true |
app-20220209231919-0057 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 8 | true | 36 | null | null | false |
app-20220209231919-0057 | 24 | Project | null | 3.0 | 0 | 49 | true | null | null | null | false |
app-20220209231919-0057 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | BroadcastExchange | null | 3.0 | 1258 | 42 | true | null | null | null | false |
app-20220209231919-0057 | 24 | Project | null | 3.0 | 0 | 7 | true | null | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (9) | WholeStageCodegen (9) | 4.5 | 84122 | 2 | true | 37 | HashAggregate | 3 | false |
app-20220209231919-0057 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | Filter | null | 2.8 | 0 | 50 | true | 32 | null | null | false |
app-20220209231919-0057 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.8 | 4414001 | 18 | true | 35 | Filter:ColumnarToRow | 19:20 | false |
app-20220209231533-0050 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | Filter | null | 2.8 | 0 | 14 | true | 32 | null | null | false |
app-20220209231533-0050 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 4.5 | 80450 | 2 | true | 34 | HashAggregate | 3 | false |
app-20220209231533-0050 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 10 | true | 33 | null | null | false |
app-20220209231533-0050 | 24 | BroadcastExchange | null | 3.0 | 1432 | 11 | true | null | null | null | false |
app-20220209231533-0050 | 24 | SubqueryBroadcast | null | 3.0 | 1442 | 20 | true | null | null | null | false |
app-20220209231533-0050 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | BroadcastExchange | null | 3.0 | 1461 | 21 | true | null | null | null | false |
app-20220209231533-0050 | 24 | Project | null | 3.0 | 0 | 23 | true | null | null | null | false |
app-20220209231533-0050 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | Filter | null | 2.8 | 0 | 17 | true | 33 | null | null | false |
app-20220209231533-0050 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | Filter | null | 2.8 | 0 | 24 | true | 31 | null | null | false |
app-20220209231533-0050 | 24 | HashAggregate | null | 4.5 | 0 | 6 | true | 33 | null | null | false |
app-20220209231533-0050 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | ColumnarToRow | null | 1.0 | 0 | 25 | false | 31 | null | null | true |
app-20220209231533-0050 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | Scan parquet | null | 3.0 | 546 | 16 | true | 32 | null | null | false |
app-20220209231533-0050 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | Scan parquet | null | 3.0 | 720290 | 19 | true | 33 | null | null | false |
app-20220209231533-0050 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 2.9 | 661 | 22 | true | 31 | Project:Filter:ColumnarToRow | 23:24:25 | false |
app-20220209231533-0050 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | HashAggregate | null | 4.5 | 0 | 3 | true | 34 | null | null | false |
app-20220209231533-0050 | 24 | TakeOrderedAndProject | null | 3.0 | 0 | 1 | true | 34:35 | null | null | false |
app-20220209231533-0050 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | ColumnarToRow | null | 1.0 | 0 | 18 | false | 33 | null | null | true |
app-20220209231533-0050 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 8 | true | 33 | null | null | false |
app-20220209231533-0050 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | Project | null | 3.0 | 0 | 13 | true | null | null | null | false |
app-20220209231533-0050 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | ColumnarToRow | null | 1.0 | 0 | 15 | false | 32 | null | null | true |
app-20220209231533-0050 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | Scan parquet | null | 3.0 | 652 | 26 | true | 31 | null | null | false |
app-20220209231533-0050 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 3.92 | 1409729 | 5 | true | 33 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Filter:ColumnarToRow | 6:7:8:9:10:17:18 | false |
app-20220209231533-0050 | 24 | Project | null | 3.0 | 0 | 9 | true | null | null | null | false |
app-20220209231533-0050 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.9 | 566 | 12 | true | 32 | Project:Filter:ColumnarToRow | 13:14:15 | false |
app-20220209231533-0050 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209231533-0050 | 24 | Project | null | 3.0 | 0 | 7 | true | null | null | null | false |
app-20220209231533-0050 | 24 | Exchange | null | 4.2 | 11542 | 4 | true | 33:34 | null | null | false |
app-20220209231533-0050 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
application_1665146417445_0002 | 3 | WholeStageCodegen | WholeStageCodegen | 3.75 | 0 | 3 | true | 6 | HashAggregate:Project | 4:5 | false |
application_1665146417445_0002 | 0 | CollectLimit | null | 1.0 | 0 | 0 | false | null | null | null | false |
application_1665146417445_0002 | 3 | WholeStageCodegen | WholeStageCodegen | 4.5 | 0 | 0 | true | 7 | HashAggregate | 1 | false |
application_1665146417445_0002 | 1 | Project | null | 3.0 | 0 | 1 | true | null | null | null | false |
application_1665146417445_0002 | 0 | WholeStageCodegen | WholeStageCodegen | 3.0 | 0 | 1 | true | null | Project | 2 | false |
application_1665146417445_0002 | 1 | WholeStageCodegen | WholeStageCodegen | 3.0 | 0 | 0 | true | 1 | Project | 1 | false |
application_1665146417445_0002 | 3 | Exchange | null | 4.2 | 0 | 6 | true | 5 | null | null | false |
application_1665146417445_0002 | 2 | HashAggregate | null | 4.5 | 0 | 1 | true | 4 | null | null | false |
application_1665146417445_0002 | 2 | HashAggregate | null | 4.5 | 0 | 6 | true | 3 | null | null | false |
application_1665146417445_0002 | 2 | HashAggregate | null | 4.5 | 0 | 4 | true | 3 | null | null | false |
application_1665146417445_0002 | 1 | Scan hive ecomm_ops_tables.s0s0jzb_browse_shelf_cat_map | null | 1.0 | 0 | 2 | false | 1 | null | null | false |
application_1665146417445_0002 | 2 | Scan hive ecomm_ops_tables.zzz_dart_browse_ads_prod_mod | null | 1.0 | 0 | 8 | false | 2 | null | null | false |
application_1665146417445_0002 | 0 | Project | null | 3.0 | 0 | 2 | true | null | null | null | false |
application_1665146417445_0002 | 3 | HashAggregate | null | 4.5 | 0 | 4 | true | 6 | null | null | false |
application_1665146417445_0002 | 3 | HashAggregate | null | 4.5 | 0 | 1 | true | 7 | null | null | false |
application_1665146417445_0002 | 3 | Scan hive ecomm_ops_tables.zzz_dart_browse_ads_prod_mod | null | 1.0 | 0 | 7 | false | 5 | null | null | false |
application_1665146417445_0002 | 2 | HashAggregate | null | 4.5 | 0 | 5 | true | 3 | null | null | false |
application_1665146417445_0002 | 0 | Scan hive ecomm_ops_tables.zzz_dart_browse_ads_prod_mod | null | 1.0 | 0 | 3 | false | 0 | null | null | false |
application_1665146417445_0002 | 2 | WholeStageCodegen | WholeStageCodegen | 4.5 | 0 | 0 | true | 4 | HashAggregate | 1 | false |
application_1665146417445_0002 | 3 | Project | null | 3.0 | 0 | 5 | true | null | null | null | false |
application_1665146417445_0002 | 2 | Exchange | null | 4.2 | 0 | 2 | true | 3 | null | null | false |
application_1665146417445_0002 | 2 | WholeStageCodegen | WholeStageCodegen | 4.5 | 0 | 3 | true | 3 | HashAggregate:HashAggregate:HashAggregate | 4:5:6 | false |
application_1665146417445_0002 | 2 | Exchange | null | 4.2 | 0 | 7 | true | 2 | null | null | false |
application_1665146417445_0002 | 3 | Exchange | null | 4.2 | 0 | 2 | true | 6 | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 36304 | 36 | true | 49:50 | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 1648 | 96 | true | 37:38 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (35) | WholeStageCodegen (35) | 8.0 | 9740356 | 227 | true | 52 | Sort | 228 | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 155 | true | null | null | null | false |
app-20220209230053-0028 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 204 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 143 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 72 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 3.43 | 332556 | 37 | true | 49 | Project:Filter:HashAggregate | 38:39:40 | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (32) | WholeStageCodegen (32) | 3.0 | 334418 | 172 | true | 44 | Project | 173 | false |
app-20220209230053-0028 | 24 | SubqueryBroadcast | null | 3.0 | 1605 | 51 | true | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 4.5 | 0 | 43 | true | 47 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 30 | true | null | null | null | false |
app-20220209230053-0028 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 17 | true | null | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 108 | 202 | true | null | null | null | false |
app-20220209230053-0028 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 8779 | 181 | true | 41 | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 62 | true | 33 | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 224 | false | 52 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 8.0 | 570738 | 19 | true | 50 | Sort | 20 | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 225 | true | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 223 | false | 52 | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 309 | 177 | true | 41:44 | null | null | false |
app-20220209230053-0028 | 24 | TakeOrderedAndProject | null | 3.0 | 0 | 1 | true | 53:54 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (15) | WholeStageCodegen (15) | 2.8 | 21724 | 137 | true | 45 | Filter:ColumnarToRow | 138:139 | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 12 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (23) | WholeStageCodegen (23) | 6.96 | 29347 | 6 | true | 51 | HashAggregate:Project:BroadcastHashJoin:Project:SortMergeJoin | 7:8:9:10:11 | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 2.8 | 2258 | 215 | true | 32 | Filter:ColumnarToRow | 216:217 | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 241 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 228 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 236 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 189 | true | 42 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 287 | 33 | true | 31 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 157 | false | 31 | null | null | true |
app-20220209230053-0028 | 24 | HashAggregate | null | 4.5 | 0 | 193 | true | 40 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 46 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.8 | 15333 | 22 | true | 48 | Filter:ColumnarToRow | 23:24 | false |
app-20220209230053-0028 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (42) | WholeStageCodegen (42) | 8.0 | 7107509 | 242 | true | 52 | Sort | 243 | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 233 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 49 | false | 47 | null | null | true |
app-20220209230053-0028 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 8.0 | 7271900 | 120 | true | 37 | Sort | 121 | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 48 | true | 47 | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 8368 | 15 | true | 50:51 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1206 | 127 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (26) | WholeStageCodegen (26) | 8.0 | 616179 | 175 | true | 44 | Sort | 176 | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 163 | false | 52 | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 239 | false | 52 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 235 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (21) | WholeStageCodegen (21) | 5.67 | 1192790 | 141 | true | 51 | Sort:Project:Filter:HashAggregate:HashAggregate:Project:SortMergeJoin | 142:143:144:145:146:147:148 | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 226 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 104 | true | 37 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 118 | false | 34 | null | null | true |
app-20220209230053-0028 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.9 | 548 | 60 | true | 33 | Project:Filter:ColumnarToRow | 61:62:63 | false |
app-20220209230053-0028 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 165 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 67 | true | 32 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1152 | 28 | true | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 146 | false | 51 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 20 | true | 50 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.9 | 48 | 203 | true | 39 | Project:Filter:ColumnarToRow | 204:205:206 | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 106 | 5 | true | 51:53 | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 6954 | 171 | true | 44:52 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 2038 | 69 | true | 32 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1925 | 214 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 173 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (47) | WholeStageCodegen (47) | 6.96 | 58082 | 162 | true | 52 | HashAggregate:Project:BroadcastHashJoin:Project:SortMergeJoin | 163:164:165:166:167 | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (13) | WholeStageCodegen (13) | 8.0 | 7684689 | 86 | true | 51 | Sort | 87 | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 176 | true | 44 | null | null | false |
app-20220209230053-0028 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 4.5 | 0 | 190 | true | 42 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 152 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1596 | 53 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 55 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 3.92 | 4787686 | 192 | true | 40 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Filter:ColumnarToRow | 193:194:195:196:197:198:199 | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 2.9 | 341 | 115 | true | 34 | Project:Filter:ColumnarToRow | 116:117:118 | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 221 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (38) | WholeStageCodegen (38) | 5.67 | 15748975 | 219 | true | 52 | Sort:Project:Filter:HashAggregate:HashAggregate:Project:SortMergeJoin | 220:221:222:223:224:225:226 | false |
app-20220209230053-0028 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 167 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (10) | WholeStageCodegen (10) | 2.9 | 1629090 | 81 | true | 46 | Project:Filter:ColumnarToRow | 82:83:84 | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 31 | true | 31 | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 133 | true | 51 | null | null | false |
app-20220209230053-0028 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 2038 | 218 | true | 32 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (8) | WholeStageCodegen (8) | 3.0 | 317013 | 16 | true | 50 | Project | 17 | false |
app-20220209230053-0028 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 102 | true | 37 | null | null | false |
app-20220209230053-0028 | 24 | Union | null | 3.0 | 0 | 2 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (45) | WholeStageCodegen (45) | 5.67 | 579620 | 234 | true | 52 | Sort:Project:Filter:HashAggregate:HashAggregate:Project:SortMergeJoin | 235:236:237:238:239:240:241 | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 4.5 | 0 | 95 | true | 38 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 230 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 57306 | 107 | true | 35:37 | null | null | false |
app-20220209230053-0028 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1152 | 153 | true | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 75 | false | 51 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 525 | 64 | true | 33 | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 231 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 142 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 212 | false | 33 | null | null | true |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1596 | 208 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 210 | true | null | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 91 | false | 43 | null | null | true |
app-20220209230053-0028 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 2.8 | 2258 | 66 | true | 32 | Filter:ColumnarToRow | 67:68 | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 179 | true | 41 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 79 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 1128383 | 111 | true | 35 | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 1.0 | 0 | 73 | false | 51 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 2.9 | 341 | 128 | true | 34 | Project:Filter:ColumnarToRow | 129:130:131 | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 245 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 24 | false | 48 | null | null | true |
app-20220209230053-0028 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 195 | true | 40 | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 18 | true | 50 | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 4 | false | 53 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 196 | true | null | null | null | false |
app-20220209230053-0028 | 24 | SubqueryBroadcast | null | 3.0 | 1212 | 112 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 1.0 | 0 | 144 | false | 51 | null | null | false |
app-20220209230053-0028 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 374 | 136 | true | 45:52:51 | null | null | false |
app-20220209230053-0028 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 4.5 | 0 | 98 | true | 37 | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 216 | true | 32 | null | null | false |
app-20220209230053-0028 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 74225 | 80 | true | 46:52:51 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1596 | 59 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 8.0 | 265322 | 34 | true | 50 | Sort | 35 | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 64 | 161 | true | 52:53 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 84 | false | 46 | null | null | true |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 166 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 138 | true | 45 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 76 | true | null | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 148 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 36854 | 186 | true | 42:44 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.8 | 3141204 | 108 | true | 35 | Filter:ColumnarToRow | 109:110 | false |
app-20220209230053-0028 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 168 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (11) | WholeStageCodegen (11) | 8.0 | 7736910 | 78 | true | 51 | Sort | 79 | false |
app-20220209230053-0028 | 24 | ReusedExchange | null | 1.0 | 0 | 27 | false | null | null | null | false |
app-20220209230053-0028 | 24 | SubqueryBroadcast | null | 3.0 | 1183 | 26 | true | null | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 125 | false | 36 | null | null | true |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 20580 | 126 | true | 36 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 525 | 213 | true | 33 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (48) | WholeStageCodegen (48) | 1.0 | 3979 | 159 | false | 53 | HashAggregate | 160 | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 106 | true | 37 | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 205 | true | 39 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 8 | true | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 7 | false | 51 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (14) | WholeStageCodegen (14) | 5.67 | 13085436 | 70 | true | 51 | Sort:Project:Filter:HashAggregate:HashAggregate:Project:SortMergeJoin | 71:72:73:74:75:76:77 | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 145 | false | 51 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 129 | true | null | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 110 | false | 35 | null | null | true |
app-20220209230053-0028 | 24 | WholeStageCodegen (33) | WholeStageCodegen (33) | 8.0 | 1156186 | 169 | true | 52 | Sort | 170 | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 34850 | 41 | true | 47:49 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 32 | false | 31 | null | null | true |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 124 | true | 36 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 10 | true | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 238 | false | 52 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 101 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 71 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1925 | 65 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 23 | true | 48 | null | null | false |
app-20220209230053-0028 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | SubqueryBroadcast | null | 3.0 | 1183 | 182 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 170 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 45 | true | 47 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 180 | false | 41 | null | null | true |
app-20220209230053-0028 | 24 | HashAggregate | null | 4.5 | 0 | 40 | true | 49 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 73193 | 50 | true | 47 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (40) | WholeStageCodegen (40) | 8.0 | 0 | 232 | true | 52 | Sort | 233 | false |
app-20220209230053-0028 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 198 | true | 40 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 7362 | 25 | true | 48 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 240 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 211 | true | 33 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 121 | true | 37 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (18) | WholeStageCodegen (18) | 8.0 | 5641193 | 149 | true | 51 | Sort | 150 | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 117 | true | 34 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (22) | WholeStageCodegen (22) | 2.9 | 305 | 154 | true | 31 | Project:Filter:ColumnarToRow | 155:156:157 | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 11173 | 140 | true | 45 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1206 | 114 | true | null | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 68 | false | 32 | null | null | true |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 156 | true | 31 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 525 | 58 | true | 33 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 220 | true | 52 | null | null | false |
app-20220209230053-0028 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 174 | true | 44 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 361088 | 85 | true | 46 | null | null | false |
app-20220209230053-0028 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (9) | WholeStageCodegen (9) | 8.0 | 319031 | 13 | true | 51 | Sort | 14 | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 35 | true | 50 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 87 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 99 | false | 37 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 9723 | 92 | true | 43 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 5.76 | 7077480 | 97 | true | 37 | HashAggregate:HashAggregate:HashAggregate:Project:BroadcastHashJoin:Project:SortMergeJoin | 98:99:100:101:102:103:104 | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (22) | WholeStageCodegen (22) | 2.9 | 305 | 29 | true | 31 | Project:Filter:ColumnarToRow | 30:31:32 | false |
app-20220209230053-0028 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 47 | true | 47 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 188 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (12) | WholeStageCodegen (12) | 2.8 | 14372 | 89 | true | 43 | Filter:ColumnarToRow | 90:91 | false |
app-20220209230053-0028 | 24 | SubqueryBroadcast | null | 3.0 | 108 | 201 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 82 | true | null | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 217 | false | 32 | null | null | true |
app-20220209230053-0028 | 24 | Filter | null | 1.0 | 0 | 222 | false | 52 | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 130 | true | 34 | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 11 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 116 | true | null | null | null | false |
app-20220209230053-0028 | 24 | ReusedExchange | null | 1.0 | 0 | 52 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 39 | true | 49 | null | null | false |
app-20220209230053-0028 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 194 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.8 | 27817 | 123 | true | 36 | Filter:ColumnarToRow | 124:125 | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 83 | true | 46 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 164 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 8.0 | 7610479 | 105 | true | 37 | Sort | 106 | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 24920 | 191 | true | 40:42 | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 109 | true | 35 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 103 | true | null | null | null | false |
app-20220209230053-0028 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 1.0 | 0 | 237 | false | 52 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 57 | false | 33 | null | null | true |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 139 | false | 45 | null | null | true |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 131 | false | 34 | null | null | true |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 63 | false | 33 | null | null | true |
app-20220209230053-0028 | 24 | WholeStageCodegen (25) | WholeStageCodegen (25) | 2.8 | 15032 | 178 | true | 41 | Filter:ColumnarToRow | 179:180 | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 206 | false | 39 | null | null | true |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 77 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 124 | 122 | true | 36:37 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (37) | WholeStageCodegen (37) | 8.0 | 9684161 | 229 | true | 52 | Sort | 230 | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 199 | false | 40 | null | null | true |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 150 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 147 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (24) | WholeStageCodegen (24) | 1.0 | 15386 | 3 | false | 53 | HashAggregate | 4 | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.9 | 548 | 209 | true | 33 | Project:Filter:ColumnarToRow | 210:211:212 | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 287 | 158 | true | 31 | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 74 | false | 51 | null | null | false |
app-20220209230053-0028 | 24 | ReusedExchange | null | 1.0 | 0 | 113 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Subquery | null | 1.0 | 0 | 93 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 152 | 88 | true | 43:52:51 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 135 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 38 | true | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 160 | false | 53 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 324 | 132 | true | 34 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (20) | WholeStageCodegen (20) | 8.0 | 5632344 | 151 | true | 51 | Sort | 152 | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 104034 | 200 | true | 40 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (31) | WholeStageCodegen (31) | 8.0 | 280275 | 183 | true | 44 | Sort | 184 | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 819 | 21 | true | 48:50 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.9 | 548 | 54 | true | 33 | Project:Filter:ColumnarToRow | 55:56:57 | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 4.5 | 9 | 94 | true | 38 | HashAggregate | 95 | false |
app-20220209230053-0028 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 90 | true | 43 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 31 | 207 | true | 39 | null | null | false |
app-20220209230053-0028 | 24 | ReusedExchange | null | 1.0 | 0 | 185 | false | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 3.92 | 4849898 | 42 | true | 47 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Filter:ColumnarToRow | 43:44:45:46:47:48:49 | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 243 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 100 | false | 37 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 197 | true | 40 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 3.43 | 329696 | 187 | true | 42 | Project:Filter:HashAggregate | 188:189:190 | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 184 | true | 44 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 324 | 119 | true | 34 | null | null | false |
app-20220209230053-0028 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 56 | true | 33 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 14 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 9 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 61 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (16) | WholeStageCodegen (16) | 8.0 | 0 | 134 | true | 51 | Sort | 135 | false |
app-20220209230053-0028 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 44 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (44) | WholeStageCodegen (44) | 8.0 | 7091464 | 244 | true | 52 | Sort | 245 | false |
app-20220209230750-0036 | 24 | WholeStageCodegen (19) | WholeStageCodegen (19) | 2.8 | 113485 | 82 | true | 40 | Filter:ColumnarToRow | 83:84 | false |
app-20220209230750-0036 | 24 | Project | null | 3.0 | 0 | 5 | true | null | null | null | false |
app-20220209230750-0036 | 24 | SortMergeJoin | null | 22.7 | 0 | 23 | true | 37 | null | null | false |
app-20220209230750-0036 | 24 | ColumnarToRow | null | 1.0 | 0 | 39 | false | 32 | null | null | true |
app-20220209230750-0036 | 24 | HashAggregate | null | 4.5 | 0 | 57 | true | 41 | null | null | false |
app-20220209230750-0036 | 24 | ColumnarToRow | null | 1.0 | 0 | 90 | false | 31 | null | null | true |
app-20220209230750-0036 | 24 | Filter | null | 2.8 | 0 | 17 | true | 38 | null | null | false |
app-20220209230750-0036 | 24 | Scan parquet | null | 3.0 | 9398 | 53 | true | 33 | null | null | false |
app-20220209230750-0036 | 24 | Scan parquet | null | 3.0 | 8927 | 91 | true | 31 | null | null | false |
app-20220209230750-0036 | 24 | ReusedExchange | null | 1.0 | 0 | 34 | false | null | null | null | false |
app-20220209230750-0036 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 4 | true | 42 | null | null | false |
app-20220209230750-0036 | 24 | BroadcastExchange | null | 3.0 | 1494 | 35 | true | null | null | null | false |
app-20220209230750-0036 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 24 | Sort | null | 8.0 | 0 | 55 | true | 41 | null | null | false |
app-20220209230750-0036 | 24 | Project | null | 3.0 | 0 | 71 | true | null | null | null | false |
app-20220209230750-0036 | 24 | WholeStageCodegen (11) | WholeStageCodegen (11) | 8.0 | 625159 | 67 | true | 35 | Sort | 68 | false |
app-20220209230750-0036 | 24 | Scan parquet | null | 3.0 | 62819 | 85 | true | 40 | null | null | false |
app-20220209230750-0036 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 10.07 | 1910905 | 20 | true | 37 | HashAggregate:Project:SortMergeJoin | 21:22:23 | false |
app-20220209230750-0036 | 24 | Filter | null | 1.0 | 0 | 56 | false | 41 | null | null | false |
app-20220209230750-0036 | 24 | SortMergeJoin | null | 22.7 | 0 | 66 | true | 35 | null | null | false |
app-20220209230750-0036 | 24 | Sort | null | 8.0 | 0 | 14 | true | 41 | null | null | false |
app-20220209230750-0036 | 24 | HashAggregate | null | 4.5 | 0 | 61 | true | 39 | null | null | false |
app-20220209230750-0036 | 24 | Sort | null | 8.0 | 0 | 25 | true | 37 | null | null | false |
app-20220209230750-0036 | 24 | Sort | null | 8.0 | 0 | 8 | true | 42 | null | null | false |
app-20220209230750-0036 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 24 | WholeStageCodegen (14) | WholeStageCodegen (14) | 10.07 | 541305 | 63 | true | 35 | HashAggregate:Project:SortMergeJoin | 64:65:66 | false |
app-20220209230750-0036 | 24 | Project | null | 3.0 | 0 | 22 | true | null | null | null | false |
app-20220209230750-0036 | 24 | ColumnarToRow | null | 1.0 | 0 | 52 | false | 33 | null | null | true |
app-20220209230750-0036 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 3.65 | 356825 | 16 | true | 38 | Filter:HashAggregate | 17:18 | false |
app-20220209230750-0036 | 24 | Filter | null | 2.8 | 0 | 89 | true | 31 | null | null | false |
app-20220209230750-0036 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 3.63 | 404429 | 27 | true | 36 | Project:BroadcastHashJoin:Filter:ColumnarToRow | 28:29:30:31 | false |
app-20220209230750-0036 | 24 | BroadcastExchange | null | 3.0 | 1494 | 41 | true | null | null | null | false |
app-20220209230750-0036 | 24 | Project | null | 3.0 | 0 | 65 | true | null | null | null | false |
app-20220209230750-0036 | 24 | HashAggregate | null | 4.5 | 0 | 21 | true | 37 | null | null | false |
app-20220209230750-0036 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 24 | Project | null | 3.0 | 0 | 37 | true | null | null | null | false |
app-20220209230750-0036 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 24 | WholeStageCodegen (18) | WholeStageCodegen (18) | 8.0 | 438264 | 7 | true | 42 | Sort | 8 | false |
app-20220209230750-0036 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 24 | Exchange | null | 4.2 | 91525 | 69 | true | 34:35 | null | null | false |
app-20220209230750-0036 | 24 | HashAggregate | null | 4.5 | 0 | 64 | true | 35 | null | null | false |
app-20220209230750-0036 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 8.0 | 1769290 | 47 | true | 37 | Sort | 48 | false |
App Name | App ID | Recommendation | Estimated GPU Speedup | Estimated GPU Duration | Estimated GPU Time Saved | SQL DF Duration | SQL Dataframe Task Duration | App Duration | GPU Opportunity | Executor CPU Time Percent | SQL Ids with Failures | Unsupported Read File Formats and Types | Unsupported Write Data Format | Complex Types | Nested Complex Types | Potential Problems | Longest SQL Duration | NONSQL Task Duration Plus Overhead | Unsupported Task Duration | Supported SQL DF Task Duration | Task Speedup Factor | App Duration Estimated | Unsupported Execs | Unsupported Expressions |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TPC-DS Like Bench q14b | app-20220209225233-0018 | Strongly Recommended | 2.7 | 48971.53 | 83400.46 | 112708 | 27066964 | 132372 | 109793 | 65.66 | null | null | null | null | null | null | 112701 | 2939275 | 700037 | 26366927 | 4.16 | false | HashAggregate;Subquery;Execute CreateViewCommand;Filter;ReusedExchange;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q14a | app-20220209225013-0017 | Strongly Recommended | 2.66 | 51728.96 | 86381.03 | 117178 | 28746000 | 138110 | 112636 | 64.69 | null | null | null | null | null | null | 117172 | 2978987 | 1114076 | 27631924 | 4.29 | false | HashAggregate;Subquery;Execute CreateViewCommand;Filter;ReusedExchange;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q4 | app-20220209224316-0007 | Strongly Recommended | 2.66 | 41856.03 | 69720.96 | 90167 | 85324700 | 111577 | 90167 | 65.09 | null | null | null | null | null | null | 90163 | 3086516 | 0 | 85324700 | 4.41 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q24b | app-20220209230348-0030 | Recommended | 2.34 | 32581.07 | 43720.92 | 56748 | 27574691 | 76302 | 56694 | 60.89 | null | null | null | null | null | null | 56741 | 2950634 | 25998 | 27548693 | 4.37 | false | AdaptiveSparkPlan;Subquery;Execute CreateViewCommand;Filter;ColumnarToRow | decimal |
TPC-DS Like Bench q67 | app-20220209232913-0074 | Recommended | 2.27 | 144720.72 | 184416.27 | 308185 | 15437192 | 329137 | 265300 | 73.64 | null | null | null | null | null | null | 308174 | 3028469 | 2148108 | 13289084 | 3.28 | false | Execute CreateViewCommand;ReusedExchange;HashAggregate;ColumnarToRow | DecimalType |
TPC-DS Like Bench q24a | app-20220209230232-0029 | Recommended | 2.25 | 33029.22 | 41483.77 | 53469 | 27911960 | 74513 | 53202 | 60.14 | null | null | null | null | null | null | 53455 | 3305140 | 139193 | 27772767 | 4.54 | false | AdaptiveSparkPlan;Subquery;Execute CreateViewCommand;Filter;ColumnarToRow | decimal |
TPC-DS Like Bench q93 | app-20220209235239-0100 | Recommended | 2.18 | 31203.42 | 36894.57 | 50166 | 29213056 | 68098 | 50166 | 64.73 | null | null | null | null | null | null | 50161 | 2973035 | 0 | 29213056 | 3.78 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q23a | app-20220209225917-0027 | Recommended | 2.17 | 43196.97 | 50617.02 | 74068 | 45913641 | 93814 | 66840 | 64.81 | null | null | null | null | null | null | 74064 | 2975228 | 4480262 | 41433379 | 4.12 | false | HashAggregate;Subquery;Execute CreateViewCommand;Filter;ReusedExchange;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q23b | app-20220209230053-0028 | Recommended | 2.08 | 46588.14 | 50761.85 | 77422 | 59799857 | 97350 | 66526 | 66.43 | null | null | null | null | null | null | 77417 | 3011951 | 8415627 | 51384230 | 4.22 | false | HashAggregate;Subquery;Execute CreateViewCommand;Filter;ReusedExchange;ColumnarToRow | DecimalType;decimal |
TPC-DS Like Bench q72 | app-20220209233659-0079 | Recommended | 1.97 | 30920.88 | 30054.11 | 41703 | 25434438 | 60975 | 41703 | 74.77 | null | null | null | null | null | null | 41694 | 2971887 | 0 | 25434438 | 3.58 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q64 | app-20220209232701-0071 | Recommended | 1.95 | 30544.61 | 29103.38 | 38925 | 31852357 | 59648 | 37301 | 55.12 | null | null | null | null | null | null | 38919 | 2987987 | 1328490 | 30523867 | 4.55 | false | HashAggregate;Execute CreateViewCommand;Filter;ReusedExchange;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q78 | app-20220209234412-0085 | Recommended | 1.94 | 24390.79 | 22946.2 | 29098 | 24753911 | 47337 | 29098 | 56.99 | null | null | null | null | null | null | 29090 | 2968697 | 0 | 24753911 | 4.73 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q95 | app-20220209235427-0102 | Recommended | 1.9 | 29920.38 | 26967.61 | 37674 | 23337528 | 56888 | 35528 | 49.19 | null | null | null | null | null | null | 37667 | 2958216 | 1328886 | 22008642 | 4.15 | false | Execute CreateViewCommand;AdaptiveSparkPlan;HashAggregate;ColumnarToRow | merge_sum |
TPC-DS Like Bench q87 | app-20220209234925-0094 | Recommended | 1.81 | 25518.2 | 20871.79 | 26279 | 16348325 | 46390 | 26279 | 52.04 | null | null | null | null | null | null | 26272 | 2954066 | 0 | 16348325 | 4.86 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q50 | app-20220209231919-0057 | Recommended | 1.76 | 26735.89 | 20549.1 | 28736 | 16444045 | 47285 | 28736 | 52.87 | null | null | null | null | null | null | 28732 | 3339217 | 0 | 16444045 | 3.51 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q97 | app-20220209235552-0104 | Recommended | 1.76 | 24057.8 | 18398.19 | 23731 | 11475611 | 42456 | 23731 | 58.69 | null | null | null | null | null | null | 23727 | 3009477 | 0 | 11475611 | 4.45 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q75 | app-20220209233914-0082 | Recommended | 1.74 | 25544.26 | 18972.73 | 24939 | 19831478 | 44517 | 24939 | 43.74 | null | null | null | null | null | null | 24933 | 2987306 | 0 | 19831478 | 4.18 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q38 | app-20220209231214-0044 | Recommended | 1.73 | 23047.06 | 16910.93 | 21292 | 15248682 | 39958 | 21292 | 48.81 | null | null | null | null | null | null | 21288 | 3167687 | 0 | 15248682 | 4.86 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q31 | app-20220209230826-0037 | Recommended | 1.68 | 23595.69 | 16242.3 | 20407 | 12617670 | 39838 | 20407 | 34.76 | null | null | null | null | null | null | 20399 | 2942830 | 0 | 12617670 | 4.9 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q74 | app-20220209233831-0081 | Recommended | 1.68 | 24668.06 | 16781.93 | 21747 | 16692240 | 41450 | 21747 | 46.93 | null | null | null | null | null | null | 21741 | 3325282 | 0 | 16692240 | 4.38 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q11 | app-20220209224833-0014 | Recommended | 1.62 | 26707.24 | 16820.75 | 24208 | 17615125 | 43528 | 22143 | 45.76 | null | null | null | null | null | null | 24205 | 2917642 | 1502045 | 16113080 | 4.16 | false | Execute CreateViewCommand;ReusedExchange;HashAggregate;ColumnarToRow | DecimalType |
TPC-DS Like Bench q16 | app-20220209225524-0020 | Recommended | 1.62 | 25717.33 | 16006.66 | 22726 | 18535920 | 41724 | 21306 | 44.67 | null | null | null | null | null | null | 22720 | 3028781 | 1157466 | 17378454 | 4.01 | false | Execute CreateViewCommand;AdaptiveSparkPlan;HashAggregate;ColumnarToRow | merge_sum |
TPC-DS Like Bench q51 | app-20220209232008-0058 | Recommended | 1.59 | 21942.35 | 13069.64 | 16925 | 12278939 | 35012 | 16925 | 47.26 | null | null | null | null | null | null | 16920 | 2979507 | 0 | 12278939 | 4.38 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q81 | app-20220209234611-0088 | Recommended | 1.58 | 23125.59 | 13612.4 | 17437 | 10033526 | 36738 | 17393 | 36.22 | null | null | null | null | null | null | 17431 | 3083743 | 24955 | 10008571 | 4.59 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow;Filter | DECIMAL |
TPC-DS Like Bench q65 | app-20220209232803-0072 | Recommended | 1.57 | 23403.59 | 13469.4 | 18332 | 10164071 | 36873 | 18332 | 46.41 | null | null | null | null | null | null | 18324 | 2941892 | 0 | 10164071 | 3.77 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q30 | app-20220209230750-0036 | Recommended | 1.56 | 21777.06 | 12322.93 | 16070 | 8447753 | 34100 | 16023 | 33.65 | null | null | null | null | null | null | 16063 | 2987480 | 24435 | 8423318 | 4.33 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow;Filter | DECIMAL |
TPC-DS Like Bench q15 | app-20220209225447-0019 | Recommended | 1.52 | 23166.12 | 12074.87 | 15970 | 6770100 | 35241 | 15970 | 34.25 | null | null | null | null | null | null | 15964 | 2923648 | 0 | 6770100 | 4.09 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q35 | app-20220209231035-0041 | Recommended | 1.51 | 24552.13 | 12648.86 | 18298 | 10027023 | 37201 | 17010 | 37.15 | null | null | null | null | null | null | 18293 | 3059747 | 705510 | 9321513 | 3.9 | false | Execute CreateViewCommand;SortMergeJoin;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q8 | app-20220209224648-0011 | Recommended | 1.51 | 23372.7 | 12016.29 | 15691 | 6693324 | 35389 | 15691 | 20.01 | null | null | null | null | null | null | 15686 | 3133963 | 0 | 6693324 | 4.26 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q69 | app-20220209233517-0076 | Recommended | 1.5 | 24534.64 | 12431.35 | 16589 | 7246714 | 36966 | 16589 | 27.75 | null | null | null | null | null | null | 16583 | 2963952 | 0 | 7246714 | 3.99 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q94 | app-20220209235349-0101 | Recommended | 1.5 | 24361.44 | 12284.55 | 17424 | 13168326 | 36646 | 16352 | 41.87 | null | null | null | null | null | null | 17416 | 3048502 | 809952 | 12358374 | 4.01 | false | Execute CreateViewCommand;AdaptiveSparkPlan;HashAggregate;ColumnarToRow | merge_sum |
TPC-DS Like Bench q54 | app-20220209232140-0061 | Recommended | 1.5 | 23475.06 | 11742.93 | 15568 | 5555140 | 35218 | 15568 | 28.65 | null | null | null | null | null | null | 15563 | 3021018 | 0 | 5555140 | 4.07 | false | Execute CreateViewCommand;ReusedExchange;Subquery;ColumnarToRow | null |
TPC-DS Like Bench q39a | app-20220209231256-0045 | Recommended | 1.49 | 22102.22 | 10863.77 | 14136 | 4794226 | 32966 | 14136 | 24.49 | null | null | null | null | null | null | 14131 | 2998677 | 0 | 4794226 | 4.32 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q29 | app-20220209230713-0035 | Recommended | 1.49 | 23597.91 | 11588.08 | 15912 | 10021701 | 35186 | 15912 | 44.09 | null | null | null | null | null | null | 15905 | 3057910 | 0 | 10021701 | 3.68 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q47 | app-20220209231740-0054 | Recommended | 1.48 | 23520.63 | 11417.36 | 15246 | 8996925 | 34938 | 15160 | 35.78 | null | null | null | null | null | null | 15241 | 3107687 | 50299 | 8946626 | 4.05 | false | Execute CreateViewCommand;ReusedExchange;Filter;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q59 | app-20220209232422-0066 | Recommended | 1.48 | 24246.78 | 11658.21 | 16091 | 6749831 | 35905 | 16091 | 34.65 | null | null | null | null | null | null | 16084 | 3068245 | 0 | 6749831 | 3.63 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q6 | app-20220209224544-0009 | Recommended | 1.46 | 22488.01 | 10526.98 | 13758 | 6335474 | 33015 | 13756 | 30.04 | null | null | null | null | null | null | 13753 | 2943126 | 863 | 6334611 | 4.26 | false | Subquery;Execute CreateViewCommand;Filter;ReusedExchange;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q80 | app-20220209234532-0087 | Recommended | 1.46 | 25298.12 | 11841.87 | 16742 | 12630126 | 37140 | 15856 | 40.02 | null | null | null | null | null | null | 16735 | 3360633 | 668346 | 11961780 | 3.95 | false | Execute CreateViewCommand;ReusedExchange;HashAggregate;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q39b | app-20220209231330-0046 | Recommended | 1.46 | 22094.04 | 10341.95 | 13457 | 3807675 | 32436 | 13457 | 30.24 | null | null | null | null | null | null | 13451 | 2941727 | 0 | 3807675 | 4.32 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q57 | app-20220209232314-0064 | Recommended | 1.46 | 22995.99 | 10722.0 | 14351 | 8374423 | 33718 | 14237 | 31.73 | null | null | null | null | null | null | 14345 | 2948771 | 66283 | 8308140 | 4.05 | false | Execute CreateViewCommand;ReusedExchange;Filter;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q1 | app-20220209224147-0004 | Recommended | 1.46 | 21599.35 | 10007.64 | 13417 | 7598550 | 31607 | 13321 | 37.09 | null | null | null | null | null | null | 13412 | 3012015 | 54119 | 7544431 | 4.01 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow;Filter | DECIMAL |
TPC-DS Like Bench q18 | app-20220209225644-0022 | Recommended | 1.44 | 22216.88 | 9865.11 | 13492 | 7586670 | 32082 | 13492 | 33.42 | null | null | null | null | null | null | 13484 | 2962080 | 0 | 7586670 | 3.72 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q45 | app-20220209231631-0052 | Recommended | 1.44 | 23723.45 | 10458.54 | 14455 | 5768757 | 34182 | 14154 | 33.74 | null | null | null | null | null | null | 14447 | 2957022 | 120068 | 5648689 | 3.83 | false | Execute CreateViewCommand;ReusedExchange;BroadcastHashJoin;ColumnarToRow | null |
TPC-DS Like Bench q17 | app-20220209225607-0021 | Recommended | 1.43 | 24334.61 | 10564.38 | 14420 | 7818278 | 34899 | 14420 | 37.4 | null | null | null | null | null | null | 14412 | 3106844 | 0 | 7818278 | 3.74 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q25 | app-20220209230506-0031 | Recommended | 1.43 | 21671.78 | 9370.21 | 12790 | 7060196 | 31042 | 12790 | 34.97 | null | null | null | null | null | null | 12784 | 3060435 | 0 | 7060196 | 3.74 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q49 | app-20220209231846-0056 | Recommended | 1.42 | 22231.44 | 9476.55 | 12466 | 8785195 | 31708 | 12466 | 26.92 | null | null | null | null | null | null | 12448 | 3080539 | 0 | 8785195 | 4.17 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q46 | app-20220209231707-0053 | Recommended | 1.42 | 22047.85 | 9385.14 | 12318 | 6163042 | 31433 | 12318 | 26.39 | null | null | null | null | null | null | 12312 | 3017041 | 0 | 6163042 | 4.2 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q10 | app-20220209224756-0013 | Recommended | 1.42 | 24919.87 | 10489.12 | 15574 | 7745798 | 35409 | 14432 | 30.14 | null | null | null | null | null | null | 15567 | 3236768 | 567780 | 7178018 | 3.66 | false | Execute CreateViewCommand;SortMergeJoin;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q68 | app-20220209233444-0075 | Recommended | 1.41 | 21674.52 | 9006.47 | 11821 | 5109423 | 30681 | 11821 | 20.54 | null | null | null | null | null | null | 11814 | 3004334 | 0 | 5109423 | 4.2 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q5 | app-20220209224509-0008 | Recommended | 1.41 | 23548.42 | 9749.57 | 13729 | 8967631 | 33298 | 13729 | 41.35 | null | null | null | null | null | null | 13722 | 3186659 | 0 | 8967631 | 3.45 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q34 | app-20220209231004-0040 | Recommended | 1.4 | 20675.69 | 8427.3 | 10842 | 5053339 | 29103 | 10842 | 27.34 | null | null | null | null | null | null | 10836 | 2994320 | 0 | 5053339 | 4.49 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q82 | app-20220209234649-0089 | Recommended | 1.4 | 22206.53 | 8955.46 | 12212 | 7344489 | 31162 | 12212 | 39.29 | null | null | null | null | null | null | 12199 | 2973553 | 0 | 7344489 | 3.75 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q85 | app-20220209234821-0092 | Recommended | 1.4 | 24121.11 | 9726.88 | 13468 | 7684101 | 33848 | 13468 | 29.91 | null | null | null | null | null | null | 13462 | 2949755 | 0 | 7684101 | 3.6 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q28 | app-20220209230637-0034 | Recommended | 1.39 | 24599.41 | 9839.58 | 15464 | 14309580 | 34439 | 13823 | 33.04 | null | null | null | null | null | null | 15458 | 3008413 | 1518296 | 12791284 | 3.47 | false | AdaptiveSparkPlan;CollectLimit;HashAggregate;Execute CreateViewCommand;ColumnarToRow | merge_avg;merge_count |
TPC-DS Like Bench q58 | app-20220209232349-0065 | Recommended | 1.39 | 22489.0 | 8770.99 | 12322 | 5717106 | 31260 | 12322 | 34.17 | null | null | null | null | null | null | 12313 | 3102820 | 0 | 5717106 | 3.47 | false | Execute CreateViewCommand;Subquery;ColumnarToRow | null |
TPC-DS Like Bench q19 | app-20220209225718-0023 | Recommended | 1.38 | 21689.15 | 8456.84 | 11373 | 5749051 | 30146 | 11373 | 23.22 | null | null | null | null | null | null | 11364 | 3161292 | 0 | 5749051 | 3.9 | false | Execute CreateViewCommand;ColumnarToRow | null |
TPC-DS Like Bench q61 | app-20220209232531-0068 | Recommended | 1.38 | 23308.72 | 9017.27 | 12357 | 4376440 | 32326 | 12357 | 36.63 | null | null | null | null | null | null | 12349 | 3022176 | 0 | 4376440 | 3.7 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q71 | app-20220209233627-0078 | Recommended | 1.38 | 21967.67 | 8440.32 | 11371 | 4987537 | 30408 | 11371 | 21.81 | null | null | null | null | null | null | 11363 | 3052139 | 0 | 4987537 | 3.88 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q22 | app-20220209225845-0026 | Recommended | 1.38 | 22397.03 | 8535.96 | 12381 | 1736064 | 30933 | 12381 | 50.01 | null | null | null | null | null | null | 12376 | 2929875 | 0 | 1736064 | 3.22 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q70 | app-20220209233555-0077 | Recommended | 1.37 | 21798.79 | 8233.2 | 10751 | 4816235 | 30032 | 10751 | 33.51 | null | null | null | null | null | null | 10746 | 3034688 | 0 | 4816235 | 4.26 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q83 | app-20220209234722-0090 | Recommended | 1.36 | 21949.16 | 8010.83 | 10956 | 5253931 | 29960 | 10956 | 26.62 | null | null | null | null | null | null | 10949 | 2993826 | 0 | 5253931 | 3.72 | false | Execute CreateViewCommand;ColumnarToRow | null |
TPC-DS Like Bench q98 | app-20220209235636-0105 | Recommended | 1.36 | 20487.86 | 7376.13 | 9674 | 3164505 | 27864 | 9674 | 21.36 | null | null | null | null | null | null | 9669 | 2953354 | 0 | 3164505 | 4.21 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q79 | app-20220209234502-0086 | Recommended | 1.35 | 21073.77 | 7578.22 | 10344 | 5584295 | 28652 | 10344 | 29.69 | null | null | null | null | null | null | 10340 | 3007559 | 0 | 5584295 | 3.74 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q73 | app-20220209233802-0080 | Recommended | 1.35 | 20143.11 | 7154.88 | 9205 | 3086301 | 27298 | 9205 | 27.46 | null | null | null | null | null | null | 9201 | 2929775 | 0 | 3086301 | 4.49 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q91 | app-20220209235141-0098 | Recommended | 1.34 | 22090.61 | 7648.38 | 10351 | 3106198 | 29739 | 10351 | 23.11 | null | null | null | null | null | null | 10347 | 2997584 | 0 | 3106198 | 3.83 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q37 | app-20220209231143-0043 | Recommended | 1.34 | 22130.6 | 7605.4 | 10371 | 5754398 | 29736 | 10371 | 38.21 | null | null | null | null | null | null | 10366 | 3003155 | 0 | 5754398 | 3.75 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q44 | app-20220209231559-0051 | Recommended | 1.34 | 22359.33 | 7652.66 | 10956 | 7175937 | 30012 | 10347 | 29.11 | null | null | null | null | null | null | 10950 | 3029969 | 398712 | 6777225 | 3.84 | false | AdaptiveSparkPlan;Subquery;Execute CreateViewCommand;Filter;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q9 | app-20220209224725-0012 | Recommended | 1.33 | 21873.81 | 7315.18 | 9829 | 8064543 | 29189 | 9829 | 35.84 | null | null | null | null | null | null | 9823 | 3021491 | 0 | 8064543 | 3.91 | false | Execute CreateViewCommand;AdaptiveSparkPlan;Subquery;ColumnarToRow | null |
TPC-DS Like Bench q40 | app-20220209231405-0047 | Recommended | 1.33 | 24561.7 | 8167.29 | 12119 | 8004983 | 32729 | 11272 | 36.85 | null | null | null | null | null | null | 12110 | 3142013 | 558989 | 7445994 | 3.63 | false | Execute CreateViewCommand;ReusedExchange;HashAggregate;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q2 | app-20220209224220-0005 | Recommended | 1.32 | 21301.46 | 6890.53 | 8966 | 4724046 | 28192 | 8966 | 38.76 | null | null | null | null | null | null | 8960 | 3025086 | 0 | 4724046 | 4.32 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench ss_max | app-20220209235735-0107 | Recommended | 1.31 | 20784.37 | 6539.62 | 9176 | 5331368 | 27324 | 8883 | 40.82 | null | null | null | null | null | null | 9171 | 3049122 | 169902 | 5161466 | 3.79 | false | Execute CreateViewCommand;AdaptiveSparkPlan;HashAggregate;ColumnarToRow | merge_count;merge_max |
TPC-DS Like Bench q60 | app-20220209232500-0067 | Recommended | 1.31 | 22250.37 | 6983.62 | 9811 | 3834676 | 29234 | 9811 | 19.92 | null | null | null | null | null | null | 9806 | 2939560 | 0 | 3834676 | 3.47 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q13 | app-20220209224945-0016 | Recommended | 1.31 | 20407.71 | 6360.28 | 8816 | 4265966 | 26768 | 8816 | 34.5 | null | null | null | null | null | null | 8808 | 2951094 | 0 | 4265966 | 3.59 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q56 | app-20220209232242-0063 | Recommended | 1.3 | 22798.87 | 7044.12 | 9896 | 3729466 | 29843 | 9896 | 14.44 | null | null | null | null | null | null | 9890 | 2971656 | 0 | 3729466 | 3.47 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q76 | app-20220209234000-0083 | Recommended | 1.3 | 22630.64 | 6827.35 | 9835 | 6264831 | 29458 | 9835 | 33.9 | null | null | null | null | null | null | 9830 | 3037202 | 0 | 6264831 | 3.27 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q33 | app-20220209230935-0039 | Recommended | 1.3 | 21561.95 | 6491.04 | 9119 | 3032680 | 28053 | 9119 | 18.14 | null | null | null | null | null | null | 9111 | 2983234 | 0 | 3032680 | 3.47 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q88 | app-20220209235013-0095 | Recommended | 1.3 | 23989.56 | 7197.43 | 9998 | 6687038 | 31187 | 9998 | 43.92 | null | null | null | null | null | null | 9987 | 3212440 | 0 | 6687038 | 3.57 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q7 | app-20220209224619-0010 | Not Recommended | 1.29 | 20663.5 | 6143.5 | 8936 | 4022166 | 26807 | 8936 | 35.88 | null | null | null | null | null | null | 8929 | 2959904 | 0 | 4022166 | 3.2 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q48 | app-20220209231816-0055 | Not Recommended | 1.29 | 21310.47 | 6237.52 | 8514 | 3969649 | 27548 | 8514 | 33.42 | null | null | null | null | null | null | 8507 | 2990347 | 0 | 3969649 | 3.74 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q26 | app-20220209230539-0032 | Not Recommended | 1.28 | 21556.18 | 6109.81 | 8887 | 4002441 | 27666 | 8887 | 36.79 | null | null | null | null | null | null | 8876 | 3012952 | 0 | 4002441 | 3.2 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q12 | app-20220209224918-0015 | Not Recommended | 1.27 | 19624.36 | 5459.63 | 7584 | 1865587 | 25084 | 7584 | 23.82 | null | null | null | null | null | null | 7577 | 3102250 | 0 | 1865587 | 3.57 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q62 | app-20220209232605-0069 | Not Recommended | 1.27 | 21448.22 | 5877.77 | 8574 | 4218821 | 27326 | 8574 | 36.47 | null | null | null | null | null | null | 8565 | 3017055 | 0 | 4218821 | 3.18 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q20 | app-20220209225749-0024 | Not Recommended | 1.26 | 21250.95 | 5641.04 | 7836 | 2040974 | 26892 | 7836 | 22.51 | null | null | null | null | null | null | 7829 | 3039094 | 0 | 2040974 | 3.57 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q99 | app-20220209235705-0106 | Not Recommended | 1.25 | 22355.32 | 5801.67 | 8463 | 4558275 | 28157 | 8463 | 33.1 | null | null | null | null | null | null | 8455 | 2973149 | 0 | 4558275 | 3.18 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q36 | app-20220209231114-0042 | Not Recommended | 1.25 | 21356.73 | 5527.26 | 7756 | 3642750 | 26884 | 7756 | 30.08 | null | null | null | null | null | null | 7752 | 2905924 | 0 | 3642750 | 3.48 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q89 | app-20220209235046-0096 | Not Recommended | 1.25 | 20969.23 | 5401.76 | 7869 | 4029740 | 26371 | 7615 | 24.99 | null | null | null | null | null | null | 7858 | 3012145 | 129765 | 3899975 | 3.44 | false | Execute CreateViewCommand;ReusedExchange;Filter;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q86 | app-20220209234857-0093 | Not Recommended | 1.25 | 21140.77 | 5388.22 | 7493 | 3505441 | 26529 | 7493 | 29.09 | null | null | null | null | null | null | 7489 | 3240380 | 0 | 3505441 | 3.56 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q27 | app-20220209230608-0033 | Not Recommended | 1.25 | 22114.89 | 5587.1 | 8150 | 3737103 | 27702 | 8150 | 29.62 | null | null | null | null | null | null | 8143 | 3067371 | 0 | 3737103 | 3.18 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q66 | app-20220209232841-0073 | Not Recommended | 1.24 | 24291.91 | 5938.08 | 9771 | 5287383 | 30230 | 8612 | 35.68 | null | null | null | null | null | null | 9765 | 2922061 | 626680 | 4660703 | 3.22 | false | Execute CreateViewCommand;ReusedExchange;HashAggregate;ColumnarToRow | DecimalType |
TPC-DS Like Bench q53 | app-20220209232111-0060 | Not Recommended | 1.23 | 22160.97 | 5233.02 | 7622 | 3879496 | 27394 | 7368 | 25.54 | null | null | null | null | null | null | 7617 | 2905347 | 128795 | 3750701 | 3.45 | false | Execute CreateViewCommand;ReusedExchange;Filter;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q84 | app-20220209234754-0091 | Not Recommended | 1.23 | 21195.3 | 4968.69 | 7129 | 3814060 | 26164 | 7129 | 40.65 | null | null | null | null | null | null | 7123 | 3029105 | 0 | 3814060 | 3.3 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q63 | app-20220209232634-0070 | Not Recommended | 1.23 | 21192.66 | 4957.33 | 7215 | 3490147 | 26150 | 6980 | 26.58 | null | null | null | null | null | null | 7207 | 2976838 | 113318 | 3376829 | 3.45 | false | Execute CreateViewCommand;ReusedExchange;Filter;ColumnarToRow | decimal;DecimalType |
TPC-DS Like Bench q43 | app-20220209231533-0050 | Not Recommended | 1.23 | 19958.18 | 4641.81 | 6660 | 3257940 | 24600 | 6660 | 29.65 | null | null | null | null | null | null | 6651 | 2961446 | 0 | 3257940 | 3.3 | false | Execute CreateViewCommand;ColumnarToRow | null |
TPC-DS Like Bench ss_maxb | app-20220209235804-0108 | Not Recommended | 1.23 | 19063.41 | 4414.58 | 5825 | 3798491 | 23478 | 5825 | 48.17 | null | null | null | null | null | null | 5819 | 3155711 | 0 | 3798491 | 4.13 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q3 | app-20220209224250-0006 | Not Recommended | 1.22 | 20089.36 | 4522.63 | 6489 | 2898373 | 24612 | 6489 | 26.88 | null | null | null | null | null | null | 6483 | 3094853 | 0 | 2898373 | 3.3 | false | Execute CreateViewCommand;ColumnarToRow | null |
TPC-DS Like Bench q21 | app-20220209225818-0025 | Not Recommended | 1.22 | 20413.61 | 4531.38 | 6610 | 1072926 | 24945 | 6610 | 40.94 | null | null | null | null | null | null | 6605 | 3079474 | 0 | 1072926 | 3.18 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow | null |
TPC-DS Like Bench q55 | app-20220209232217-0062 | Not Recommended | 1.22 | 19494.18 | 4296.81 | 6165 | 2612787 | 23791 | 6165 | 24.78 | null | null | null | null | null | null | 6158 | 2995446 | 0 | 2612787 | 3.3 | false | Execute CreateViewCommand;ColumnarToRow | null |
TPC-DS Like Bench q92 | app-20220209235212-0099 | Not Recommended | 1.21 | 20741.45 | 4549.54 | 6384 | 2095601 | 25291 | 6123 | 25.07 | null | null | null | null | null | null | 6380 | 2967129 | 85419 | 2010182 | 3.89 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow;Filter | DECIMAL |
TPC-DS Like Bench q90 | app-20220209235114-0097 | Not Recommended | 1.21 | 20450.98 | 4350.01 | 6209 | 2604676 | 24801 | 6209 | 44.95 | null | null | null | null | null | null | 6204 | 2976499 | 0 | 2604676 | 3.34 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q32 | app-20220209230908-0038 | Not Recommended | 1.2 | 20973.26 | 4366.73 | 6107 | 2712962 | 25340 | 5909 | 25.21 | null | null | null | null | null | null | 6098 | 3048254 | 87623 | 2625339 | 3.83 | false | Execute CreateViewCommand;ReusedExchange;ColumnarToRow;Filter | DECIMAL |
TPC-DS Like Bench q42 | app-20220209231505-0049 | Not Recommended | 1.2 | 21414.78 | 4436.21 | 6365 | 2726759 | 25851 | 6365 | 23.15 | null | null | null | null | null | null | 6358 | 3047836 | 0 | 2726759 | 3.3 | false | Execute CreateViewCommand;ColumnarToRow | null |
TPC-DS Like Bench q52 | app-20220209232045-0059 | Not Recommended | 1.19 | 20523.3 | 4071.69 | 5842 | 2683090 | 24595 | 5842 | 25.46 | null | null | null | null | null | null | 5827 | 3074975 | 0 | 2683090 | 3.3 | false | Execute CreateViewCommand;ColumnarToRow | null |
TPC-DS Like Bench q41 | app-20220209231439-0048 | Not Recommended | 1.19 | 20533.93 | 4071.06 | 5649 | 161564 | 24605 | 5649 | 55.4 | null | null | null | null | null | null | 5642 | 2970757 | 0 | 161564 | 3.58 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
TPC-DS Like Bench q96 | app-20220209235526-0103 | Not Recommended | 1.18 | 20189.67 | 3776.32 | 5324 | 2304428 | 23966 | 5324 | 44.32 | null | null | null | null | null | null | 5317 | 2947875 | 0 | 2304428 | 3.44 | false | Execute CreateViewCommand;AdaptiveSparkPlan;ColumnarToRow | null |
DART-ALGO | application_1665146417445_0002 | Not Recommended | 1.04 | 375798.12 | 16253.87 | 44531 | 75900172 | 392052 | 23675 | 14.55 | null | null | null | null | null | null | 16579 | 58017590 | 35546441 | 40353731 | 3.19 | false | Scan hive ecomm_ops_tables.zzz_dart_browse_ads_prod_mod;Scan hive ecomm_ops_tables.s0s0jzb_browse_shelf_cat_map;CollectLimit | null |
DART-ALGO | application_1665146417445_0003 | Not Recommended | 1.0 | 690682.0 | 0.0 | 0 | 0 | 690682 | 0 | 0.0 | null | null | null | null | null | null | 0 | 0 | 0 | 0 | 1.0 | false | null | null |
App ID | Stage ID | Average Speedup Factor | Stage Task Duration | Unsupported Task Duration | Stage Estimated |
---|---|---|---|---|---|
app-20220209224509-0008 | 31 | 2.95 | 1184 | 0 | false |
app-20220209224509-0008 | 33 | 2.9 | 1086 | 0 | false |
app-20220209224509-0008 | 35 | 3.37 | 2321523 | 0 | false |
app-20220209224509-0008 | 41 | 3.9 | 172648 | 0 | false |
app-20220209224509-0008 | 39 | 5.72 | 4586824 | 0 | false |
app-20220209224509-0008 | 38 | 3.36 | 694337 | 0 | false |
app-20220209224509-0008 | 40 | 4.26 | 656835 | 0 | false |
app-20220209224509-0008 | 37 | 3.36 | 524190 | 0 | false |
app-20220209224509-0008 | 32 | 2.9 | 641 | 0 | false |
app-20220209224509-0008 | 36 | 2.73 | 7065 | 0 | false |
app-20220209224509-0008 | 42 | 3.0 | 218 | 0 | false |
app-20220209224509-0008 | 34 | 2.9 | 1080 | 0 | false |
app-20220209235114-0097 | 39 | 2.71 | 0 | 0 | true |
app-20220209235114-0097 | 40 | 3.54 | 413 | 0 | false |
app-20220209235114-0097 | 34 | 2.95 | 964 | 0 | false |
app-20220209235114-0097 | 37 | 2.71 | 0 | 0 | true |
app-20220209235114-0097 | 41 | 3.0 | 365 | 0 | false |
app-20220209235114-0097 | 31 | 2.95 | 1058 | 0 | false |
app-20220209235114-0097 | 32 | 2.95 | 694 | 0 | false |
app-20220209235114-0097 | 35 | 3.68 | 2142147 | 0 | false |
app-20220209235114-0097 | 38 | 4.34 | 271 | 0 | false |
app-20220209235114-0097 | 36 | 3.68 | 457864 | 0 | false |
app-20220209235114-0097 | 33 | 2.95 | 900 | 0 | false |
app-20220209230506-0031 | 35 | 3.33 | 93394 | 0 | false |
app-20220209230506-0031 | 36 | 3.33 | 239863 | 0 | false |
app-20220209230506-0031 | 38 | 6.91 | 2696172 | 0 | false |
app-20220209230506-0031 | 37 | 3.33 | 1684494 | 0 | false |
app-20220209230506-0031 | 40 | 3.9 | 205018 | 0 | false |
app-20220209230506-0031 | 32 | 2.9 | 7530 | 0 | false |
app-20220209230506-0031 | 41 | 3.0 | 210 | 0 | false |
app-20220209230506-0031 | 39 | 5.67 | 2129775 | 0 | false |
app-20220209230506-0031 | 34 | 2.95 | 1198 | 0 | false |
app-20220209230506-0031 | 31 | 2.95 | 1284 | 0 | false |
app-20220209230506-0031 | 33 | 2.9 | 1258 | 0 | false |
app-20220209232634-0070 | 32 | 2.9 | 1046 | 0 | false |
app-20220209232634-0070 | 34 | 3.72 | 2226056 | 0 | false |
app-20220209232634-0070 | 31 | 2.95 | 6677 | 0 | false |
app-20220209232634-0070 | 33 | 2.95 | 672 | 0 | false |
app-20220209232634-0070 | 37 | 3.0 | 210 | 0 | false |
app-20220209232634-0070 | 35 | 4.3 | 688894 | 0 | false |
app-20220209232634-0070 | 36 | 4.3 | 566592 | 113318 | false |
app-20220209225845-0026 | 36 | 3.0 | 303 | 0 | false |
app-20220209225845-0026 | 32 | 2.9 | 5690 | 0 | false |
app-20220209225845-0026 | 31 | 2.95 | 1181 | 0 | false |
app-20220209225845-0026 | 34 | 3.68 | 621736 | 0 | false |
app-20220209225845-0026 | 33 | 2.9 | 894 | 0 | false |
app-20220209225845-0026 | 35 | 3.9 | 1106260 | 0 | false |
app-20220209235526-0103 | 34 | 3.68 | 2301205 | 0 | false |
app-20220209235526-0103 | 31 | 2.95 | 1051 | 0 | false |
app-20220209235526-0103 | 33 | 2.95 | 875 | 0 | false |
app-20220209235526-0103 | 32 | 2.95 | 676 | 0 | false |
app-20220209235526-0103 | 36 | 4.69 | 621 | 0 | false |
app-20220209235526-0103 | 35 | 2.6 | 0 | 0 | true |
app-20220209231919-0057 | 35 | 3.33 | 6655624 | 0 | false |
app-20220209231919-0057 | 36 | 5.78 | 9297072 | 0 | false |
app-20220209231919-0057 | 38 | 3.0 | 228 | 0 | false |
app-20220209231919-0057 | 31 | 2.9 | 711 | 0 | false |
app-20220209231919-0057 | 37 | 3.9 | 354848 | 0 | false |
app-20220209231919-0057 | 34 | 3.33 | 134143 | 0 | false |
app-20220209231919-0057 | 32 | 2.95 | 724 | 0 | false |
app-20220209231919-0057 | 33 | 2.9 | 695 | 0 | false |
app-20220209231533-0050 | 33 | 3.71 | 2489960 | 0 | false |
app-20220209231533-0050 | 34 | 3.9 | 765614 | 0 | false |
app-20220209231533-0050 | 35 | 3.0 | 246 | 0 | false |
app-20220209231533-0050 | 32 | 2.95 | 1024 | 0 | false |
app-20220209231533-0050 | 31 | 2.95 | 1096 | 0 | false |
application_1665146417445_0002 | 4 | 4.5 | 233 | 0 | false |
application_1665146417445_0002 | 3 | 4.34 | 2893207 | 0 | false |
application_1665146417445_0002 | 2 | 2.6 | 14571021 | 7285510 | false |
application_1665146417445_0002 | 1 | 2.0 | 51972027 | 25986013 | false |
application_1665146417445_0002 | 7 | 4.5 | 244 | 0 | false |
application_1665146417445_0002 | 6 | 3.98 | 1918109 | 0 | false |
application_1665146417445_0002 | 5 | 2.6 | 4540826 | 2270413 | false |
application_1665146417445_0002 | 0 | 1.0 | 4505 | 4505 | false |
app-20220209230053-0028 | 40 | 3.71 | 4979300 | 0 | false |
app-20220209230053-0028 | 42 | 3.94 | 517898 | 0 | false |
app-20220209230053-0028 | 38 | 4.34 | 53 | 0 | false |
app-20220209230053-0028 | 44 | 7.76 | 730644 | 0 | false |
app-20220209230053-0028 | 54 | 3.0 | 221 | 0 | false |
app-20220209230053-0028 | 35 | 3.33 | 4618718 | 0 | false |
app-20220209230053-0028 | 36 | 3.33 | 59206 | 0 | false |
app-20220209230053-0028 | 50 | 7.76 | 661105 | 0 | false |
app-20220209230053-0028 | 43 | 3.33 | 25052 | 0 | false |
app-20220209230053-0028 | 37 | 5.73 | 8697022 | 1449502 | false |
app-20220209230053-0028 | 39 | 2.95 | 77 | 0 | false |
app-20220209230053-0028 | 53 | 2.68 | 456328 | 182530 | false |
app-20220209230053-0028 | 45 | 3.33 | 34900 | 0 | false |
app-20220209230053-0028 | 51 | 8.28 | 13701110 | 2997113 | false |
app-20220209230053-0028 | 31 | 2.95 | 701 | 0 | false |
app-20220209230053-0028 | 46 | 3.37 | 2366404 | 0 | false |
app-20220209230053-0028 | 52 | 8.28 | 17309649 | 3786482 | false |
app-20220209230053-0028 | 32 | 2.9 | 5351 | 0 | false |
app-20220209230053-0028 | 34 | 2.95 | 764 | 0 | false |
app-20220209230053-0028 | 33 | 2.95 | 1153 | 0 | false |
app-20220209230053-0028 | 48 | 3.33 | 28729 | 0 | false |
app-20220209230053-0028 | 49 | 3.94 | 509837 | 0 | false |
app-20220209230053-0028 | 41 | 3.33 | 23824 | 0 | false |
app-20220209230053-0028 | 47 | 3.71 | 5071811 | 0 | false |
app-20220209230750-0036 | 42 | 5.98 | 600422 | 0 | false |
app-20220209230750-0036 | 34 | 3.61 | 743462 | 0 | false |
app-20220209230750-0036 | 41 | 6.33 | 219915 | 24435 | false |
app-20220209230750-0036 | 32 | 2.95 | 1026 | 0 | false |
app-20220209230750-0036 | 40 | 3.33 | 216977 | 0 | false |
app-20220209230750-0036 | 33 | 3.33 | 31565 | 0 | false |
app-20220209230750-0036 | 31 | 2.95 | 22333 | 0 | false |
app-20220209230750-0036 | 38 | 4.01 | 796870 | 0 | false |
app-20220209230750-0036 | 39 | 4.3 | 579941 | 0 | false |
app-20220209230750-0036 | 35 | 6.45 | 1095379 | 0 | false |
app-20220209230750-0036 | 37 | 6.45 | 3390912 | 0 | false |
app-20220209230750-0036 | 43 | 3.0 | 317 | 0 | false |
app-20220209230750-0036 | 36 | 3.61 | 748634 | 0 | false |
app-20220209224725-0012 | 60 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 48 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 67 | 4.34 | 116 | 0 | false |
app-20220209224725-0012 | 39 | 3.54 | 321010 | 0 | false |
app-20220209224725-0012 | 57 | 4.34 | 355 | 0 | false |
app-20220209224725-0012 | 47 | 4.34 | 403 | 0 | false |
app-20220209224725-0012 | 70 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 53 | 4.34 | 319 | 0 | false |
app-20220209224725-0012 | 38 | 3.54 | 417745 | 0 | false |
app-20220209224725-0012 | 52 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 32 | 3.54 | 459002 | 0 | false |
app-20220209224725-0012 | 74 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 61 | 4.34 | 351 | 0 | false |
app-20220209224725-0012 | 76 | 2.95 | 345 | 0 | false |
app-20220209224725-0012 | 44 | 3.54 | 715730 | 0 | false |
app-20220209224725-0012 | 45 | 3.54 | 301672 | 0 | false |
app-20220209224725-0012 | 33 | 3.54 | 270046 | 0 | false |
app-20220209224725-0012 | 58 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 63 | 4.34 | 493 | 0 | false |
app-20220209224725-0012 | 66 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 69 | 4.34 | 60 | 0 | false |
app-20220209224725-0012 | 75 | 4.34 | 238 | 0 | false |
app-20220209224725-0012 | 62 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 73 | 4.34 | 229 | 0 | false |
app-20220209224725-0012 | 64 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 46 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 71 | 4.34 | 230 | 0 | false |
app-20220209224725-0012 | 65 | 4.34 | 391 | 0 | false |
app-20220209224725-0012 | 31 | 3.54 | 2284766 | 0 | false |
app-20220209224725-0012 | 55 | 4.34 | 359 | 0 | false |
app-20220209224725-0012 | 40 | 3.54 | 444891 | 0 | false |
app-20220209224725-0012 | 50 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 54 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 36 | 3.54 | 591557 | 0 | false |
app-20220209224725-0012 | 34 | 3.54 | 312789 | 0 | false |
app-20220209224725-0012 | 49 | 4.34 | 392 | 0 | false |
app-20220209224725-0012 | 42 | 3.54 | 493357 | 0 | false |
app-20220209224725-0012 | 72 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 37 | 3.54 | 435568 | 0 | false |
app-20220209224725-0012 | 51 | 4.34 | 407 | 0 | false |
app-20220209224725-0012 | 68 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 59 | 4.34 | 408 | 0 | false |
app-20220209224725-0012 | 56 | 1.06 | 0 | 0 | true |
app-20220209224725-0012 | 41 | 3.54 | 318752 | 0 | false |
app-20220209224725-0012 | 35 | 3.54 | 415493 | 0 | false |
app-20220209224725-0012 | 43 | 3.54 | 277069 | 0 | false |
app-20220209233831-0081 | 44 | 3.94 | 417661 | 0 | false |
app-20220209233831-0081 | 43 | 4.3 | 441931 | 0 | false |
app-20220209233831-0081 | 47 | 3.0 | 315 | 0 | false |
app-20220209233831-0081 | 40 | 3.33 | 2196010 | 0 | false |
app-20220209233831-0081 | 33 | 3.33 | 254652 | 0 | false |
app-20220209233831-0081 | 45 | 4.3 | 487701 | 0 | false |
app-20220209233831-0081 | 32 | 2.9 | 734 | 0 | false |
app-20220209233831-0081 | 34 | 3.33 | 580229 | 0 | false |
app-20220209233831-0081 | 31 | 2.9 | 720 | 0 | false |
app-20220209233831-0081 | 39 | 6.04 | 2047617 | 0 | false |
app-20220209233831-0081 | 38 | 3.33 | 608034 | 0 | false |
app-20220209233831-0081 | 42 | 4.01 | 439284 | 0 | false |
app-20220209233831-0081 | 46 | 8.35 | 1560260 | 0 | false |
app-20220209233831-0081 | 41 | 6.04 | 1630341 | 0 | false |
app-20220209233831-0081 | 35 | 6.04 | 1807228 | 0 | false |
app-20220209233831-0081 | 37 | 6.04 | 3659231 | 0 | false |
app-20220209233831-0081 | 36 | 3.33 | 560292 | 0 | false |
app-20220209231114-0042 | 31 | 2.95 | 922 | 0 | false |
app-20220209231114-0042 | 36 | 4.55 | 511528 | 0 | false |
app-20220209231114-0042 | 37 | 3.0 | 210 | 0 | false |
app-20220209231114-0042 | 35 | 4.3 | 609916 | 0 | false |
app-20220209231114-0042 | 33 | 2.9 | 5804 | 0 | false |
app-20220209231114-0042 | 34 | 3.68 | 2513313 | 0 | false |
app-20220209231114-0042 | 32 | 2.95 | 1057 | 0 | false |
app-20220209235046-0096 | 37 | 3.0 | 259 | 0 | false |
app-20220209235046-0096 | 35 | 4.3 | 965075 | 0 | false |
app-20220209235046-0096 | 32 | 2.9 | 6405 | 0 | false |
app-20220209235046-0096 | 33 | 2.95 | 1182 | 0 | false |
app-20220209235046-0096 | 34 | 3.72 | 2407080 | 0 | false |
app-20220209235046-0096 | 36 | 4.3 | 648825 | 129765 | false |
app-20220209235046-0096 | 31 | 2.9 | 914 | 0 | false |
app-20220209231505-0049 | 32 | 2.95 | 5516 | 0 | false |
app-20220209231505-0049 | 34 | 3.9 | 641427 | 0 | false |
app-20220209231505-0049 | 35 | 3.0 | 248 | 0 | false |
app-20220209231505-0049 | 31 | 2.95 | 976 | 0 | false |
app-20220209231505-0049 | 33 | 3.71 | 2078592 | 0 | false |
app-20220209225818-0025 | 33 | 2.95 | 6013 | 0 | false |
app-20220209225818-0025 | 36 | 3.0 | 544 | 0 | false |
app-20220209225818-0025 | 31 | 2.9 | 1361 | 0 | false |
app-20220209225818-0025 | 32 | 2.9 | 1240 | 0 | false |
app-20220209225818-0025 | 35 | 3.62 | 1015964 | 0 | false |
app-20220209225818-0025 | 34 | 3.72 | 47804 | 0 | false |
app-20220209225607-0021 | 38 | 3.33 | 387672 | 0 | false |
app-20220209225607-0021 | 34 | 2.9 | 6157 | 0 | false |
app-20220209225607-0021 | 35 | 3.33 | 1378114 | 0 | false |
app-20220209225607-0021 | 37 | 6.91 | 3272073 | 0 | false |
app-20220209225607-0021 | 31 | 2.95 | 714 | 0 | false |
app-20220209225607-0021 | 40 | 3.9 | 201893 | 0 | false |
app-20220209225607-0021 | 39 | 5.67 | 1946956 | 0 | false |
app-20220209225607-0021 | 33 | 2.9 | 1214 | 0 | false |
app-20220209225607-0021 | 36 | 3.33 | 622516 | 0 | false |
app-20220209225607-0021 | 32 | 2.95 | 700 | 0 | false |
app-20220209225607-0021 | 41 | 3.0 | 269 | 0 | false |
app-20220209225749-0024 | 32 | 2.9 | 6036 | 0 | false |
app-20220209225749-0024 | 33 | 3.71 | 359383 | 0 | false |
app-20220209225749-0024 | 31 | 2.95 | 1315 | 0 | false |
app-20220209225749-0024 | 35 | 4.55 | 715482 | 0 | false |
app-20220209225749-0024 | 34 | 4.3 | 958227 | 0 | false |
app-20220209225749-0024 | 36 | 3.0 | 531 | 0 | false |
app-20220209231439-0048 | 31 | 3.54 | 8109 | 0 | false |
app-20220209231439-0048 | 36 | 3.9 | 65909 | 0 | false |
app-20220209231439-0048 | 37 | 3.0 | 683 | 0 | false |
app-20220209231439-0048 | 32 | 2.6 | 0 | 0 | true |
app-20220209231439-0048 | 33 | 3.82 | 83422 | 0 | false |
app-20220209231439-0048 | 35 | 2.6 | 0 | 0 | true |
app-20220209231439-0048 | 34 | 3.63 | 3441 | 0 | false |
app-20220209232045-0059 | 31 | 2.95 | 1017 | 0 | false |
app-20220209232045-0059 | 32 | 2.95 | 5391 | 0 | false |
app-20220209232045-0059 | 35 | 3.0 | 269 | 0 | false |
app-20220209232045-0059 | 33 | 3.71 | 1986094 | 0 | false |
app-20220209232045-0059 | 34 | 3.9 | 690319 | 0 | false |
app-20220209224648-0011 | 32 | 2.9 | 1241 | 0 | false |
app-20220209224648-0011 | 40 | 3.67 | 1155731 | 0 | false |
app-20220209224648-0011 | 31 | 2.95 | 1005 | 0 | false |
app-20220209224648-0011 | 37 | 3.94 | 1180107 | 0 | false |
app-20220209224648-0011 | 41 | 6.45 | 356915 | 0 | false |
app-20220209224648-0011 | 33 | 3.37 | 217326 | 0 | false |
app-20220209224648-0011 | 43 | 3.0 | 199 | 0 | false |
app-20220209224648-0011 | 42 | 3.9 | 139846 | 0 | false |
app-20220209224648-0011 | 36 | 3.33 | 37191 | 0 | false |
app-20220209224648-0011 | 38 | 7.86 | 449220 | 0 | false |
app-20220209224648-0011 | 39 | 4.3 | 110154 | 0 | false |
app-20220209224648-0011 | 34 | 3.33 | 39348 | 0 | false |
app-20220209224648-0011 | 35 | 6.45 | 3005041 | 0 | false |
app-20220209224756-0013 | 38 | 6.27 | 5393922 | 567780 | false |
app-20220209224756-0013 | 40 | 3.0 | 247 | 0 | false |
app-20220209224756-0013 | 36 | 3.75 | 154489 | 0 | false |
app-20220209224756-0013 | 34 | 3.75 | 1406700 | 0 | false |
app-20220209224756-0013 | 31 | 2.9 | 2548 | 0 | false |
app-20220209224756-0013 | 32 | 2.95 | 852 | 0 | false |
app-20220209224756-0013 | 35 | 3.33 | 65257 | 0 | false |
app-20220209224756-0013 | 33 | 2.95 | 22123 | 0 | false |
app-20220209224756-0013 | 39 | 3.9 | 549588 | 0 | false |
app-20220209224756-0013 | 37 | 3.75 | 150072 | 0 | false |
app-20220209235141-0098 | 39 | 4.34 | 314408 | 0 | false |
app-20220209235141-0098 | 42 | 2.78 | 0 | 0 | true |
app-20220209235141-0098 | 34 | 2.9 | 1104 | 0 | false |
app-20220209235141-0098 | 37 | 3.33 | 123845 | 0 | false |
app-20220209235141-0098 | 38 | 5.78 | 2429250 | 0 | false |
app-20220209235141-0098 | 31 | 2.95 | 1242 | 0 | false |
app-20220209235141-0098 | 43 | 4.3 | 145210 | 0 | false |
app-20220209235141-0098 | 36 | 3.67 | 54739 | 0 | false |
app-20220209235141-0098 | 40 | 2.78 | 0 | 0 | true |
app-20220209235141-0098 | 32 | 2.95 | 20611 | 0 | false |
app-20220209235141-0098 | 33 | 2.95 | 957 | 0 | false |
app-20220209235141-0098 | 41 | 2.78 | 0 | 0 | true |
app-20220209235141-0098 | 44 | 6.1 | 12646 | 0 | false |
app-20220209235141-0098 | 35 | 2.9 | 2186 | 0 | false |
app-20220209231256-0045 | 32 | 2.9 | 838 | 0 | false |
app-20220209231256-0045 | 33 | 2.9 | 6217 | 0 | false |
app-20220209231256-0045 | 41 | 2.64 | 0 | 0 | true |
app-20220209231256-0045 | 35 | 3.72 | 33955 | 0 | false |
app-20220209231256-0045 | 42 | 2.64 | 0 | 0 | true |
app-20220209231256-0045 | 37 | 3.72 | 33154 | 0 | false |
app-20220209231256-0045 | 31 | 2.95 | 700 | 0 | false |
app-20220209231256-0045 | 44 | 6.91 | 506140 | 0 | false |
app-20220209231256-0045 | 36 | 3.94 | 393170 | 0 | false |
app-20220209231256-0045 | 34 | 2.95 | 945 | 0 | false |
app-20220209231256-0045 | 40 | 2.64 | 0 | 0 | true |
app-20220209231256-0045 | 43 | 2.64 | 0 | 0 | true |
app-20220209231256-0045 | 38 | 3.94 | 1744813 | 0 | false |
app-20220209231256-0045 | 45 | 6.1 | 1050573 | 0 | false |
app-20220209231256-0045 | 39 | 7.45 | 1023721 | 0 | false |
app-20220209224316-0007 | 48 | 4.3 | 487756 | 0 | false |
app-20220209224316-0007 | 34 | 3.33 | 279385 | 0 | false |
app-20220209224316-0007 | 36 | 3.33 | 805680 | 0 | false |
app-20220209224316-0007 | 38 | 3.33 | 1127786 | 0 | false |
app-20220209224316-0007 | 47 | 3.94 | 431055 | 0 | false |
app-20220209224316-0007 | 45 | 6.04 | 13349286 | 0 | false |
app-20220209224316-0007 | 35 | 6.04 | 19573046 | 0 | false |
app-20220209224316-0007 | 31 | 2.9 | 1186 | 0 | false |
app-20220209224316-0007 | 41 | 6.04 | 9850301 | 0 | false |
app-20220209224316-0007 | 53 | 3.0 | 241 | 0 | false |
app-20220209224316-0007 | 39 | 6.04 | 18402446 | 0 | false |
app-20220209224316-0007 | 42 | 3.33 | 393456 | 0 | false |
app-20220209224316-0007 | 50 | 4.3 | 512640 | 0 | false |
app-20220209224316-0007 | 44 | 3.33 | 2478797 | 0 | false |
app-20220209224316-0007 | 43 | 6.04 | 5018114 | 0 | false |
app-20220209224316-0007 | 40 | 3.33 | 733210 | 0 | false |
app-20220209224316-0007 | 51 | 4.3 | 515369 | 0 | false |
app-20220209224316-0007 | 46 | 3.94 | 770947 | 0 | false |
app-20220209224316-0007 | 32 | 2.9 | 707 | 0 | false |
app-20220209224316-0007 | 52 | 8.35 | 2747585 | 0 | false |
app-20220209224316-0007 | 33 | 3.33 | 1830306 | 0 | false |
app-20220209224316-0007 | 37 | 6.04 | 5448378 | 0 | false |
app-20220209224316-0007 | 49 | 4.01 | 567023 | 0 | false |
app-20220209234754-0091 | 31 | 3.37 | 2792403 | 0 | false |
app-20220209234754-0091 | 36 | 3.7 | 55108 | 0 | false |
app-20220209234754-0091 | 38 | 4.2 | 217327 | 0 | false |
app-20220209234754-0091 | 34 | 2.95 | 520 | 0 | false |
app-20220209234754-0091 | 35 | 2.95 | 12240 | 0 | false |
app-20220209234754-0091 | 39 | 2.78 | 0 | 0 | true |
app-20220209234754-0091 | 37 | 2.78 | 0 | 0 | true |
app-20220209234754-0091 | 33 | 2.9 | 860 | 0 | false |
app-20220209234754-0091 | 40 | 3.75 | 734901 | 0 | false |
app-20220209234754-0091 | 41 | 3.0 | 346 | 0 | false |
app-20220209234754-0091 | 32 | 2.9 | 355 | 0 | false |
app-20220209232242-0063 | 32 | 2.95 | 22511 | 0 | false |
app-20220209232242-0063 | 35 | 3.72 | 474053 | 0 | false |
app-20220209232242-0063 | 37 | 3.72 | 178166 | 0 | false |
app-20220209232242-0063 | 39 | 3.9 | 277181 | 0 | false |
app-20220209232242-0063 | 38 | 4.34 | 2418570 | 0 | false |
app-20220209232242-0063 | 40 | 3.0 | 279 | 0 | false |
app-20220209232242-0063 | 31 | 2.95 | 760 | 0 | false |
app-20220209232242-0063 | 36 | 3.72 | 348149 | 0 | false |
app-20220209232242-0063 | 34 | 3.48 | 4301 | 0 | false |
app-20220209232242-0063 | 33 | 2.95 | 5496 | 0 | false |
app-20220209232500-0067 | 36 | 3.72 | 850479 | 0 | false |
app-20220209232500-0067 | 35 | 3.72 | 934763 | 0 | false |
app-20220209232500-0067 | 37 | 3.72 | 63271 | 0 | false |
app-20220209232500-0067 | 40 | 3.0 | 243 | 0 | false |
app-20220209232500-0067 | 31 | 2.95 | 1000 | 0 | false |
app-20220209232500-0067 | 34 | 3.48 | 3841 | 0 | false |
app-20220209232500-0067 | 33 | 2.95 | 5817 | 0 | false |
app-20220209232500-0067 | 32 | 2.95 | 23002 | 0 | false |
app-20220209232500-0067 | 38 | 4.34 | 1706437 | 0 | false |
app-20220209232500-0067 | 39 | 3.9 | 245823 | 0 | false |
app-20220209234532-0087 | 31 | 2.95 | 1378 | 0 | false |
app-20220209234532-0087 | 44 | 7.85 | 2042645 | 127665 | false |
app-20220209234532-0087 | 41 | 3.33 | 1154273 | 0 | false |
app-20220209234532-0087 | 42 | 3.37 | 761369 | 0 | false |
app-20220209234532-0087 | 47 | 3.9 | 167144 | 0 | false |
app-20220209234532-0087 | 34 | 2.9 | 730 | 0 | false |
app-20220209234532-0087 | 40 | 3.37 | 853020 | 0 | false |
app-20220209234532-0087 | 33 | 2.9 | 914 | 0 | false |
app-20220209234532-0087 | 38 | 3.33 | 89863 | 0 | false |
app-20220209234532-0087 | 43 | 7.85 | 1710173 | 106885 | false |
app-20220209234532-0087 | 48 | 3.0 | 220 | 0 | false |
app-20220209234532-0087 | 45 | 7.85 | 3459742 | 216233 | false |
app-20220209234532-0087 | 39 | 3.33 | 494266 | 0 | false |
app-20220209234532-0087 | 46 | 2.94 | 652694 | 217563 | false |
app-20220209234532-0087 | 35 | 2.9 | 1036 | 0 | false |
app-20220209234532-0087 | 32 | 2.95 | 1383 | 0 | false |
app-20220209234532-0087 | 36 | 2.95 | 5670 | 0 | false |
app-20220209234532-0087 | 37 | 3.37 | 1233606 | 0 | false |
app-20220209232841-0073 | 35 | 3.61 | 3266643 | 272220 | false |
app-20220209232841-0073 | 34 | 2.9 | 1104 | 0 | false |
app-20220209232841-0073 | 37 | 3.18 | 831509 | 277168 | false |
app-20220209232841-0073 | 36 | 3.61 | 927511 | 77292 | false |
app-20220209232841-0073 | 31 | 2.95 | 984 | 0 | false |
app-20220209232841-0073 | 32 | 2.95 | 882 | 0 | false |
app-20220209232841-0073 | 33 | 2.9 | 709 | 0 | false |
app-20220209232841-0073 | 39 | 3.0 | 264 | 0 | false |
app-20220209232841-0073 | 38 | 3.9 | 257777 | 0 | false |
app-20220209234412-0085 | 38 | 7.85 | 4660460 | 0 | false |
app-20220209234412-0085 | 37 | 3.37 | 500540 | 0 | false |
app-20220209234412-0085 | 42 | 3.0 | 273 | 0 | false |
app-20220209234412-0085 | 39 | 7.85 | 1163782 | 0 | false |
app-20220209234412-0085 | 41 | 7.79 | 6766750 | 0 | false |
app-20220209234412-0085 | 36 | 2.73 | 3065804 | 0 | false |
app-20220209234412-0085 | 40 | 7.85 | 5326278 | 0 | false |
app-20220209234412-0085 | 32 | 3.33 | 1206608 | 0 | false |
app-20220209234412-0085 | 31 | 2.9 | 1128 | 0 | false |
app-20220209234412-0085 | 35 | 3.37 | 480342 | 0 | false |
app-20220209234412-0085 | 33 | 3.37 | 1044334 | 0 | false |
app-20220209234412-0085 | 34 | 3.33 | 537612 | 0 | false |
app-20220209224220-0005 | 36 | 4.2 | 89436 | 0 | false |
app-20220209224220-0005 | 31 | 2.9 | 736 | 0 | false |
app-20220209224220-0005 | 44 | 2.8 | 0 | 0 | true |
app-20220209224220-0005 | 41 | 2.8 | 0 | 0 | true |
app-20220209224220-0005 | 38 | 2.8 | 0 | 0 | true |
app-20220209224220-0005 | 37 | 2.8 | 0 | 0 | true |
app-20220209224220-0005 | 43 | 2.8 | 0 | 0 | true |
app-20220209224220-0005 | 34 | 3.4 | 4520914 | 0 | false |
app-20220209224220-0005 | 32 | 2.95 | 692 | 0 | false |
app-20220209224220-0005 | 33 | 2.95 | 898 | 0 | false |
app-20220209224220-0005 | 45 | 2.8 | 0 | 0 | true |
app-20220209224220-0005 | 46 | 4.84 | 12730 | 0 | false |
app-20220209224220-0005 | 39 | 6.88 | 73927 | 0 | false |
app-20220209224220-0005 | 35 | 2.8 | 0 | 0 | true |
app-20220209224220-0005 | 42 | 6.43 | 24713 | 0 | false |
app-20220209224220-0005 | 40 | 2.8 | 0 | 0 | true |
app-20220209232531-0068 | 44 | 3.0 | 353 | 0 | false |
app-20220209232531-0068 | 37 | 3.33 | 32522 | 0 | false |
app-20220209232531-0068 | 42 | 5.87 | 716505 | 0 | false |
app-20220209232531-0068 | 31 | 2.95 | 817 | 0 | false |
app-20220209232531-0068 | 35 | 2.95 | 985 | 0 | false |
app-20220209232531-0068 | 38 | 5.87 | 2346453 | 0 | false |
app-20220209232531-0068 | 32 | 2.95 | 1101 | 0 | false |
app-20220209232531-0068 | 36 | 3.67 | 988849 | 0 | false |
app-20220209232531-0068 | 43 | 3.54 | 125 | 0 | false |
app-20220209232531-0068 | 39 | 4.34 | 77 | 0 | false |
app-20220209232531-0068 | 34 | 2.95 | 22737 | 0 | false |
app-20220209232531-0068 | 33 | 2.95 | 5981 | 0 | false |
app-20220209232531-0068 | 41 | 2.82 | 0 | 0 | true |
app-20220209232531-0068 | 40 | 3.69 | 259935 | 0 | false |
app-20220209234611-0088 | 41 | 3.33 | 42782 | 0 | false |
app-20220209234611-0088 | 40 | 3.33 | 49031 | 0 | false |
app-20220209234611-0088 | 44 | 3.0 | 289 | 0 | false |
app-20220209234611-0088 | 32 | 3.33 | 45314 | 0 | false |
app-20220209234611-0088 | 35 | 3.61 | 1416368 | 0 | false |
app-20220209234611-0088 | 36 | 6.45 | 1079908 | 0 | false |
app-20220209234611-0088 | 38 | 4.3 | 959653 | 0 | false |
app-20220209234611-0088 | 34 | 6.45 | 3784569 | 0 | false |
app-20220209234611-0088 | 37 | 4.01 | 552872 | 0 | false |
app-20220209234611-0088 | 33 | 3.61 | 813372 | 0 | false |
app-20220209234611-0088 | 43 | 6.71 | 479127 | 0 | false |
app-20220209234611-0088 | 42 | 6.91 | 584929 | 0 | false |
app-20220209234611-0088 | 39 | 6.33 | 224600 | 24955 | false |
app-20220209234611-0088 | 31 | 2.95 | 712 | 0 | false |
app-20220209233802-0080 | 33 | 2.95 | 907 | 0 | false |
app-20220209233802-0080 | 39 | 2.71 | 0 | 0 | true |
app-20220209233802-0080 | 36 | 4.01 | 709516 | 0 | false |
app-20220209233802-0080 | 38 | 2.71 | 0 | 0 | true |
app-20220209233802-0080 | 32 | 2.95 | 1154 | 0 | false |
app-20220209233802-0080 | 41 | 6.91 | 176406 | 0 | false |
app-20220209233802-0080 | 34 | 3.33 | 265848 | 0 | false |
app-20220209233802-0080 | 42 | 6.1 | 86051 | 0 | false |
app-20220209233802-0080 | 40 | 2.71 | 0 | 0 | true |
app-20220209233802-0080 | 35 | 3.72 | 1422775 | 0 | false |
app-20220209233802-0080 | 31 | 2.95 | 712 | 0 | false |
app-20220209233802-0080 | 37 | 7.45 | 422932 | 0 | false |
app-20220209232701-0071 | 67 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 39 | 2.9 | 969 | 0 | false |
app-20220209232701-0071 | 81 | 6.91 | 165236 | 0 | false |
app-20220209232701-0071 | 79 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 80 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 73 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 41 | 3.37 | 807694 | 0 | false |
app-20220209232701-0071 | 74 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 32 | 2.9 | 721 | 0 | false |
app-20220209232701-0071 | 50 | 6.91 | 1940780 | 0 | false |
app-20220209232701-0071 | 36 | 2.9 | 2302 | 0 | false |
app-20220209232701-0071 | 35 | 2.9 | 753 | 0 | false |
app-20220209232701-0071 | 68 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 42 | 3.37 | 4629150 | 0 | false |
app-20220209232701-0071 | 64 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 60 | 7.45 | 206857 | 0 | false |
app-20220209232701-0071 | 66 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 61 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 40 | 3.33 | 1520003 | 0 | false |
app-20220209232701-0071 | 49 | 5.63 | 1258640 | 0 | false |
app-20220209232701-0071 | 70 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 63 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 34 | 2.9 | 1135 | 0 | false |
app-20220209232701-0071 | 54 | 6.91 | 2001958 | 0 | false |
app-20220209232701-0071 | 76 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 58 | 5.78 | 592364 | 0 | false |
app-20220209232701-0071 | 37 | 2.9 | 945 | 0 | false |
app-20220209232701-0071 | 38 | 2.9 | 903 | 0 | false |
app-20220209232701-0071 | 45 | 6.91 | 2252840 | 0 | false |
app-20220209232701-0071 | 55 | 5.14 | 1223245 | 174748 | false |
app-20220209232701-0071 | 47 | 3.33 | 49419 | 0 | false |
app-20220209232701-0071 | 33 | 2.9 | 1148 | 0 | false |
app-20220209232701-0071 | 44 | 6.25 | 7791216 | 973902 | false |
app-20220209232701-0071 | 78 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 69 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 57 | 6.91 | 1172228 | 0 | false |
app-20220209232701-0071 | 53 | 3.33 | 1303138 | 0 | false |
app-20220209232701-0071 | 71 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 52 | 4.3 | 137115 | 0 | false |
app-20220209232701-0071 | 65 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 77 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 48 | 3.33 | 50653 | 0 | false |
app-20220209232701-0071 | 31 | 2.95 | 5912 | 0 | false |
app-20220209232701-0071 | 59 | 4.3 | 175767 | 0 | false |
app-20220209232701-0071 | 62 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 75 | 2.75 | 0 | 0 | true |
app-20220209232701-0071 | 46 | 5.14 | 1258887 | 179840 | false |
app-20220209232701-0071 | 82 | 6.1 | 436097 | 0 | false |
app-20220209232701-0071 | 51 | 5.78 | 1058976 | 0 | false |
app-20220209232701-0071 | 56 | 5.63 | 1080510 | 0 | false |
app-20220209232701-0071 | 43 | 3.37 | 724796 | 0 | false |
app-20220209232701-0071 | 72 | 2.75 | 0 | 0 | true |
app-20220209225233-0018 | 41 | 2.95 | 1507 | 0 | false |
app-20220209225233-0018 | 53 | 2.6 | 0 | 0 | true |
app-20220209225233-0018 | 46 | 3.67 | 897723 | 0 | false |
app-20220209225233-0018 | 47 | 3.67 | 1164829 | 0 | false |
app-20220209225233-0018 | 52 | 2.6 | 0 | 0 | true |
app-20220209225233-0018 | 61 | 9.07 | 3262143 | 0 | false |
app-20220209225233-0018 | 43 | 2.6 | 1358 | 679 | false |
app-20220209225233-0018 | 33 | 2.9 | 5319 | 0 | false |
app-20220209225233-0018 | 50 | 3.33 | 1111 | 0 | false |
app-20220209225233-0018 | 34 | 2.95 | 859 | 0 | false |
app-20220209225233-0018 | 57 | 2.6 | 0 | 0 | true |
app-20220209225233-0018 | 58 | 3.67 | 822295 | 0 | false |
app-20220209225233-0018 | 37 | 2.9 | 5205 | 0 | false |
app-20220209225233-0018 | 48 | 9.07 | 6261819 | 0 | false |
app-20220209225233-0018 | 49 | 4.24 | 357876 | 0 | false |
app-20220209225233-0018 | 56 | 3.33 | 51156 | 0 | false |
app-20220209225233-0018 | 31 | 2.95 | 1313 | 0 | false |
app-20220209225233-0018 | 65 | 7.82 | 757647 | 68877 | false |
app-20220209225233-0018 | 38 | 2.95 | 1355 | 0 | false |
app-20220209225233-0018 | 40 | 2.95 | 926 | 0 | false |
app-20220209225233-0018 | 44 | 2.95 | 225 | 0 | false |
app-20220209225233-0018 | 35 | 2.95 | 732 | 0 | false |
app-20220209225233-0018 | 39 | 2.95 | 1071 | 0 | false |
app-20220209225233-0018 | 42 | 3.29 | 5083750 | 462159 | false |
app-20220209225233-0018 | 55 | 2.6 | 0 | 0 | true |
app-20220209225233-0018 | 60 | 3.67 | 1168706 | 0 | false |
app-20220209225233-0018 | 54 | 2.6 | 0 | 0 | true |
app-20220209225233-0018 | 62 | 4.24 | 90128 | 0 | false |
app-20220209225233-0018 | 51 | 9.42 | 396848 | 0 | false |
app-20220209225233-0018 | 66 | 5.13 | 378755 | 116540 | false |
app-20220209225233-0018 | 63 | 3.33 | 31336 | 0 | false |
app-20220209225233-0018 | 67 | 3.0 | 223 | 0 | false |
app-20220209225233-0018 | 45 | 3.67 | 3608365 | 0 | false |
app-20220209225233-0018 | 64 | 7.82 | 569607 | 51782 | false |
app-20220209225233-0018 | 36 | 2.9 | 5406 | 0 | false |
app-20220209225233-0018 | 59 | 3.67 | 2136646 | 0 | false |
app-20220209225233-0018 | 32 | 2.95 | 725 | 0 | false |
app-20220209235705-0106 | 35 | 3.72 | 3491837 | 0 | false |
app-20220209235705-0106 | 34 | 2.95 | 944 | 0 | false |
app-20220209235705-0106 | 37 | 3.9 | 1062626 | 0 | false |
app-20220209235705-0106 | 33 | 2.9 | 1051 | 0 | false |
app-20220209235705-0106 | 38 | 3.0 | 265 | 0 | false |
app-20220209235705-0106 | 32 | 2.9 | 727 | 0 | false |
app-20220209235705-0106 | 36 | 2.71 | 0 | 0 | true |
app-20220209235705-0106 | 31 | 2.9 | 825 | 0 | false |
app-20220209231707-0053 | 31 | 2.95 | 1123 | 0 | false |
app-20220209231707-0053 | 32 | 2.95 | 849 | 0 | false |
app-20220209231707-0053 | 40 | 3.0 | 244 | 0 | false |
app-20220209231707-0053 | 36 | 3.33 | 258698 | 0 | false |
app-20220209231707-0053 | 37 | 6.21 | 2443897 | 0 | false |
app-20220209231707-0053 | 33 | 2.95 | 1117 | 0 | false |
app-20220209231707-0053 | 39 | 6.71 | 465297 | 0 | false |
app-20220209231707-0053 | 34 | 3.69 | 1769010 | 0 | false |
app-20220209231707-0053 | 35 | 3.33 | 49296 | 0 | false |
app-20220209231707-0053 | 38 | 6.91 | 1173511 | 0 | false |
app-20220209232803-0072 | 37 | 4.11 | 1581051 | 0 | false |
app-20220209232803-0072 | 38 | 6.42 | 803615 | 0 | false |
app-20220209232803-0072 | 34 | 3.68 | 2008936 | 0 | false |
app-20220209232803-0072 | 32 | 2.9 | 6598 | 0 | false |
app-20220209232803-0072 | 33 | 2.95 | 1110 | 0 | false |
app-20220209232803-0072 | 39 | 3.0 | 222 | 0 | false |
app-20220209232803-0072 | 36 | 4.3 | 2025555 | 0 | false |
app-20220209232803-0072 | 31 | 2.9 | 970 | 0 | false |
app-20220209232803-0072 | 35 | 3.68 | 3736014 | 0 | false |
app-20220209234649-0089 | 36 | 3.9 | 203231 | 0 | false |
app-20220209234649-0089 | 37 | 3.0 | 204 | 0 | false |
app-20220209234649-0089 | 32 | 2.95 | 1305 | 0 | false |
app-20220209234649-0089 | 35 | 6.45 | 1635641 | 0 | false |
app-20220209234649-0089 | 33 | 3.37 | 5482868 | 0 | false |
app-20220209234649-0089 | 34 | 3.62 | 15909 | 0 | false |
app-20220209234649-0089 | 31 | 2.95 | 5331 | 0 | false |
app-20220209224147-0004 | 38 | 3.33 | 57615 | 0 | false |
app-20220209224147-0004 | 37 | 5.59 | 595309 | 54119 | false |
app-20220209224147-0004 | 33 | 3.68 | 1141311 | 0 | false |
app-20220209224147-0004 | 36 | 4.01 | 1631076 | 0 | false |
app-20220209224147-0004 | 39 | 6.71 | 379029 | 0 | false |
app-20220209224147-0004 | 34 | 3.68 | 2625437 | 0 | false |
app-20220209224147-0004 | 35 | 4.3 | 1166672 | 0 | false |
app-20220209224147-0004 | 32 | 2.95 | 969 | 0 | false |
app-20220209224147-0004 | 40 | 3.0 | 218 | 0 | false |
app-20220209224147-0004 | 31 | 2.95 | 914 | 0 | false |
app-20220209234000-0083 | 33 | 3.64 | 5995673 | 0 | false |
app-20220209234000-0083 | 32 | 2.9 | 5985 | 0 | false |
app-20220209234000-0083 | 36 | 3.0 | 229 | 0 | false |
app-20220209234000-0083 | 35 | 3.9 | 261784 | 0 | false |
app-20220209234000-0083 | 34 | 2.67 | 0 | 0 | true |
app-20220209234000-0083 | 31 | 2.9 | 1160 | 0 | false |
app-20220209231143-0043 | 33 | 3.37 | 3844378 | 0 | false |
app-20220209231143-0043 | 35 | 6.45 | 1701305 | 0 | false |
app-20220209231143-0043 | 37 | 3.0 | 200 | 0 | false |
app-20220209231143-0043 | 32 | 2.95 | 1182 | 0 | false |
app-20220209231143-0043 | 36 | 3.9 | 178586 | 0 | false |
app-20220209231143-0043 | 34 | 3.62 | 23363 | 0 | false |
app-20220209231143-0043 | 31 | 2.95 | 5384 | 0 | false |
app-20220209232314-0064 | 44 | 3.0 | 318 | 0 | false |
app-20220209232314-0064 | 42 | 4.83 | 274987 | 0 | false |
app-20220209232314-0064 | 35 | 3.72 | 1150328 | 0 | false |
app-20220209232314-0064 | 43 | 7.26 | 710785 | 0 | false |
app-20220209232314-0064 | 31 | 2.9 | 951 | 0 | false |
app-20220209232314-0064 | 38 | 4.3 | 1178782 | 0 | false |
app-20220209232314-0064 | 39 | 4.84 | 756671 | 0 | false |
app-20220209232314-0064 | 33 | 2.9 | 685 | 0 | false |
app-20220209232314-0064 | 37 | 3.72 | 3211086 | 0 | false |
app-20220209232314-0064 | 34 | 2.9 | 1110 | 0 | false |
app-20220209232314-0064 | 32 | 2.9 | 5699 | 0 | false |
app-20220209232314-0064 | 36 | 4.3 | 482152 | 0 | false |
app-20220209232314-0064 | 41 | 4.83 | 335737 | 0 | false |
app-20220209232314-0064 | 40 | 4.34 | 265132 | 66283 | false |
app-20220209224544-0009 | 52 | 6.45 | 825131 | 0 | false |
app-20220209224544-0009 | 39 | 2.43 | 0 | 0 | true |
app-20220209224544-0009 | 49 | 6.91 | 2192839 | 0 | false |
app-20220209224544-0009 | 32 | 4.5 | 62 | 0 | false |
app-20220209224544-0009 | 36 | 4.5 | 312 | 0 | false |
app-20220209224544-0009 | 54 | 3.0 | 192 | 0 | false |
app-20220209224544-0009 | 37 | 2.43 | 0 | 0 | true |
app-20220209224544-0009 | 53 | 3.62 | 156665 | 0 | false |
app-20220209224544-0009 | 44 | 4.34 | 6842 | 0 | false |
app-20220209224544-0009 | 46 | 3.33 | 22104 | 0 | false |
app-20220209224544-0009 | 40 | 4.5 | 4586 | 0 | false |
app-20220209224544-0009 | 50 | 6.18 | 1690487 | 0 | false |
app-20220209224544-0009 | 43 | 2.43 | 0 | 0 | true |
app-20220209224544-0009 | 41 | 2.43 | 0 | 0 | true |
app-20220209224544-0009 | 45 | 2.95 | 317 | 0 | false |
app-20220209224544-0009 | 33 | 3.62 | 7744 | 0 | false |
app-20220209224544-0009 | 38 | 4.5 | 1073 | 0 | false |
app-20220209224544-0009 | 42 | 4.5 | 7935 | 0 | false |
app-20220209224544-0009 | 51 | 3.39 | 5183 | 863 | false |
app-20220209224544-0009 | 48 | 3.33 | 268230 | 0 | false |
app-20220209224544-0009 | 35 | 2.43 | 0 | 0 | true |
app-20220209224544-0009 | 47 | 3.33 | 112881 | 0 | false |
app-20220209224544-0009 | 34 | 4.34 | 1031446 | 0 | false |
app-20220209224544-0009 | 31 | 3.54 | 1445 | 0 | false |
app-20220209233444-0075 | 33 | 2.95 | 1074 | 0 | false |
app-20220209233444-0075 | 38 | 6.91 | 778002 | 0 | false |
app-20220209233444-0075 | 37 | 6.21 | 2271961 | 0 | false |
app-20220209233444-0075 | 31 | 2.95 | 1107 | 0 | false |
app-20220209233444-0075 | 40 | 3.0 | 273 | 0 | false |
app-20220209233444-0075 | 36 | 3.33 | 231471 | 0 | false |
app-20220209233444-0075 | 39 | 6.71 | 578351 | 0 | false |
app-20220209233444-0075 | 32 | 2.95 | 1262 | 0 | false |
app-20220209233444-0075 | 34 | 3.69 | 1204546 | 0 | false |
app-20220209233444-0075 | 35 | 3.33 | 41376 | 0 | false |
app-20220209225013-0017 | 46 | 9.07 | 6144499 | 0 | false |
app-20220209225013-0017 | 56 | 3.67 | 1387190 | 0 | false |
app-20220209225013-0017 | 49 | 2.73 | 0 | 0 | true |
app-20220209225013-0017 | 66 | 3.9 | 216038 | 0 | false |
app-20220209225013-0017 | 48 | 9.42 | 256002 | 0 | false |
app-20220209225013-0017 | 44 | 3.67 | 1550800 | 0 | false |
app-20220209225013-0017 | 34 | 2.95 | 1081 | 0 | false |
app-20220209225013-0017 | 55 | 3.33 | 64300 | 0 | false |
app-20220209225013-0017 | 36 | 2.9 | 5343 | 0 | false |
app-20220209225013-0017 | 61 | 3.33 | 137543 | 0 | false |
app-20220209225013-0017 | 40 | 3.29 | 5068417 | 460765 | false |
app-20220209225013-0017 | 45 | 3.67 | 729989 | 0 | false |
app-20220209225013-0017 | 42 | 3.33 | 3513 | 0 | false |
app-20220209225013-0017 | 64 | 7.82 | 627397 | 57036 | false |
app-20220209225013-0017 | 39 | 2.95 | 941 | 0 | false |
app-20220209225013-0017 | 59 | 9.07 | 3088447 | 0 | false |
app-20220209225013-0017 | 57 | 3.67 | 680022 | 0 | false |
app-20220209225013-0017 | 54 | 3.33 | 122388 | 0 | false |
app-20220209225013-0017 | 51 | 2.73 | 0 | 0 | true |
app-20220209225013-0017 | 50 | 2.73 | 0 | 0 | true |
app-20220209225013-0017 | 53 | 2.73 | 0 | 0 | true |
app-20220209225013-0017 | 31 | 2.9 | 6193 | 0 | false |
app-20220209225013-0017 | 41 | 2.6 | 1933 | 966 | false |
app-20220209225013-0017 | 47 | 4.24 | 292333 | 0 | false |
app-20220209225013-0017 | 32 | 2.95 | 1213 | 0 | false |
app-20220209225013-0017 | 60 | 4.24 | 113495 | 0 | false |
app-20220209225013-0017 | 38 | 2.95 | 723 | 0 | false |
app-20220209225013-0017 | 67 | 3.0 | 260 | 0 | false |
app-20220209225013-0017 | 52 | 2.73 | 0 | 0 | true |
app-20220209225013-0017 | 58 | 3.67 | 2098697 | 0 | false |
app-20220209225013-0017 | 43 | 3.67 | 3569769 | 0 | false |
app-20220209225013-0017 | 35 | 2.9 | 5770 | 0 | false |
app-20220209225013-0017 | 33 | 2.95 | 1280 | 0 | false |
app-20220209225013-0017 | 63 | 7.82 | 600289 | 54571 | false |
app-20220209225013-0017 | 65 | 3.2 | 1170316 | 468126 | false |
app-20220209225013-0017 | 37 | 2.95 | 1085 | 0 | false |
app-20220209225013-0017 | 62 | 7.82 | 798734 | 72612 | false |
app-20220209231631-0052 | 38 | 5.65 | 1801029 | 120068 | false |
app-20220209231631-0052 | 35 | 3.33 | 189778 | 0 | false |
app-20220209231631-0052 | 31 | 2.9 | 5980 | 0 | false |
app-20220209231631-0052 | 34 | 3.33 | 446819 | 0 | false |
app-20220209231631-0052 | 37 | 3.33 | 36237 | 0 | false |
app-20220209231631-0052 | 40 | 3.0 | 252 | 0 | false |
app-20220209231631-0052 | 36 | 6.91 | 3115193 | 0 | false |
app-20220209231631-0052 | 39 | 3.9 | 166321 | 0 | false |
app-20220209231631-0052 | 33 | 2.95 | 6007 | 0 | false |
app-20220209231631-0052 | 32 | 2.95 | 1141 | 0 | false |
app-20220209231405-0047 | 36 | 7.83 | 4572473 | 326605 | false |
app-20220209231405-0047 | 33 | 2.95 | 6243 | 0 | false |
app-20220209231405-0047 | 32 | 2.9 | 1228 | 0 | false |
app-20220209231405-0047 | 37 | 2.73 | 697153 | 232384 | false |
app-20220209231405-0047 | 35 | 3.33 | 104650 | 0 | false |
app-20220209231405-0047 | 34 | 3.37 | 2621751 | 0 | false |
app-20220209231405-0047 | 31 | 2.9 | 1222 | 0 | false |
app-20220209231405-0047 | 38 | 3.0 | 263 | 0 | false |
app-20220209230713-0035 | 37 | 3.33 | 612498 | 0 | false |
app-20220209230713-0035 | 39 | 3.33 | 2094653 | 0 | false |
app-20220209230713-0035 | 36 | 3.33 | 1183721 | 0 | false |
app-20220209230713-0035 | 38 | 6.91 | 2438428 | 0 | false |
app-20220209230713-0035 | 40 | 5.67 | 3484873 | 0 | false |
app-20220209230713-0035 | 42 | 3.0 | 208 | 0 | false |
app-20220209230713-0035 | 31 | 2.9 | 985 | 0 | false |
app-20220209230713-0035 | 32 | 2.95 | 712 | 0 | false |
app-20220209230713-0035 | 33 | 2.95 | 751 | 0 | false |
app-20220209230713-0035 | 41 | 3.9 | 198374 | 0 | false |
app-20220209230713-0035 | 35 | 2.9 | 5558 | 0 | false |
app-20220209230713-0035 | 34 | 2.95 | 940 | 0 | false |
app-20220209233914-0082 | 36 | 3.67 | 554466 | 0 | false |
app-20220209233914-0082 | 35 | 3.37 | 639443 | 0 | false |
app-20220209233914-0082 | 49 | 6.71 | 221029 | 0 | false |
app-20220209233914-0082 | 32 | 2.9 | 984 | 0 | false |
app-20220209233914-0082 | 33 | 2.95 | 5355 | 0 | false |
app-20220209233914-0082 | 42 | 3.67 | 259529 | 0 | false |
app-20220209233914-0082 | 47 | 4.3 | 338737 | 0 | false |
app-20220209233914-0082 | 31 | 2.9 | 877 | 0 | false |
app-20220209233914-0082 | 44 | 3.67 | 260596 | 0 | false |
app-20220209233914-0082 | 38 | 3.67 | 304094 | 0 | false |
app-20220209233914-0082 | 50 | 3.0 | 209 | 0 | false |
app-20220209233914-0082 | 46 | 4.3 | 1144032 | 0 | false |
app-20220209233914-0082 | 34 | 3.37 | 2719037 | 0 | false |
app-20220209233914-0082 | 40 | 7.95 | 4305956 | 0 | false |
app-20220209233914-0082 | 43 | 3.67 | 361819 | 0 | false |
app-20220209233914-0082 | 45 | 7.95 | 6272814 | 0 | false |
app-20220209233914-0082 | 37 | 3.37 | 794815 | 0 | false |
app-20220209233914-0082 | 48 | 4.3 | 239942 | 0 | false |
app-20220209233914-0082 | 41 | 4.3 | 1121560 | 0 | false |
app-20220209233914-0082 | 39 | 3.67 | 286184 | 0 | false |
app-20220209231846-0056 | 37 | 6.04 | 1027303 | 0 | false |
app-20220209231846-0056 | 36 | 3.37 | 597405 | 0 | false |
app-20220209231846-0056 | 32 | 3.37 | 66392 | 0 | false |
app-20220209231846-0056 | 42 | 4.3 | 145711 | 0 | false |
app-20220209231846-0056 | 39 | 3.37 | 741366 | 0 | false |
app-20220209231846-0056 | 40 | 6.04 | 837113 | 0 | false |
app-20220209231846-0056 | 35 | 3.37 | 225251 | 0 | false |
app-20220209231846-0056 | 45 | 3.9 | 230593 | 0 | false |
app-20220209231846-0056 | 34 | 6.04 | 2211184 | 0 | false |
app-20220209231846-0056 | 31 | 2.95 | 1231 | 0 | false |
app-20220209231846-0056 | 41 | 4.3 | 265559 | 0 | false |
app-20220209231846-0056 | 38 | 3.37 | 1386627 | 0 | false |
app-20220209231846-0056 | 46 | 3.0 | 207 | 0 | false |
app-20220209231846-0056 | 33 | 3.37 | 791067 | 0 | false |
app-20220209231846-0056 | 44 | 5.57 | 1142 | 0 | false |
app-20220209231846-0056 | 43 | 4.3 | 257044 | 0 | false |
app-20220209235552-0104 | 33 | 3.8 | 1144512 | 0 | false |
app-20220209235552-0104 | 31 | 2.95 | 827 | 0 | false |
app-20220209235552-0104 | 34 | 7.36 | 7191850 | 0 | false |
app-20220209235552-0104 | 35 | 4.34 | 222 | 0 | false |
app-20220209235552-0104 | 32 | 3.8 | 3138200 | 0 | false |
app-20220209234857-0093 | 35 | 4.55 | 559900 | 0 | false |
app-20220209234857-0093 | 31 | 2.95 | 688 | 0 | false |
app-20220209234857-0093 | 33 | 3.66 | 2351347 | 0 | false |
app-20220209234857-0093 | 34 | 4.3 | 587982 | 0 | false |
app-20220209234857-0093 | 36 | 3.0 | 211 | 0 | false |
app-20220209234857-0093 | 32 | 2.9 | 5313 | 0 | false |
app-20220209230539-0032 | 32 | 2.95 | 1662 | 0 | false |
app-20220209230539-0032 | 37 | 3.0 | 261 | 0 | false |
app-20220209230539-0032 | 33 | 2.95 | 925 | 0 | false |
app-20220209230539-0032 | 31 | 2.9 | 6484 | 0 | false |
app-20220209230539-0032 | 34 | 2.95 | 827 | 0 | false |
app-20220209230539-0032 | 36 | 3.9 | 1274279 | 0 | false |
app-20220209230539-0032 | 35 | 3.72 | 2718003 | 0 | false |
app-20220209233627-0078 | 36 | 2.8 | 0 | 0 | true |
app-20220209233627-0078 | 35 | 4.34 | 894667 | 0 | false |
app-20220209233627-0078 | 31 | 2.95 | 993 | 0 | false |
app-20220209233627-0078 | 38 | 6.1 | 949455 | 0 | false |
app-20220209233627-0078 | 34 | 3.53 | 2309865 | 0 | false |
app-20220209233627-0078 | 37 | 4.3 | 825504 | 0 | false |
app-20220209233627-0078 | 32 | 2.95 | 6073 | 0 | false |
app-20220209233627-0078 | 33 | 2.95 | 980 | 0 | false |
app-20220209224945-0016 | 36 | 3.37 | 7129 | 0 | false |
app-20220209224945-0016 | 31 | 2.9 | 1090 | 0 | false |
app-20220209224945-0016 | 33 | 2.9 | 881 | 0 | false |
app-20220209224945-0016 | 32 | 2.95 | 1136 | 0 | false |
app-20220209224945-0016 | 38 | 4.34 | 232 | 0 | false |
app-20220209224945-0016 | 37 | 5.78 | 2074068 | 0 | false |
app-20220209224945-0016 | 34 | 2.9 | 2314 | 0 | false |
app-20220209224945-0016 | 35 | 3.61 | 2179116 | 0 | false |
app-20220209231004-0040 | 33 | 2.95 | 1120 | 0 | false |
app-20220209231004-0040 | 37 | 7.45 | 966664 | 0 | false |
app-20220209231004-0040 | 39 | 2.71 | 0 | 0 | true |
app-20220209231004-0040 | 32 | 2.95 | 816 | 0 | false |
app-20220209231004-0040 | 31 | 2.95 | 1074 | 0 | false |
app-20220209231004-0040 | 38 | 2.71 | 0 | 0 | true |
app-20220209231004-0040 | 34 | 3.72 | 2379595 | 0 | false |
app-20220209231004-0040 | 41 | 6.91 | 328149 | 0 | false |
app-20220209231004-0040 | 36 | 3.33 | 32048 | 0 | false |
app-20220209231004-0040 | 40 | 2.71 | 0 | 0 | true |
app-20220209231004-0040 | 42 | 6.1 | 561089 | 0 | false |
app-20220209231004-0040 | 35 | 4.01 | 782784 | 0 | false |
app-20220209235239-0100 | 37 | 2.67 | 0 | 0 | true |
app-20220209235239-0100 | 38 | 2.67 | 0 | 0 | true |
app-20220209235239-0100 | 31 | 3.4 | 7753940 | 0 | false |
app-20220209235239-0100 | 35 | 2.67 | 0 | 0 | true |
app-20220209235239-0100 | 39 | 2.67 | 0 | 0 | true |
app-20220209235239-0100 | 36 | 6.04 | 19985645 | 0 | false |
app-20220209235239-0100 | 41 | 3.0 | 213 | 0 | false |
app-20220209235239-0100 | 32 | 3.37 | 758001 | 0 | false |
app-20220209235239-0100 | 34 | 2.67 | 0 | 0 | true |
app-20220209235239-0100 | 40 | 3.9 | 715052 | 0 | false |
app-20220209235239-0100 | 33 | 2.95 | 205 | 0 | false |
app-20220209233659-0079 | 31 | 2.95 | 2253 | 0 | false |
app-20220209233659-0079 | 35 | 2.9 | 718 | 0 | false |
app-20220209233659-0079 | 45 | 3.0 | 279 | 0 | false |
app-20220209233659-0079 | 40 | 3.33 | 1120562 | 0 | false |
app-20220209233659-0079 | 43 | 7.86 | 2378952 | 0 | false |
app-20220209233659-0079 | 34 | 2.95 | 852 | 0 | false |
app-20220209233659-0079 | 44 | 3.9 | 590585 | 0 | false |
app-20220209233659-0079 | 37 | 2.9 | 676 | 0 | false |
app-20220209233659-0079 | 38 | 2.9 | 6062 | 0 | false |
app-20220209233659-0079 | 39 | 3.33 | 2480746 | 0 | false |
app-20220209233659-0079 | 32 | 2.95 | 754 | 0 | false |
app-20220209233659-0079 | 41 | 5.61 | 17736664 | 0 | false |
app-20220209233659-0079 | 33 | 2.9 | 723 | 0 | false |
app-20220209233659-0079 | 42 | 3.37 | 1113495 | 0 | false |
app-20220209233659-0079 | 36 | 2.9 | 1117 | 0 | false |
app-20220209225644-0022 | 34 | 2.95 | 1232 | 0 | false |
app-20220209225644-0022 | 41 | 3.0 | 279 | 0 | false |
app-20220209225644-0022 | 33 | 2.9 | 2111 | 0 | false |
app-20220209225644-0022 | 40 | 3.9 | 1087230 | 0 | false |
app-20220209225644-0022 | 39 | 5.8 | 1847474 | 0 | false |
app-20220209225644-0022 | 38 | 3.33 | 4900 | 0 | false |
app-20220209225644-0022 | 31 | 2.95 | 1787 | 0 | false |
app-20220209225644-0022 | 36 | 3.61 | 1480774 | 0 | false |
app-20220209225644-0022 | 32 | 2.9 | 4927 | 0 | false |
app-20220209225644-0022 | 37 | 6.18 | 2940295 | 0 | false |
app-20220209225644-0022 | 35 | 3.37 | 215661 | 0 | false |
app-20220209231740-0054 | 35 | 3.72 | 3840225 | 0 | false |
app-20220209231740-0054 | 38 | 4.3 | 1026295 | 0 | false |
app-20220209231740-0054 | 42 | 4.83 | 182464 | 0 | false |
app-20220209231740-0054 | 43 | 7.26 | 549033 | 0 | false |
app-20220209231740-0054 | 34 | 2.9 | 1083 | 0 | false |
app-20220209231740-0054 | 36 | 4.3 | 545739 | 0 | false |
app-20220209231740-0054 | 40 | 4.83 | 291281 | 0 | false |
app-20220209231740-0054 | 31 | 2.9 | 780 | 0 | false |
app-20220209231740-0054 | 44 | 3.0 | 298 | 0 | false |
app-20220209231740-0054 | 32 | 2.9 | 998 | 0 | false |
app-20220209231740-0054 | 37 | 3.72 | 1619438 | 0 | false |
app-20220209231740-0054 | 41 | 4.34 | 201197 | 50299 | false |
app-20220209231740-0054 | 33 | 2.9 | 6255 | 0 | false |
app-20220209231740-0054 | 39 | 4.84 | 731839 | 0 | false |
app-20220209224833-0014 | 33 | 3.33 | 255030 | 0 | false |
app-20220209224833-0014 | 46 | 8.35 | 1530098 | 0 | false |
app-20220209224833-0014 | 39 | 5.93 | 2135067 | 213506 | false |
app-20220209224833-0014 | 44 | 3.56 | 426937 | 85387 | false |
app-20220209224833-0014 | 36 | 3.33 | 635557 | 0 | false |
app-20220209224833-0014 | 47 | 3.0 | 230 | 0 | false |
app-20220209224833-0014 | 34 | 3.33 | 655896 | 0 | false |
app-20220209224833-0014 | 35 | 5.93 | 1809231 | 180923 | false |
app-20220209224833-0014 | 31 | 2.9 | 1222 | 0 | false |
app-20220209224833-0014 | 41 | 5.93 | 1717389 | 171738 | false |
app-20220209224833-0014 | 43 | 3.43 | 556978 | 139244 | false |
app-20220209224833-0014 | 38 | 3.33 | 691175 | 0 | false |
app-20220209224833-0014 | 32 | 2.9 | 1130 | 0 | false |
app-20220209224833-0014 | 40 | 3.33 | 2320461 | 0 | false |
app-20220209224833-0014 | 42 | 3.13 | 505475 | 168491 | false |
app-20220209224833-0014 | 45 | 3.13 | 451848 | 150616 | false |
app-20220209224833-0014 | 37 | 5.93 | 3921401 | 392140 | false |
app-20220209234821-0092 | 35 | 2.9 | 1979 | 0 | false |
app-20220209234821-0092 | 36 | 3.33 | 1926531 | 0 | false |
app-20220209234821-0092 | 40 | 5.87 | 588764 | 0 | false |
app-20220209234821-0092 | 41 | 3.9 | 197338 | 0 | false |
app-20220209234821-0092 | 38 | 3.37 | 40706 | 0 | false |
app-20220209234821-0092 | 39 | 5.81 | 3747933 | 0 | false |
app-20220209234821-0092 | 31 | 2.95 | 1001 | 0 | false |
app-20220209234821-0092 | 32 | 2.9 | 2434 | 0 | false |
app-20220209234821-0092 | 37 | 3.37 | 1175209 | 0 | false |
app-20220209234821-0092 | 34 | 2.9 | 1070 | 0 | false |
app-20220209234821-0092 | 42 | 3.0 | 223 | 0 | false |
app-20220209234821-0092 | 33 | 2.9 | 913 | 0 | false |
app-20220209230826-0037 | 72 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 53 | 9.24 | 362626 | 0 | false |
app-20220209230826-0037 | 69 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 40 | 4.3 | 203101 | 0 | false |
app-20220209230826-0037 | 66 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 43 | 4.3 | 197091 | 0 | false |
app-20220209230826-0037 | 60 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 74 | 6.1 | 80534 | 0 | false |
app-20220209230826-0037 | 52 | 4.3 | 198469 | 0 | false |
app-20220209230826-0037 | 45 | 6.45 | 643496 | 0 | false |
app-20220209230826-0037 | 65 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 46 | 4.3 | 223109 | 0 | false |
app-20220209230826-0037 | 41 | 3.61 | 116589 | 0 | false |
app-20220209230826-0037 | 37 | 4.3 | 840541 | 0 | false |
app-20220209230826-0037 | 51 | 6.45 | 3493278 | 0 | false |
app-20220209230826-0037 | 62 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 68 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 71 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 47 | 3.61 | 272711 | 0 | false |
app-20220209230826-0037 | 63 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 34 | 3.61 | 687256 | 0 | false |
app-20220209230826-0037 | 31 | 2.9 | 1119 | 0 | false |
app-20220209230826-0037 | 39 | 6.45 | 675946 | 0 | false |
app-20220209230826-0037 | 36 | 6.45 | 1436474 | 0 | false |
app-20220209230826-0037 | 73 | 8.96 | 125170 | 0 | false |
app-20220209230826-0037 | 56 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 48 | 6.45 | 683716 | 0 | false |
app-20220209230826-0037 | 57 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 67 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 61 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 35 | 3.33 | 46570 | 0 | false |
app-20220209230826-0037 | 64 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 54 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 49 | 4.3 | 125628 | 0 | false |
app-20220209230826-0037 | 33 | 2.9 | 1088 | 0 | false |
app-20220209230826-0037 | 55 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 44 | 3.61 | 180299 | 0 | false |
app-20220209230826-0037 | 38 | 3.61 | 1070835 | 0 | false |
app-20220209230826-0037 | 58 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 59 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 32 | 2.9 | 1171 | 0 | false |
app-20220209230826-0037 | 42 | 6.45 | 624473 | 0 | false |
app-20220209230826-0037 | 70 | 2.63 | 0 | 0 | true |
app-20220209230826-0037 | 50 | 3.61 | 326380 | 0 | false |
app-20220209232008-0058 | 34 | 3.68 | 2867068 | 0 | false |
app-20220209232008-0058 | 33 | 4.3 | 865584 | 0 | false |
app-20220209232008-0058 | 32 | 3.68 | 1035427 | 0 | false |
app-20220209232008-0058 | 40 | 3.0 | 437 | 0 | false |
app-20220209232008-0058 | 36 | 4.84 | 2160465 | 0 | false |
app-20220209232008-0058 | 39 | 4.5 | 1161360 | 0 | false |
app-20220209232008-0058 | 38 | 7.76 | 1816580 | 0 | false |
app-20220209232008-0058 | 35 | 4.3 | 1588280 | 0 | false |
app-20220209232008-0058 | 37 | 4.84 | 782649 | 0 | false |
app-20220209232008-0058 | 31 | 2.95 | 1089 | 0 | false |
app-20220209235212-0099 | 33 | 3.61 | 522036 | 0 | false |
app-20220209235212-0099 | 34 | 3.68 | 540303 | 0 | false |
app-20220209235212-0099 | 31 | 2.95 | 6529 | 0 | false |
app-20220209235212-0099 | 32 | 2.95 | 1404 | 0 | false |
app-20220209235212-0099 | 35 | 5.46 | 1025034 | 85419 | false |
app-20220209235212-0099 | 36 | 4.69 | 295 | 0 | false |
app-20220209232605-0069 | 32 | 2.9 | 1119 | 0 | false |
app-20220209232605-0069 | 33 | 2.95 | 1170 | 0 | false |
app-20220209232605-0069 | 31 | 2.9 | 1161 | 0 | false |
app-20220209232605-0069 | 38 | 3.0 | 458 | 0 | false |
app-20220209232605-0069 | 37 | 3.9 | 644589 | 0 | false |
app-20220209232605-0069 | 34 | 2.9 | 641 | 0 | false |
app-20220209232605-0069 | 36 | 2.71 | 0 | 0 | true |
app-20220209232605-0069 | 35 | 3.72 | 3569683 | 0 | false |
app-20220209232111-0060 | 33 | 2.95 | 6016 | 0 | false |
app-20220209232111-0060 | 31 | 2.95 | 734 | 0 | false |
app-20220209232111-0060 | 37 | 3.0 | 236 | 0 | false |
app-20220209232111-0060 | 34 | 3.72 | 2227526 | 0 | false |
app-20220209232111-0060 | 36 | 4.3 | 643976 | 128795 | false |
app-20220209232111-0060 | 35 | 4.3 | 999877 | 0 | false |
app-20220209232111-0060 | 32 | 2.9 | 1131 | 0 | false |
app-20220209224619-0010 | 35 | 3.72 | 2770017 | 0 | false |
app-20220209224619-0010 | 37 | 3.0 | 274 | 0 | false |
app-20220209224619-0010 | 32 | 2.9 | 5308 | 0 | false |
app-20220209224619-0010 | 33 | 2.95 | 1088 | 0 | false |
app-20220209224619-0010 | 36 | 3.9 | 1242297 | 0 | false |
app-20220209224619-0010 | 31 | 2.95 | 1088 | 0 | false |
app-20220209224619-0010 | 34 | 2.95 | 2094 | 0 | false |
app-20220209231559-0051 | 34 | 2.45 | 0 | 0 | true |
app-20220209231559-0051 | 33 | 3.54 | 999547 | 0 | false |
app-20220209231559-0051 | 42 | 2.45 | 0 | 0 | true |
app-20220209231559-0051 | 40 | 2.45 | 0 | 0 | true |
app-20220209231559-0051 | 38 | 3.74 | 458556 | 91711 | false |
app-20220209231559-0051 | 36 | 2.45 | 0 | 0 | true |
app-20220209231559-0051 | 37 | 3.74 | 1535005 | 307001 | false |
app-20220209231559-0051 | 44 | 4.74 | 485 | 0 | false |
app-20220209231559-0051 | 31 | 3.54 | 4179191 | 0 | false |
app-20220209231559-0051 | 45 | 3.0 | 258 | 0 | false |
app-20220209231559-0051 | 43 | 2.45 | 0 | 0 | true |
app-20220209231559-0051 | 39 | 2.45 | 0 | 0 | true |
app-20220209231559-0051 | 41 | 5.03 | 342 | 0 | false |
app-20220209231559-0051 | 32 | 2.9 | 2247 | 0 | false |
app-20220209231559-0051 | 35 | 4.34 | 306 | 0 | false |
app-20220209230348-0030 | 65 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 69 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 75 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 80 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 66 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 34 | 2.95 | 160 | 0 | false |
app-20220209230348-0030 | 81 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 59 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 39 | 5.93 | 9488711 | 0 | false |
app-20220209230348-0030 | 83 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 32 | 3.37 | 679259 | 0 | false |
app-20220209230348-0030 | 70 | 6.45 | 965311 | 0 | false |
app-20220209230348-0030 | 74 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 89 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 53 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 45 | 4.15 | 136445 | 0 | false |
app-20220209230348-0030 | 52 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 78 | 4.3 | 171200 | 0 | false |
app-20220209230348-0030 | 86 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 93 | 3.52 | 103993 | 25998 | false |
app-20220209230348-0030 | 82 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 57 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 43 | 4.2 | 74861 | 0 | false |
app-20220209230348-0030 | 54 | 4.3 | 178583 | 0 | false |
app-20220209230348-0030 | 64 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 72 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 41 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 37 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 40 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 77 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 79 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 47 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 44 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 55 | 2.9 | 522 | 0 | false |
app-20220209230348-0030 | 63 | 6.91 | 1233672 | 0 | false |
app-20220209230348-0030 | 56 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 33 | 3.33 | 38096 | 0 | false |
app-20220209230348-0030 | 73 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 88 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 42 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 71 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 84 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 76 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 35 | 2.9 | 1077 | 0 | false |
app-20220209230348-0030 | 68 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 36 | 3.33 | 10660 | 0 | false |
app-20220209230348-0030 | 92 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 48 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 49 | 6.45 | 518124 | 0 | false |
app-20220209230348-0030 | 91 | 2.74 | 0 | 0 | true |
app-20220209230348-0030 | 67 | 2.74 | 0 | 0 | true |
App ID | SQL ID | Exec Name | Expression Name | Task Speedup Factor | Exec Duration | SQL Node Id | Exec Is Supported | Exec Stages | Exec Children | Exec Children Node Ids | Exec Should Remove |
---|---|---|---|---|---|---|---|---|---|---|---|
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 30 | false | 31 | null | null | true |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 89 | false | 39 | null | null | true |
app-20220209224509-0008 | 24 | WholeStageCodegen (15) | WholeStageCodegen (15) | 8.0 | 4234050 | 95 | true | 39 | Sort | 96 | false |
app-20220209224509-0008 | 24 | Exchange | null | 4.2 | 584 | 97 | true | 36:39 | null | null | false |
app-20220209224509-0008 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (8) | WholeStageCodegen (8) | 2.9 | 23059 | 65 | true | 37 | Project:Filter:ColumnarToRow | 66:67:68 | false |
app-20220209224509-0008 | 24 | Union | null | 3.0 | 0 | 85 | true | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (22) | WholeStageCodegen (22) | 4.5 | 18839 | 76 | true | 40 | HashAggregate | 77 | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 60 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Exchange | null | 4.2 | 80029 | 104 | true | 35:39 | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 40 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 54 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 81 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 536 | 114 | true | 34 | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 4.5 | 187988 | 9 | true | 40 | HashAggregate | 10 | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 56 | true | null | null | null | false |
app-20220209224509-0008 | 24 | SubqueryBroadcast | null | 3.0 | 1736 | 70 | true | null | null | null | false |
app-20220209224509-0008 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 33 | true | null | null | null | false |
app-20220209224509-0008 | 24 | HashAggregate | null | 4.5 | 0 | 77 | true | 40 | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 750661 | 109 | true | 35 | null | null | false |
app-20220209224509-0008 | 24 | HashAggregate | null | 4.5 | 0 | 6 | true | 40 | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 87 | true | null | null | null | false |
app-20220209224509-0008 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 35 | false | 38 | null | null | true |
app-20220209224509-0008 | 24 | BroadcastExchange | null | 3.0 | 1712 | 38 | true | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 4.13 | 315026 | 12 | true | 38 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin | 13:14:15:16:17 | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 113 | false | 34 | null | null | true |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 42 | false | 31 | null | null | true |
app-20220209224509-0008 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.9 | 760 | 27 | true | 31 | Project:Filter:ColumnarToRow | 28:29:30 | false |
app-20220209224509-0008 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | BroadcastExchange | null | 3.0 | 1567 | 71 | true | null | null | null | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 62 | false | 37 | null | null | true |
app-20220209224509-0008 | 24 | WholeStageCodegen (13) | WholeStageCodegen (13) | 2.9 | 17055 | 86 | true | 39 | Project:Filter:ColumnarToRow | 87:88:89 | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 283 | 48 | true | 32 | null | null | false |
app-20220209224509-0008 | 24 | Sort | null | 8.0 | 0 | 103 | true | 39 | null | null | false |
app-20220209224509-0008 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 106 | true | null | null | null | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 22 | false | 38 | null | null | true |
app-20220209224509-0008 | 24 | Union | null | 3.0 | 0 | 8 | true | null | null | null | false |
app-20220209224509-0008 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | HashAggregate | null | 4.5 | 0 | 10 | true | 40 | null | null | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 73 | true | 33 | null | null | false |
app-20220209224509-0008 | 24 | BroadcastExchange | null | 3.0 | 1537 | 110 | true | null | null | null | false |
app-20220209224509-0008 | 24 | SortMergeJoin | null | 22.7 | 0 | 94 | true | 39 | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 14 | true | null | null | null | false |
app-20220209224509-0008 | 24 | SubqueryBroadcast | null | 3.0 | 1736 | 101 | true | null | null | null | false |
app-20220209224509-0008 | 24 | BroadcastExchange | null | 3.0 | 1128 | 44 | true | null | null | null | false |
app-20220209224509-0008 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 61 | true | 37 | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (16) | WholeStageCodegen (16) | 2.9 | 1506623 | 105 | true | 35 | Project:Filter:ColumnarToRow | 106:107:108 | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 34 | true | 38 | null | null | false |
app-20220209224509-0008 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209224509-0008 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (20) | WholeStageCodegen (20) | 2.8 | 540 | 111 | true | 34 | Filter:ColumnarToRow | 112:113 | false |
app-20220209224509-0008 | 24 | SubqueryBroadcast | null | 3.0 | 1736 | 37 | true | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (14) | WholeStageCodegen (14) | 1.0 | 4090 | 98 | false | 36 | ColumnarToRow | 99 | false |
app-20220209224509-0008 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 12454 | 69 | true | 37 | null | null | false |
app-20220209224509-0008 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 68 | false | 37 | null | null | true |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 21 | true | 38 | null | null | false |
app-20220209224509-0008 | 24 | TakeOrderedAndProject | null | 3.0 | 0 | 1 | true | 41:42 | null | null | false |
app-20220209224509-0008 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 15 | true | 38 | null | null | false |
app-20220209224509-0008 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 57 | true | 37 | null | null | false |
app-20220209224509-0008 | 24 | Union | null | 3.0 | 0 | 18 | true | null | null | null | false |
app-20220209224509-0008 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 2.9 | 247099 | 59 | true | 37 | Project:Filter:ColumnarToRow | 60:61:62 | false |
app-20220209224509-0008 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (21) | WholeStageCodegen (21) | 4.13 | 3230425 | 79 | true | 39 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin | 80:81:82:83:84 | false |
app-20220209224509-0008 | 24 | Exchange | null | 4.2 | 768 | 78 | true | 39:40 | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 173035 | 23 | true | 38 | null | null | false |
app-20220209224509-0008 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 47 | false | 32 | null | null | true |
app-20220209224509-0008 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 82 | true | 39 | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 66 | true | null | null | null | false |
app-20220209224509-0008 | 24 | SubqueryBroadcast | null | 3.0 | 1736 | 91 | true | null | null | null | false |
app-20220209224509-0008 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 84 | true | 39 | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 19562 | 36 | true | 38 | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 515 | 75 | true | 33 | null | null | false |
app-20220209224509-0008 | 24 | Exchange | null | 4.2 | 206 | 4 | true | 40:41 | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 20 | true | null | null | null | false |
app-20220209224509-0008 | 24 | HashAggregate | null | 4.5 | 0 | 13 | true | 38 | null | null | false |
app-20220209224509-0008 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 55 | true | 37 | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (24) | WholeStageCodegen (24) | 4.5 | 30834 | 2 | true | 41 | HashAggregate | 3 | false |
app-20220209224509-0008 | 24 | Union | null | 3.0 | 0 | 58 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 29 | true | 31 | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (12) | WholeStageCodegen (12) | 4.5 | 34686 | 49 | true | 40 | HashAggregate | 50 | false |
app-20220209224509-0008 | 24 | HashAggregate | null | 4.5 | 0 | 50 | true | 40 | null | null | false |
app-20220209224509-0008 | 24 | SubqueryBroadcast | null | 3.0 | 1736 | 64 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Exchange | null | 4.2 | 4425 | 51 | true | 37:40 | null | null | false |
app-20220209224509-0008 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 88 | true | 39 | null | null | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 46 | true | 32 | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 743 | 31 | true | 31 | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 2399 | 100 | true | 36 | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 2.8 | 291 | 45 | true | 32 | Filter:ColumnarToRow | 46:47 | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 41 | true | 31 | null | null | false |
app-20220209224509-0008 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 17 | true | 38 | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 93 | true | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.9 | 325673 | 19 | true | 38 | Project:Filter:ColumnarToRow | 20:21:22 | false |
app-20220209224509-0008 | 24 | Expand | null | 3.0 | 0 | 7 | true | 40 | null | null | false |
app-20220209224509-0008 | 24 | Exchange | null | 4.2 | 6179 | 11 | true | 38:40 | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 28 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 16 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 67 | true | 37 | null | null | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 108 | false | 35 | null | null | true |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 107 | true | 35 | null | null | false |
app-20220209224509-0008 | 24 | SubqueryBroadcast | null | 3.0 | 1736 | 24 | true | null | null | null | false |
app-20220209224509-0008 | 24 | Filter | null | 2.8 | 0 | 112 | true | 34 | null | null | false |
app-20220209224509-0008 | 24 | Project | null | 3.0 | 0 | 83 | true | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (11) | WholeStageCodegen (11) | 4.13 | 235109 | 52 | true | 37 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin | 53:54:55:56:57 | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 132149 | 63 | true | 37 | null | null | false |
app-20220209224509-0008 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.9 | 760 | 39 | true | 31 | Project:Filter:ColumnarToRow | 40:41:42 | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 99 | false | 36 | null | null | true |
app-20220209224509-0008 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (10) | WholeStageCodegen (10) | 2.8 | 538 | 72 | true | 33 | Filter:ColumnarToRow | 73:74 | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 2.9 | 36275 | 32 | true | 38 | Project:Filter:ColumnarToRow | 33:34:35 | false |
app-20220209224509-0008 | 24 | HashAggregate | null | 4.5 | 0 | 53 | true | 37 | null | null | false |
app-20220209224509-0008 | 24 | HashAggregate | null | 4.5 | 0 | 3 | true | 41 | null | null | false |
app-20220209224509-0008 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (23) | WholeStageCodegen (23) | 3.75 | 201149 | 5 | true | 40 | HashAggregate:Expand | 6:7 | false |
app-20220209224509-0008 | 24 | BroadcastExchange | null | 3.0 | 1712 | 26 | true | null | null | null | false |
app-20220209224509-0008 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (18) | WholeStageCodegen (18) | 12.85 | 3376529 | 92 | true | 39 | Project:SortMergeJoin | 93:94 | false |
app-20220209224509-0008 | 24 | WholeStageCodegen (17) | WholeStageCodegen (17) | 8.0 | 0 | 102 | true | 39 | Sort | 103 | false |
app-20220209224509-0008 | 24 | HashAggregate | null | 4.5 | 0 | 80 | true | 39 | null | null | false |
app-20220209224509-0008 | 24 | ReusedExchange | null | 1.0 | 0 | 25 | false | null | null | null | false |
app-20220209224509-0008 | 24 | ColumnarToRow | null | 1.0 | 0 | 74 | false | 33 | null | null | true |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 8648 | 90 | true | 39 | null | null | false |
app-20220209224509-0008 | 24 | Sort | null | 8.0 | 0 | 96 | true | 39 | null | null | false |
app-20220209224509-0008 | 24 | Scan parquet | null | 3.0 | 743 | 43 | true | 31 | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 35 | true | null | null | null | false |
app-20220209235114-0097 | 24 | Filter | null | 2.8 | 0 | 52 | true | 36 | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 49 | true | null | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 23 | true | null | null | null | false |
app-20220209235114-0097 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 16 | true | 35 | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 13 | true | null | null | null | false |
app-20220209235114-0097 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | Scan parquet | null | 3.0 | 913605 | 20 | true | 35 | null | null | false |
app-20220209235114-0097 | 24 | Exchange | null | 4.2 | 969 | 42 | true | 36:38 | null | null | false |
app-20220209235114-0097 | 24 | Scan parquet | null | 3.0 | 511 | 38 | true | 33 | null | null | false |
app-20220209235114-0097 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 46 | true | 36 | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 15 | true | null | null | null | false |
app-20220209235114-0097 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 3.84 | 418053 | 43 | true | 36 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:Filter:ColumnarToRow | 44:45:46:47:48:49:50:51:52:53 | false |
app-20220209235114-0097 | 24 | HashAggregate | null | 4.5 | 0 | 7 | true | 40 | null | null | false |
app-20220209235114-0097 | 24 | BroadcastExchange | null | 3.0 | 1401 | 55 | true | null | null | null | false |
app-20220209235114-0097 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209235114-0097 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 17 | true | null | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 57 | true | null | null | null | false |
app-20220209235114-0097 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 47 | true | null | null | null | false |
app-20220209235114-0097 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | WholeStageCodegen (8) | WholeStageCodegen (8) | 4.5 | 172 | 6 | true | 40 | HashAggregate | 7 | false |
app-20220209235114-0097 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | TakeOrderedAndProject | null | 3.0 | 0 | 2 | true | 40:41 | null | null | false |
app-20220209235114-0097 | 24 | Filter | null | 2.8 | 0 | 36 | true | 33 | null | null | false |
app-20220209235114-0097 | 24 | HashAggregate | null | 4.5 | 0 | 44 | true | 36 | null | null | false |
app-20220209235114-0097 | 24 | Scan parquet | null | 3.0 | 508 | 60 | true | 34 | null | null | false |
app-20220209235114-0097 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 4.5 | 42 | 40 | true | 38 | HashAggregate | 41 | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 4 | true | null | null | null | false |
app-20220209235114-0097 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 3.84 | 1443692 | 9 | true | 35 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:Filter:ColumnarToRow | 10:11:12:13:14:15:16:17:18:19 | false |
app-20220209235114-0097 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 45 | true | null | null | null | false |
app-20220209235114-0097 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.9 | 519 | 22 | true | 31 | Project:Filter:ColumnarToRow | 23:24:25 | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 11 | true | null | null | null | false |
app-20220209235114-0097 | 24 | Filter | null | 2.8 | 0 | 24 | true | 31 | null | null | false |
app-20220209235114-0097 | 24 | AdaptiveSparkPlan | null | 1.0 | 0 | 1 | false | null | null | null | false |
app-20220209235114-0097 | 24 | ColumnarToRow | null | 1.0 | 0 | 31 | false | 32 | null | null | true |
app-20220209235114-0097 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 14 | true | 35 | null | null | false |
app-20220209235114-0097 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.9 | 515 | 34 | true | 33 | Project:Filter:ColumnarToRow | 35:36:37 | false |
app-20220209235114-0097 | 24 | HashAggregate | null | 4.5 | 0 | 41 | true | 38 | null | null | false |
app-20220209235114-0097 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 29 | true | null | null | null | false |
app-20220209235114-0097 | 24 | WholeStageCodegen (9) | WholeStageCodegen (9) | 3.0 | 96 | 3 | true | 40 | Project | 4 | false |
app-20220209235114-0097 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | Filter | null | 2.8 | 0 | 58 | true | 34 | null | null | false |
app-20220209235114-0097 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 50 | true | 36 | null | null | false |
app-20220209235114-0097 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 48 | true | 36 | null | null | false |
app-20220209235114-0097 | 24 | BroadcastNestedLoopJoin | null | 3.0 | 0 | 5 | true | 40 | null | null | false |
app-20220209235114-0097 | 24 | BroadcastExchange | null | 3.0 | 1331 | 33 | true | null | null | null | false |
app-20220209235114-0097 | 24 | Exchange | null | 4.2 | 2539 | 8 | true | 35:40 | null | null | false |
app-20220209235114-0097 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 12 | true | 35 | null | null | false |
app-20220209235114-0097 | 24 | ColumnarToRow | null | 1.0 | 0 | 19 | false | 35 | null | null | true |
app-20220209235114-0097 | 24 | Scan parquet | null | 3.0 | 298 | 32 | true | 32 | null | null | false |
app-20220209235114-0097 | 24 | BroadcastExchange | null | 3.0 | 1490 | 21 | true | null | null | null | false |
app-20220209235114-0097 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | BroadcastExchange | null | 3.0 | 1175 | 27 | true | null | null | null | false |
app-20220209235114-0097 | 24 | ColumnarToRow | null | 1.0 | 0 | 37 | false | 33 | null | null | true |
app-20220209235114-0097 | 24 | Project | null | 3.0 | 0 | 51 | true | null | null | null | false |
app-20220209235114-0097 | 24 | ColumnarToRow | null | 1.0 | 0 | 53 | false | 36 | null | null | true |
app-20220209235114-0097 | 24 | Scan parquet | null | 3.0 | 512 | 26 | true | 31 | null | null | false |
app-20220209235114-0097 | 24 | ColumnarToRow | null | 1.0 | 0 | 59 | false | 34 | null | null | true |
app-20220209235114-0097 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 2.9 | 532 | 56 | true | 34 | Project:Filter:ColumnarToRow | 57:58:59 | false |
app-20220209235114-0097 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | Filter | null | 2.8 | 0 | 30 | true | 32 | null | null | false |
app-20220209235114-0097 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | Scan parquet | null | 3.0 | 187093 | 54 | true | 36 | null | null | false |
app-20220209235114-0097 | 24 | BroadcastExchange | null | 3.0 | 315 | 39 | true | null | null | null | false |
app-20220209235114-0097 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235114-0097 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 2.9 | 317 | 28 | true | 32 | Project:Filter:ColumnarToRow | 29:30:31 | false |
app-20220209235114-0097 | 24 | Filter | null | 2.8 | 0 | 18 | true | 35 | null | null | false |
app-20220209235114-0097 | 24 | ColumnarToRow | null | 1.0 | 0 | 25 | false | 31 | null | null | true |
app-20220209235114-0097 | 24 | HashAggregate | null | 4.5 | 0 | 10 | true | 35 | null | null | false |
app-20220209230506-0031 | 24 | BroadcastExchange | null | 3.0 | 1704 | 49 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Exchange | null | 4.2 | 9 | 4 | true | 39:40 | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (10) | WholeStageCodegen (10) | 2.9 | 635 | 70 | true | 31 | Project:Filter:ColumnarToRow | 71:72:73 | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (13) | WholeStageCodegen (13) | 2.8 | 4513 | 81 | true | 32 | Filter:ColumnarToRow | 82:83 | false |
app-20220209230506-0031 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 9 | true | null | null | null | false |
app-20220209230506-0031 | 24 | BroadcastExchange | null | 3.0 | 1704 | 69 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 23 | true | null | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (8) | WholeStageCodegen (8) | 8.0 | 35213 | 55 | true | 39 | Sort | 56 | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 2.8 | 884757 | 58 | true | 37 | Filter:ColumnarToRow | 59:60 | false |
app-20220209230506-0031 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Exchange | null | 4.2 | 6119 | 42 | true | 36:38 | null | null | false |
app-20220209230506-0031 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (12) | WholeStageCodegen (12) | 2.8 | 817 | 76 | true | 33 | Filter:ColumnarToRow | 77:78 | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 52 | true | 31 | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (15) | WholeStageCodegen (15) | 4.5 | 33476 | 2 | true | 40 | HashAggregate | 3 | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.8 | 145646 | 43 | true | 36 | Filter:ColumnarToRow | 44:45 | false |
app-20220209230506-0031 | 24 | HashAggregate | null | 4.5 | 0 | 3 | true | 40 | null | null | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 77 | true | 33 | null | null | false |
app-20220209230506-0031 | 24 | Sort | null | 8.0 | 0 | 20 | true | 39 | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 36 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Sort | null | 8.0 | 0 | 26 | true | 38 | null | null | false |
app-20220209230506-0031 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 53 | false | 31 | null | null | true |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 15 | true | null | null | null | false |
app-20220209230506-0031 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 59127 | 46 | true | 36 | null | null | false |
app-20220209230506-0031 | 24 | SortMergeJoin | null | 22.7 | 0 | 18 | true | 39 | null | null | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 29 | true | 35 | null | null | false |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 73 | false | 31 | null | null | true |
app-20220209230506-0031 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 83 | false | 32 | null | null | true |
app-20220209230506-0031 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 8.0 | 1675058 | 19 | true | 39 | Sort | 20 | false |
app-20220209230506-0031 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 16 | true | 39 | null | null | false |
app-20220209230506-0031 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 51 | true | null | null | null | false |
app-20220209230506-0031 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 8 | true | 39 | null | null | false |
app-20220209230506-0031 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 10 | true | 39 | null | null | false |
app-20220209230506-0031 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 37 | true | 34 | null | null | false |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 610 | 74 | true | 31 | null | null | false |
app-20220209230506-0031 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 4268 | 84 | true | 32 | null | null | false |
app-20220209230506-0031 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 610 | 54 | true | 31 | null | null | false |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 559865 | 61 | true | 37 | null | null | false |
app-20220209230506-0031 | 24 | Exchange | null | 4.2 | 7697 | 27 | true | 35:38 | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 11 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Sort | null | 8.0 | 0 | 56 | true | 39 | null | null | false |
app-20220209230506-0031 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 14 | true | 39 | null | null | false |
app-20220209230506-0031 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (9) | WholeStageCodegen (9) | 2.9 | 637 | 64 | true | 34 | Project:Filter:ColumnarToRow | 65:66:67 | false |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 38 | false | 34 | null | null | true |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 30 | false | 35 | null | null | true |
app-20220209230506-0031 | 24 | Exchange | null | 4.2 | 4960 | 57 | true | 37:39 | null | null | false |
app-20220209230506-0031 | 24 | SortMergeJoin | null | 22.7 | 0 | 24 | true | 38 | null | null | false |
app-20220209230506-0031 | 24 | BroadcastExchange | null | 3.0 | 2462 | 80 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 59 | true | 37 | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 8.0 | 968634 | 40 | true | 38 | Sort | 41 | false |
app-20220209230506-0031 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 12 | true | 39 | null | null | false |
app-20220209230506-0031 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 44 | true | 36 | null | null | false |
app-20220209230506-0031 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | HashAggregate | null | 4.5 | 0 | 6 | true | 39 | null | null | false |
app-20220209230506-0031 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 17 | true | null | null | null | false |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 67 | false | 34 | null | null | true |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 618 | 68 | true | 34 | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 12.85 | 1581047 | 22 | true | 38 | Project:SortMergeJoin | 23:24 | false |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 28231 | 31 | true | 35 | null | null | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 72 | true | 31 | null | null | false |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 45 | false | 36 | null | null | true |
app-20220209230506-0031 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 71 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 7 | true | null | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (14) | WholeStageCodegen (14) | 5.44 | 1222545 | 5 | true | 39 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:SortMergeJoin | 6:7:8:9:10:11:12:13:14:15:16:17:18 | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (10) | WholeStageCodegen (10) | 2.9 | 635 | 50 | true | 31 | Project:Filter:ColumnarToRow | 51:52:53 | false |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 618 | 39 | true | 34 | null | null | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 82 | true | 32 | null | null | false |
app-20220209230506-0031 | 24 | BroadcastExchange | null | 3.0 | 1696 | 75 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Scan parquet | null | 3.0 | 807 | 79 | true | 33 | null | null | false |
app-20220209230506-0031 | 24 | SubqueryBroadcast | null | 3.0 | 1710 | 47 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 13 | true | null | null | null | false |
app-20220209230506-0031 | 24 | BroadcastExchange | null | 3.0 | 1661 | 34 | true | null | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 8.0 | 1044148 | 25 | true | 38 | Sort | 26 | false |
app-20220209230506-0031 | 24 | BroadcastExchange | null | 3.0 | 1661 | 63 | true | null | null | null | false |
app-20220209230506-0031 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (9) | WholeStageCodegen (9) | 2.9 | 637 | 35 | true | 34 | Project:Filter:ColumnarToRow | 36:37:38 | false |
app-20220209230506-0031 | 24 | SubqueryBroadcast | null | 3.0 | 1710 | 62 | true | null | null | null | false |
app-20220209230506-0031 | 24 | Project | null | 3.0 | 0 | 65 | true | null | null | null | false |
app-20220209230506-0031 | 24 | TakeOrderedAndProject | null | 3.0 | 0 | 1 | true | 40:41 | null | null | false |
app-20220209230506-0031 | 24 | Filter | null | 2.8 | 0 | 66 | true | 34 | null | null | false |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 60 | false | 37 | null | null | true |
app-20220209230506-0031 | 24 | ReusedExchange | null | 1.0 | 0 | 33 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Exchange | null | 4.2 | 9973 | 21 | true | 38:39 | null | null | false |
app-20220209230506-0031 | 24 | ColumnarToRow | null | 1.0 | 0 | 78 | false | 33 | null | null | true |
app-20220209230506-0031 | 24 | SubqueryBroadcast | null | 3.0 | 1680 | 32 | true | null | null | null | false |
app-20220209230506-0031 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.8 | 61763 | 28 | true | 35 | Filter:ColumnarToRow | 29:30 | false |
app-20220209230506-0031 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | Sort | null | 8.0 | 0 | 41 | true | 38 | null | null | false |
app-20220209230506-0031 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230506-0031 | 24 | ReusedExchange | null | 1.0 | 0 | 48 | false | null | null | null | false |
app-20220209232634-0070 | 24 | Window | null | 3.0 | 0 | 5 | true | null | null | null | false |
app-20220209232634-0070 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209232634-0070 | 24 | HashAggregate | null | 4.5 | 0 | 10 | true | 35 | null | null | false |
app-20220209232634-0070 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | Project | null | 3.0 | 0 | 22 | true | null | null | null | false |
app-20220209232634-0070 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | Scan parquet | null | 3.0 | 297 | 42 | true | 33 | null | null | false |
app-20220209232634-0070 | 24 | Scan parquet | null | 3.0 | 496 | 47 | true | 32 | null | null | false |
app-20220209232634-0070 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 4.5 | 170171 | 9 | true | 35 | HashAggregate | 10 | false |
app-20220209232634-0070 | 24 | Filter | null | 2.8 | 0 | 26 | true | 34 | null | null | false |
app-20220209232634-0070 | 24 | Sort | null | 8.0 | 0 | 7 | true | 36 | null | null | false |
app-20220209232634-0070 | 24 | ColumnarToRow | null | 1.0 | 0 | 35 | false | 33 | null | null | true |
app-20220209232634-0070 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | Project | null | 3.0 | 0 | 39 | true | null | null | null | false |
app-20220209232634-0070 | 24 | Project | null | 3.0 | 0 | 33 | true | null | null | null | false |
app-20220209232634-0070 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | ColumnarToRow | null | 1.0 | 0 | 46 | false | 32 | null | null | true |
app-20220209232634-0070 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 3.95 | 1233966 | 12 | true | 34 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Filter:ColumnarToRow | 13:14:15:16:17:18:19:26:27 | false |
app-20220209232634-0070 | 24 | Exchange | null | 4.2 | 84261 | 11 | true | 34:35 | null | null | false |
app-20220209232634-0070 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.9 | 3044 | 21 | true | 31 | Project:Filter:ColumnarToRow | 22:23:24 | false |
app-20220209232634-0070 | 24 | BroadcastExchange | null | 3.0 | 1460 | 43 | true | null | null | null | false |
app-20220209232634-0070 | 24 | SubqueryBroadcast | null | 3.0 | 1121 | 29 | true | null | null | null | false |
app-20220209232634-0070 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.8 | 502 | 44 | true | 32 | Filter:ColumnarToRow | 45:46 | false |
app-20220209232634-0070 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 8.0 | 134574 | 6 | true | 36 | Sort | 7 | false |
app-20220209232634-0070 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | BroadcastExchange | null | 3.0 | 1110 | 31 | true | null | null | null | false |
app-20220209232634-0070 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 17 | true | 34 | null | null | false |
app-20220209232634-0070 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | ColumnarToRow | null | 1.0 | 0 | 41 | false | 33 | null | null | true |
app-20220209232634-0070 | 24 | TakeOrderedAndProject | null | 3.0 | 0 | 1 | true | 36:37 | null | null | false |
app-20220209232634-0070 | 24 | Filter | null | 2.8 | 0 | 40 | true | 33 | null | null | false |
app-20220209232634-0070 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | Exchange | null | 4.2 | 32 | 8 | true | 35:36 | null | null | false |
app-20220209232634-0070 | 24 | Project | null | 3.0 | 0 | 3 | true | null | null | null | false |
app-20220209232634-0070 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 2.9 | 316 | 38 | true | 33 | Project:Filter:ColumnarToRow | 39:40:41 | false |
app-20220209232634-0070 | 24 | ReusedExchange | null | 1.0 | 0 | 30 | false | null | null | null | false |
app-20220209232634-0070 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 15 | true | 34 | null | null | false |
app-20220209232634-0070 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 19 | true | 34 | null | null | false |
app-20220209232634-0070 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 2.9 | 316 | 32 | true | 33 | Project:Filter:ColumnarToRow | 33:34:35 | false |
app-20220209232634-0070 | 24 | Filter | null | 2.8 | 0 | 23 | true | 31 | null | null | false |
app-20220209232634-0070 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | ColumnarToRow | null | 1.0 | 0 | 27 | false | 34 | null | null | true |
app-20220209232634-0070 | 24 | Scan parquet | null | 3.0 | 297 | 36 | true | 33 | null | null | false |
app-20220209232634-0070 | 24 | Filter | null | 2.8 | 0 | 45 | true | 32 | null | null | false |
app-20220209232634-0070 | 24 | Project | null | 3.0 | 0 | 16 | true | null | null | null | false |
app-20220209232634-0070 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | BroadcastExchange | null | 3.0 | 1726 | 20 | true | null | null | null | false |
app-20220209232634-0070 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | ColumnarToRow | null | 1.0 | 0 | 24 | false | 31 | null | null | true |
app-20220209232634-0070 | 24 | Project | null | 3.0 | 0 | 14 | true | null | null | null | false |
app-20220209232634-0070 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | Project | null | 3.0 | 0 | 18 | true | null | null | null | false |
app-20220209232634-0070 | 24 | Filter | null | 1.0 | 0 | 4 | false | 36 | null | null | false |
app-20220209232634-0070 | 24 | Scan parquet | null | 3.0 | 651253 | 28 | true | 34 | null | null | false |
app-20220209232634-0070 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209232634-0070 | 24 | HashAggregate | null | 4.5 | 0 | 13 | true | 34 | null | null | false |
app-20220209232634-0070 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 2.0 | 5621 | 2 | true | 36 | Project:Filter | 3:4 | false |
app-20220209232634-0070 | 24 | BroadcastExchange | null | 3.0 | 1110 | 37 | true | null | null | null | false |
app-20220209232634-0070 | 24 | Scan parquet | null | 3.0 | 2913 | 25 | true | 31 | null | null | false |
app-20220209232634-0070 | 24 | Filter | null | 2.8 | 0 | 34 | true | 33 | null | null | false |
app-20220209232634-0070 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.8 | 465 | 37 | true | 33 | Filter:ColumnarToRow | 38:39 | false |
app-20220209225845-0026 | 24 | SubqueryBroadcast | null | 3.0 | 1608 | 17 | true | null | null | null | false |
app-20220209225845-0026 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 13 | true | 34 | null | null | false |
app-20220209225845-0026 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | Exchange | null | 4.2 | 4241 | 4 | true | 34:35 | null | null | false |
app-20220209225845-0026 | 24 | ColumnarToRow | null | 1.0 | 0 | 39 | false | 33 | null | null | true |
app-20220209225845-0026 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | Scan parquet | null | 3.0 | 687 | 24 | true | 31 | null | null | false |
app-20220209225845-0026 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 11 | true | 34 | null | null | false |
app-20220209225845-0026 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | Scan parquet | null | 3.0 | 70247 | 16 | true | 34 | null | null | false |
app-20220209225845-0026 | 24 | Project | null | 3.0 | 0 | 8 | true | null | null | null | false |
app-20220209225845-0026 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 3.84 | 443046 | 5 | true | 34 | HashAggregate:Expand:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Filter:ColumnarToRow | 6:7:8:9:10:11:12:13:14:15 | false |
app-20220209225845-0026 | 24 | Project | null | 3.0 | 0 | 10 | true | null | null | null | false |
app-20220209225845-0026 | 24 | HashAggregate | null | 4.5 | 0 | 6 | true | 34 | null | null | false |
app-20220209225845-0026 | 24 | Filter | null | 2.8 | 0 | 28 | true | 31 | null | null | false |
app-20220209225845-0026 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | Project | null | 3.0 | 0 | 12 | true | null | null | null | false |
app-20220209225845-0026 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | Filter | null | 2.8 | 0 | 38 | true | 33 | null | null | false |
app-20220209225845-0026 | 24 | Project | null | 3.0 | 0 | 21 | true | null | null | null | false |
app-20220209225845-0026 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 2.8 | 2544 | 32 | true | 32 | Filter:ColumnarToRow | 33:34 | false |
app-20220209225845-0026 | 24 | Filter | null | 2.8 | 0 | 14 | true | 34 | null | null | false |
app-20220209225845-0026 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 9 | true | 34 | null | null | false |
app-20220209225845-0026 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | ColumnarToRow | null | 1.0 | 0 | 29 | false | 31 | null | null | true |
app-20220209225845-0026 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | Scan parquet | null | 3.0 | 687 | 30 | true | 31 | null | null | false |
app-20220209225845-0026 | 24 | Scan parquet | null | 3.0 | 2329 | 35 | true | 32 | null | null | false |
app-20220209225845-0026 | 24 | ReusedExchange | null | 1.0 | 0 | 18 | false | null | null | null | false |
app-20220209225845-0026 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | Expand | null | 3.0 | 0 | 7 | true | 34 | null | null | false |
app-20220209225845-0026 | 24 | BroadcastExchange | null | 3.0 | 1587 | 19 | true | null | null | null | false |
app-20220209225845-0026 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | BroadcastExchange | null | 3.0 | 1326 | 36 | true | null | null | null | false |
app-20220209225845-0026 | 24 | Filter | null | 2.8 | 0 | 22 | true | 31 | null | null | false |
app-20220209225845-0026 | 24 | Project | null | 3.0 | 0 | 27 | true | null | null | null | false |
app-20220209225845-0026 | 24 | ColumnarToRow | null | 1.0 | 0 | 23 | false | 31 | null | null | true |
app-20220209225845-0026 | 24 | Filter | null | 2.8 | 0 | 33 | true | 32 | null | null | false |
app-20220209225845-0026 | 24 | BroadcastExchange | null | 3.0 | 1587 | 25 | true | null | null | null | false |
app-20220209225845-0026 | 24 | TakeOrderedAndProject | null | 3.0 | 0 | 1 | true | 35:36 | null | null | false |
app-20220209225845-0026 | 24 | HashAggregate | null | 4.5 | 0 | 3 | true | 35 | null | null | false |
app-20220209225845-0026 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | ColumnarToRow | null | 1.0 | 0 | 34 | false | 32 | null | null | true |
app-20220209225845-0026 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 4.5 | 472310 | 2 | true | 35 | HashAggregate | 3 | false |
app-20220209225845-0026 | 24 | BroadcastExchange | null | 3.0 | 1905 | 31 | true | null | null | null | false |
app-20220209225845-0026 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209225845-0026 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.9 | 707 | 26 | true | 31 | Project:Filter:ColumnarToRow | 27:28:29 | false |
app-20220209225845-0026 | 24 | ColumnarToRow | null | 1.0 | 0 | 15 | false | 34 | null | null | true |
app-20220209225845-0026 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.9 | 707 | 20 | true | 31 | Project:Filter:ColumnarToRow | 21:22:23 | false |
app-20220209225845-0026 | 24 | Scan parquet | null | 3.0 | 462 | 40 | true | 33 | null | null | false |
app-20220209225845-0026 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209225845-0026 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 5.17 | 215 | 2 | true | 36 | Project:Sort:HashAggregate | 3:4:5 | false |
app-20220209235526-0103 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 10 | true | 34 | null | null | false |
app-20220209235526-0103 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Project | null | 3.0 | 0 | 11 | true | null | null | null | false |
app-20220209235526-0103 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Project | null | 3.0 | 0 | 9 | true | null | null | null | false |
app-20220209235526-0103 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 12 | true | 34 | null | null | false |
app-20220209235526-0103 | 24 | ColumnarToRow | null | 1.0 | 0 | 35 | false | 31 | null | null | true |
app-20220209235526-0103 | 24 | BroadcastExchange | null | 3.0 | 1307 | 19 | true | null | null | null | false |
app-20220209235526-0103 | 24 | ColumnarToRow | null | 1.0 | 0 | 23 | false | 33 | null | null | true |
app-20220209235526-0103 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | ColumnarToRow | null | 1.0 | 0 | 17 | false | 34 | null | null | true |
app-20220209235526-0103 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Scan parquet | null | 3.0 | 1051436 | 18 | true | 34 | null | null | false |
app-20220209235526-0103 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Project | null | 3.0 | 0 | 27 | true | null | null | null | false |
app-20220209235526-0103 | 24 | HashAggregate | null | 4.5 | 0 | 8 | true | 34 | null | null | false |
app-20220209235526-0103 | 24 | BroadcastExchange | null | 3.0 | 1470 | 31 | true | null | null | null | false |
app-20220209235526-0103 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Scan parquet | null | 3.0 | 605 | 36 | true | 31 | null | null | false |
app-20220209235526-0103 | 24 | Filter | null | 2.8 | 0 | 16 | true | 34 | null | null | false |
app-20220209235526-0103 | 24 | BroadcastExchange | null | 3.0 | 1146 | 25 | true | null | null | null | false |
app-20220209235526-0103 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Scan parquet | null | 3.0 | 283 | 30 | true | 32 | null | null | false |
app-20220209235526-0103 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Project | null | 3.0 | 0 | 21 | true | null | null | null | false |
app-20220209235526-0103 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209235526-0103 | 24 | ColumnarToRow | null | 1.0 | 0 | 29 | false | 32 | null | null | true |
app-20220209235526-0103 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Project | null | 3.0 | 0 | 15 | true | null | null | null | false |
app-20220209235526-0103 | 24 | Filter | null | 2.8 | 0 | 34 | true | 31 | null | null | false |
app-20220209235526-0103 | 24 | Filter | null | 2.8 | 0 | 28 | true | 32 | null | null | false |
app-20220209235526-0103 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | AdaptiveSparkPlan | null | 1.0 | 0 | 1 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Sort | null | 8.0 | 0 | 4 | true | 36 | null | null | false |
app-20220209235526-0103 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 14 | true | 34 | null | null | false |
app-20220209235526-0103 | 24 | Scan parquet | null | 3.0 | 492 | 24 | true | 33 | null | null | false |
app-20220209235526-0103 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.9 | 498 | 20 | true | 33 | Project:Filter:ColumnarToRow | 21:22:23 | false |
app-20220209235526-0103 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 3.84 | 1577328 | 7 | true | 34 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:Filter:ColumnarToRow | 8:9:10:11:12:13:14:15:16:17 | false |
app-20220209235526-0103 | 24 | Project | null | 3.0 | 0 | 13 | true | null | null | null | false |
app-20220209235526-0103 | 24 | Project | null | 3.0 | 0 | 33 | true | null | null | null | false |
app-20220209235526-0103 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 2.9 | 303 | 26 | true | 32 | Project:Filter:ColumnarToRow | 27:28:29 | false |
app-20220209235526-0103 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Filter | null | 2.8 | 0 | 22 | true | 33 | null | null | false |
app-20220209235526-0103 | 24 | HashAggregate | null | 4.5 | 0 | 5 | true | 36 | null | null | false |
app-20220209235526-0103 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.9 | 610 | 32 | true | 31 | Project:Filter:ColumnarToRow | 33:34:35 | false |
app-20220209235526-0103 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209235526-0103 | 24 | Exchange | null | 4.2 | 2298 | 6 | true | 34:36 | null | null | false |
app-20220209235526-0103 | 24 | Project | null | 3.0 | 0 | 3 | true | null | null | null | false |
app-20220209231919-0057 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209231919-0057 | 24 | Exchange | null | 4.2 | 511 | 24 | true | 34:36 | null | null | false |
app-20220209231919-0057 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | Scan parquet | null | 3.0 | 298 | 36 | true | 32 | null | null | false |
app-20220209231919-0057 | 24 | Project | null | 3.0 | 0 | 33 | true | null | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 8.0 | 13538935 | 22 | true | 36 | Sort | 23 | false |
app-20220209231919-0057 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | Filter | null | 2.8 | 0 | 19 | true | 35 | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 2.9 | 316 | 48 | true | 32 | Project:Filter:ColumnarToRow | 49:50:51 | false |
app-20220209231919-0057 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | Filter | null | 2.8 | 0 | 44 | true | 31 | null | null | false |
app-20220209231919-0057 | 24 | Scan parquet | null | 3.0 | 285 | 46 | true | 31 | null | null | false |
app-20220209231919-0057 | 24 | ColumnarToRow | null | 1.0 | 0 | 45 | false | 31 | null | null | true |
app-20220209231919-0057 | 24 | BroadcastExchange | null | 3.0 | 1208 | 31 | true | null | null | null | false |
app-20220209231919-0057 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | SortMergeJoin | null | 22.7 | 0 | 14 | true | 36 | null | null | false |
app-20220209231919-0057 | 24 | Project | null | 3.0 | 0 | 13 | true | null | null | null | false |
app-20220209231919-0057 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | Filter | null | 2.8 | 0 | 34 | true | 32 | null | null | false |
app-20220209231919-0057 | 24 | ColumnarToRow | null | 1.0 | 0 | 40 | false | 33 | null | null | true |
app-20220209231919-0057 | 24 | Exchange | null | 4.2 | 146476 | 17 | true | 35:36 | null | null | false |
app-20220209231919-0057 | 24 | ColumnarToRow | null | 1.0 | 0 | 27 | false | 34 | null | null | true |
app-20220209231919-0057 | 24 | Scan parquet | null | 3.0 | 298 | 52 | true | 32 | null | null | false |
app-20220209231919-0057 | 24 | SubqueryBroadcast | null | 3.0 | 1234 | 29 | true | null | null | null | false |
app-20220209231919-0057 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (8) | WholeStageCodegen (8) | 6.06 | 7555734 | 5 | true | 36 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Project:SortMergeJoin | 6:7:8:9:10:11:12:13:14 | false |
app-20220209231919-0057 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | Project | null | 3.0 | 0 | 9 | true | null | null | null | false |
app-20220209231919-0057 | 24 | Filter | null | 2.8 | 0 | 26 | true | 34 | null | null | false |
app-20220209231919-0057 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.8 | 76352 | 25 | true | 34 | Filter:ColumnarToRow | 26:27 | false |
app-20220209231919-0057 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | TakeOrderedAndProject | null | 3.0 | 0 | 1 | true | 37:38 | null | null | false |
app-20220209231919-0057 | 24 | Filter | null | 2.8 | 0 | 39 | true | 33 | null | null | false |
app-20220209231919-0057 | 24 | Project | null | 3.0 | 0 | 11 | true | null | null | null | false |
app-20220209231919-0057 | 24 | ColumnarToRow | null | 1.0 | 0 | 35 | false | 32 | null | null | true |
app-20220209231919-0057 | 24 | Scan parquet | null | 3.0 | 289 | 41 | true | 33 | null | null | false |
app-20220209231919-0057 | 24 | Exchange | null | 4.2 | 1492 | 4 | true | 36:37 | null | null | false |
app-20220209231919-0057 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | HashAggregate | null | 4.5 | 0 | 3 | true | 37 | null | null | false |
app-20220209231919-0057 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 2.8 | 313 | 43 | true | 31 | Filter:ColumnarToRow | 44:45 | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 8.0 | 21803 | 15 | true | 36 | Sort | 16 | false |
app-20220209231919-0057 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 2.8 | 302 | 38 | true | 33 | Filter:ColumnarToRow | 39:40 | false |
app-20220209231919-0057 | 24 | ColumnarToRow | null | 1.0 | 0 | 20 | false | 35 | null | null | true |
app-20220209231919-0057 | 24 | Sort | null | 8.0 | 0 | 16 | true | 36 | null | null | false |
app-20220209231919-0057 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 10 | true | 36 | null | null | false |
app-20220209231919-0057 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | Scan parquet | null | 3.0 | 47653 | 28 | true | 34 | null | null | false |
app-20220209231919-0057 | 24 | BroadcastExchange | null | 3.0 | 1208 | 47 | true | null | null | null | false |
app-20220209231919-0057 | 24 | HashAggregate | null | 4.5 | 0 | 6 | true | 36 | null | null | false |
app-20220209231919-0057 | 24 | BroadcastExchange | null | 3.0 | 1214 | 37 | true | null | null | null | false |
app-20220209231919-0057 | 24 | Scan parquet | null | 3.0 | 1472681 | 21 | true | 35 | null | null | false |
app-20220209231919-0057 | 24 | Sort | null | 8.0 | 0 | 23 | true | 36 | null | null | false |
app-20220209231919-0057 | 24 | ReusedExchange | null | 1.0 | 0 | 30 | false | null | null | null | false |
app-20220209231919-0057 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 12 | true | 36 | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 2.9 | 316 | 32 | true | 32 | Project:Filter:ColumnarToRow | 33:34:35 | false |
app-20220209231919-0057 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | ColumnarToRow | null | 1.0 | 0 | 51 | false | 32 | null | null | true |
app-20220209231919-0057 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 8 | true | 36 | null | null | false |
app-20220209231919-0057 | 24 | Project | null | 3.0 | 0 | 49 | true | null | null | null | false |
app-20220209231919-0057 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | BroadcastExchange | null | 3.0 | 1258 | 42 | true | null | null | null | false |
app-20220209231919-0057 | 24 | Project | null | 3.0 | 0 | 7 | true | null | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (9) | WholeStageCodegen (9) | 4.5 | 84122 | 2 | true | 37 | HashAggregate | 3 | false |
app-20220209231919-0057 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | Filter | null | 2.8 | 0 | 50 | true | 32 | null | null | false |
app-20220209231919-0057 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231919-0057 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.8 | 4414001 | 18 | true | 35 | Filter:ColumnarToRow | 19:20 | false |
app-20220209231533-0050 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | Filter | null | 2.8 | 0 | 14 | true | 32 | null | null | false |
app-20220209231533-0050 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 4.5 | 80450 | 2 | true | 34 | HashAggregate | 3 | false |
app-20220209231533-0050 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 10 | true | 33 | null | null | false |
app-20220209231533-0050 | 24 | BroadcastExchange | null | 3.0 | 1432 | 11 | true | null | null | null | false |
app-20220209231533-0050 | 24 | SubqueryBroadcast | null | 3.0 | 1442 | 20 | true | null | null | null | false |
app-20220209231533-0050 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | BroadcastExchange | null | 3.0 | 1461 | 21 | true | null | null | null | false |
app-20220209231533-0050 | 24 | Project | null | 3.0 | 0 | 23 | true | null | null | null | false |
app-20220209231533-0050 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | Filter | null | 2.8 | 0 | 17 | true | 33 | null | null | false |
app-20220209231533-0050 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | Filter | null | 2.8 | 0 | 24 | true | 31 | null | null | false |
app-20220209231533-0050 | 24 | HashAggregate | null | 4.5 | 0 | 6 | true | 33 | null | null | false |
app-20220209231533-0050 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | ColumnarToRow | null | 1.0 | 0 | 25 | false | 31 | null | null | true |
app-20220209231533-0050 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | Scan parquet | null | 3.0 | 546 | 16 | true | 32 | null | null | false |
app-20220209231533-0050 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | Scan parquet | null | 3.0 | 720290 | 19 | true | 33 | null | null | false |
app-20220209231533-0050 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 2.9 | 661 | 22 | true | 31 | Project:Filter:ColumnarToRow | 23:24:25 | false |
app-20220209231533-0050 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | HashAggregate | null | 4.5 | 0 | 3 | true | 34 | null | null | false |
app-20220209231533-0050 | 24 | TakeOrderedAndProject | null | 3.0 | 0 | 1 | true | 34:35 | null | null | false |
app-20220209231533-0050 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | ColumnarToRow | null | 1.0 | 0 | 18 | false | 33 | null | null | true |
app-20220209231533-0050 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 8 | true | 33 | null | null | false |
app-20220209231533-0050 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | Project | null | 3.0 | 0 | 13 | true | null | null | null | false |
app-20220209231533-0050 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | ColumnarToRow | null | 1.0 | 0 | 15 | false | 32 | null | null | true |
app-20220209231533-0050 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | Scan parquet | null | 3.0 | 652 | 26 | true | 31 | null | null | false |
app-20220209231533-0050 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 3.92 | 1409729 | 5 | true | 33 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Filter:ColumnarToRow | 6:7:8:9:10:17:18 | false |
app-20220209231533-0050 | 24 | Project | null | 3.0 | 0 | 9 | true | null | null | null | false |
app-20220209231533-0050 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.9 | 566 | 12 | true | 32 | Project:Filter:ColumnarToRow | 13:14:15 | false |
app-20220209231533-0050 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209231533-0050 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209231533-0050 | 24 | Project | null | 3.0 | 0 | 7 | true | null | null | null | false |
app-20220209231533-0050 | 24 | Exchange | null | 4.2 | 11542 | 4 | true | 33:34 | null | null | false |
app-20220209231533-0050 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
application_1665146417445_0002 | 3 | WholeStageCodegen | WholeStageCodegen | 3.75 | 0 | 3 | true | 6 | HashAggregate:Project | 4:5 | false |
application_1665146417445_0002 | 0 | CollectLimit | null | 1.0 | 0 | 0 | false | null | null | null | false |
application_1665146417445_0002 | 3 | WholeStageCodegen | WholeStageCodegen | 4.5 | 0 | 0 | true | 7 | HashAggregate | 1 | false |
application_1665146417445_0002 | 1 | Project | null | 3.0 | 0 | 1 | true | null | null | null | false |
application_1665146417445_0002 | 0 | WholeStageCodegen | WholeStageCodegen | 3.0 | 0 | 1 | true | null | Project | 2 | false |
application_1665146417445_0002 | 1 | WholeStageCodegen | WholeStageCodegen | 3.0 | 0 | 0 | true | 1 | Project | 1 | false |
application_1665146417445_0002 | 3 | Exchange | null | 4.2 | 0 | 6 | true | 5 | null | null | false |
application_1665146417445_0002 | 2 | HashAggregate | null | 4.5 | 0 | 1 | true | 4 | null | null | false |
application_1665146417445_0002 | 2 | HashAggregate | null | 4.5 | 0 | 6 | true | 3 | null | null | false |
application_1665146417445_0002 | 2 | HashAggregate | null | 4.5 | 0 | 4 | true | 3 | null | null | false |
application_1665146417445_0002 | 1 | Scan hive ecomm_ops_tables.s0s0jzb_browse_shelf_cat_map | null | 1.0 | 0 | 2 | false | 1 | null | null | false |
application_1665146417445_0002 | 2 | Scan hive ecomm_ops_tables.zzz_dart_browse_ads_prod_mod | null | 1.0 | 0 | 8 | false | 2 | null | null | false |
application_1665146417445_0002 | 0 | Project | null | 3.0 | 0 | 2 | true | null | null | null | false |
application_1665146417445_0002 | 3 | HashAggregate | null | 4.5 | 0 | 4 | true | 6 | null | null | false |
application_1665146417445_0002 | 3 | HashAggregate | null | 4.5 | 0 | 1 | true | 7 | null | null | false |
application_1665146417445_0002 | 3 | Scan hive ecomm_ops_tables.zzz_dart_browse_ads_prod_mod | null | 1.0 | 0 | 7 | false | 5 | null | null | false |
application_1665146417445_0002 | 2 | HashAggregate | null | 4.5 | 0 | 5 | true | 3 | null | null | false |
application_1665146417445_0002 | 0 | Scan hive ecomm_ops_tables.zzz_dart_browse_ads_prod_mod | null | 1.0 | 0 | 3 | false | 0 | null | null | false |
application_1665146417445_0002 | 2 | WholeStageCodegen | WholeStageCodegen | 4.5 | 0 | 0 | true | 4 | HashAggregate | 1 | false |
application_1665146417445_0002 | 3 | Project | null | 3.0 | 0 | 5 | true | null | null | null | false |
application_1665146417445_0002 | 2 | Exchange | null | 4.2 | 0 | 2 | true | 3 | null | null | false |
application_1665146417445_0002 | 2 | WholeStageCodegen | WholeStageCodegen | 4.5 | 0 | 3 | true | 3 | HashAggregate:HashAggregate:HashAggregate | 4:5:6 | false |
application_1665146417445_0002 | 2 | Exchange | null | 4.2 | 0 | 7 | true | 2 | null | null | false |
application_1665146417445_0002 | 3 | Exchange | null | 4.2 | 0 | 2 | true | 6 | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 36304 | 36 | true | 49:50 | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 1648 | 96 | true | 37:38 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (35) | WholeStageCodegen (35) | 8.0 | 9740356 | 227 | true | 52 | Sort | 228 | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 155 | true | null | null | null | false |
app-20220209230053-0028 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 204 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 143 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 72 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 3.43 | 332556 | 37 | true | 49 | Project:Filter:HashAggregate | 38:39:40 | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (32) | WholeStageCodegen (32) | 3.0 | 334418 | 172 | true | 44 | Project | 173 | false |
app-20220209230053-0028 | 24 | SubqueryBroadcast | null | 3.0 | 1605 | 51 | true | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 4.5 | 0 | 43 | true | 47 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 30 | true | null | null | null | false |
app-20220209230053-0028 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 17 | true | null | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 108 | 202 | true | null | null | null | false |
app-20220209230053-0028 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 8779 | 181 | true | 41 | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 62 | true | 33 | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 224 | false | 52 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 8.0 | 570738 | 19 | true | 50 | Sort | 20 | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 225 | true | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 223 | false | 52 | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 309 | 177 | true | 41:44 | null | null | false |
app-20220209230053-0028 | 24 | TakeOrderedAndProject | null | 3.0 | 0 | 1 | true | 53:54 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (15) | WholeStageCodegen (15) | 2.8 | 21724 | 137 | true | 45 | Filter:ColumnarToRow | 138:139 | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 12 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (23) | WholeStageCodegen (23) | 6.96 | 29347 | 6 | true | 51 | HashAggregate:Project:BroadcastHashJoin:Project:SortMergeJoin | 7:8:9:10:11 | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 2.8 | 2258 | 215 | true | 32 | Filter:ColumnarToRow | 216:217 | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 241 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 228 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 236 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 189 | true | 42 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 287 | 33 | true | 31 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 157 | false | 31 | null | null | true |
app-20220209230053-0028 | 24 | HashAggregate | null | 4.5 | 0 | 193 | true | 40 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 46 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.8 | 15333 | 22 | true | 48 | Filter:ColumnarToRow | 23:24 | false |
app-20220209230053-0028 | 6 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 12 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (42) | WholeStageCodegen (42) | 8.0 | 7107509 | 242 | true | 52 | Sort | 243 | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 233 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 49 | false | 47 | null | null | true |
app-20220209230053-0028 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 8.0 | 7271900 | 120 | true | 37 | Sort | 121 | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 48 | true | 47 | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 8368 | 15 | true | 50:51 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1206 | 127 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (26) | WholeStageCodegen (26) | 8.0 | 616179 | 175 | true | 44 | Sort | 176 | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 163 | false | 52 | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 239 | false | 52 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 235 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (21) | WholeStageCodegen (21) | 5.67 | 1192790 | 141 | true | 51 | Sort:Project:Filter:HashAggregate:HashAggregate:Project:SortMergeJoin | 142:143:144:145:146:147:148 | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 226 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 104 | true | 37 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 118 | false | 34 | null | null | true |
app-20220209230053-0028 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.9 | 548 | 60 | true | 33 | Project:Filter:ColumnarToRow | 61:62:63 | false |
app-20220209230053-0028 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 165 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 67 | true | 32 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1152 | 28 | true | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 146 | false | 51 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 20 | true | 50 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.9 | 48 | 203 | true | 39 | Project:Filter:ColumnarToRow | 204:205:206 | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 106 | 5 | true | 51:53 | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 6954 | 171 | true | 44:52 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 2038 | 69 | true | 32 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1925 | 214 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 173 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (47) | WholeStageCodegen (47) | 6.96 | 58082 | 162 | true | 52 | HashAggregate:Project:BroadcastHashJoin:Project:SortMergeJoin | 163:164:165:166:167 | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (13) | WholeStageCodegen (13) | 8.0 | 7684689 | 86 | true | 51 | Sort | 87 | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 176 | true | 44 | null | null | false |
app-20220209230053-0028 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 4.5 | 0 | 190 | true | 42 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 152 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1596 | 53 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 55 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 3.92 | 4787686 | 192 | true | 40 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Filter:ColumnarToRow | 193:194:195:196:197:198:199 | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 2.9 | 341 | 115 | true | 34 | Project:Filter:ColumnarToRow | 116:117:118 | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 221 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (38) | WholeStageCodegen (38) | 5.67 | 15748975 | 219 | true | 52 | Sort:Project:Filter:HashAggregate:HashAggregate:Project:SortMergeJoin | 220:221:222:223:224:225:226 | false |
app-20220209230053-0028 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 9 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 167 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (10) | WholeStageCodegen (10) | 2.9 | 1629090 | 81 | true | 46 | Project:Filter:ColumnarToRow | 82:83:84 | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 31 | true | 31 | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 133 | true | 51 | null | null | false |
app-20220209230053-0028 | 8 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 2038 | 218 | true | 32 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (8) | WholeStageCodegen (8) | 3.0 | 317013 | 16 | true | 50 | Project | 17 | false |
app-20220209230053-0028 | 10 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 102 | true | 37 | null | null | false |
app-20220209230053-0028 | 24 | Union | null | 3.0 | 0 | 2 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (45) | WholeStageCodegen (45) | 5.67 | 579620 | 234 | true | 52 | Sort:Project:Filter:HashAggregate:HashAggregate:Project:SortMergeJoin | 235:236:237:238:239:240:241 | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 4.5 | 0 | 95 | true | 38 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 230 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 57306 | 107 | true | 35:37 | null | null | false |
app-20220209230053-0028 | 1 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1152 | 153 | true | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 75 | false | 51 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 525 | 64 | true | 33 | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 231 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 142 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 212 | false | 33 | null | null | true |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1596 | 208 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 210 | true | null | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 91 | false | 43 | null | null | true |
app-20220209230053-0028 | 24 | WholeStageCodegen (4) | WholeStageCodegen (4) | 2.8 | 2258 | 66 | true | 32 | Filter:ColumnarToRow | 67:68 | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 179 | true | 41 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 79 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 1128383 | 111 | true | 35 | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 1.0 | 0 | 73 | false | 51 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 2.9 | 341 | 128 | true | 34 | Project:Filter:ColumnarToRow | 129:130:131 | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 245 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 24 | false | 48 | null | null | true |
app-20220209230053-0028 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 195 | true | 40 | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 18 | true | 50 | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 4 | false | 53 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 196 | true | null | null | null | false |
app-20220209230053-0028 | 24 | SubqueryBroadcast | null | 3.0 | 1212 | 112 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 1.0 | 0 | 144 | false | 51 | null | null | false |
app-20220209230053-0028 | 23 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 374 | 136 | true | 45:52:51 | null | null | false |
app-20220209230053-0028 | 17 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 4.5 | 0 | 98 | true | 37 | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 216 | true | 32 | null | null | false |
app-20220209230053-0028 | 24 | Execute InsertIntoHadoopFsRelationCommand parquet | null | 3.0 | 0 | 0 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 74225 | 80 | true | 46:52:51 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1596 | 59 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 8.0 | 265322 | 34 | true | 50 | Sort | 35 | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 64 | 161 | true | 52:53 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 84 | false | 46 | null | null | true |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 166 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 138 | true | 45 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 76 | true | null | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 148 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 36854 | 186 | true | 42:44 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (1) | WholeStageCodegen (1) | 2.8 | 3141204 | 108 | true | 35 | Filter:ColumnarToRow | 109:110 | false |
app-20220209230053-0028 | 13 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 168 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (11) | WholeStageCodegen (11) | 8.0 | 7736910 | 78 | true | 51 | Sort | 79 | false |
app-20220209230053-0028 | 24 | ReusedExchange | null | 1.0 | 0 | 27 | false | null | null | null | false |
app-20220209230053-0028 | 24 | SubqueryBroadcast | null | 3.0 | 1183 | 26 | true | null | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 125 | false | 36 | null | null | true |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 20580 | 126 | true | 36 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 525 | 213 | true | 33 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (48) | WholeStageCodegen (48) | 1.0 | 3979 | 159 | false | 53 | HashAggregate | 160 | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 106 | true | 37 | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 205 | true | 39 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 8 | true | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 7 | false | 51 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (14) | WholeStageCodegen (14) | 5.67 | 13085436 | 70 | true | 51 | Sort:Project:Filter:HashAggregate:HashAggregate:Project:SortMergeJoin | 71:72:73:74:75:76:77 | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 145 | false | 51 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 129 | true | null | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 110 | false | 35 | null | null | true |
app-20220209230053-0028 | 24 | WholeStageCodegen (33) | WholeStageCodegen (33) | 8.0 | 1156186 | 169 | true | 52 | Sort | 170 | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 34850 | 41 | true | 47:49 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 32 | false | 31 | null | null | true |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 124 | true | 36 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 10 | true | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 238 | false | 52 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 101 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 71 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1925 | 65 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 23 | true | 48 | null | null | false |
app-20220209230053-0028 | 18 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | SubqueryBroadcast | null | 3.0 | 1183 | 182 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 170 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 45 | true | 47 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 180 | false | 41 | null | null | true |
app-20220209230053-0028 | 24 | HashAggregate | null | 4.5 | 0 | 40 | true | 49 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 73193 | 50 | true | 47 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (40) | WholeStageCodegen (40) | 8.0 | 0 | 232 | true | 52 | Sort | 233 | false |
app-20220209230053-0028 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 198 | true | 40 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 7362 | 25 | true | 48 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 240 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 211 | true | 33 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 121 | true | 37 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (18) | WholeStageCodegen (18) | 8.0 | 5641193 | 149 | true | 51 | Sort | 150 | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 117 | true | 34 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (22) | WholeStageCodegen (22) | 2.9 | 305 | 154 | true | 31 | Project:Filter:ColumnarToRow | 155:156:157 | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 11173 | 140 | true | 45 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastExchange | null | 3.0 | 1206 | 114 | true | null | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 68 | false | 32 | null | null | true |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 156 | true | 31 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 525 | 58 | true | 33 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 220 | true | 52 | null | null | false |
app-20220209230053-0028 | 21 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 174 | true | 44 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 361088 | 85 | true | 46 | null | null | false |
app-20220209230053-0028 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (9) | WholeStageCodegen (9) | 8.0 | 319031 | 13 | true | 51 | Sort | 14 | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 35 | true | 50 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 87 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 99 | false | 37 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 9723 | 92 | true | 43 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 5.76 | 7077480 | 97 | true | 37 | HashAggregate:HashAggregate:HashAggregate:Project:BroadcastHashJoin:Project:SortMergeJoin | 98:99:100:101:102:103:104 | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (22) | WholeStageCodegen (22) | 2.9 | 305 | 29 | true | 31 | Project:Filter:ColumnarToRow | 30:31:32 | false |
app-20220209230053-0028 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 47 | true | 47 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 188 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (12) | WholeStageCodegen (12) | 2.8 | 14372 | 89 | true | 43 | Filter:ColumnarToRow | 90:91 | false |
app-20220209230053-0028 | 24 | SubqueryBroadcast | null | 3.0 | 108 | 201 | true | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 82 | true | null | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 217 | false | 32 | null | null | true |
app-20220209230053-0028 | 24 | Filter | null | 1.0 | 0 | 222 | false | 52 | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 130 | true | 34 | null | null | false |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 11 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 116 | true | null | null | null | false |
app-20220209230053-0028 | 24 | ReusedExchange | null | 1.0 | 0 | 52 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 39 | true | 49 | null | null | false |
app-20220209230053-0028 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 194 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.8 | 27817 | 123 | true | 36 | Filter:ColumnarToRow | 124:125 | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 83 | true | 46 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 164 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 8.0 | 7610479 | 105 | true | 37 | Sort | 106 | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 24920 | 191 | true | 40:42 | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 109 | true | 35 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 103 | true | null | null | null | false |
app-20220209230053-0028 | 20 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 1.0 | 0 | 237 | false | 52 | null | null | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 57 | false | 33 | null | null | true |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 139 | false | 45 | null | null | true |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 131 | false | 34 | null | null | true |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 63 | false | 33 | null | null | true |
app-20220209230053-0028 | 24 | WholeStageCodegen (25) | WholeStageCodegen (25) | 2.8 | 15032 | 178 | true | 41 | Filter:ColumnarToRow | 179:180 | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 206 | false | 39 | null | null | true |
app-20220209230053-0028 | 24 | SortMergeJoin | null | 22.7 | 0 | 77 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 124 | 122 | true | 36:37 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (37) | WholeStageCodegen (37) | 8.0 | 9684161 | 229 | true | 52 | Sort | 230 | false |
app-20220209230053-0028 | 24 | ColumnarToRow | null | 1.0 | 0 | 199 | false | 40 | null | null | true |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 150 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 147 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (24) | WholeStageCodegen (24) | 1.0 | 15386 | 3 | false | 53 | HashAggregate | 4 | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.9 | 548 | 209 | true | 33 | Project:Filter:ColumnarToRow | 210:211:212 | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 287 | 158 | true | 31 | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 74 | false | 51 | null | null | false |
app-20220209230053-0028 | 24 | ReusedExchange | null | 1.0 | 0 | 113 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Subquery | null | 1.0 | 0 | 93 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 152 | 88 | true | 43:52:51 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 135 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 38 | true | null | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 160 | false | 53 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 324 | 132 | true | 34 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (20) | WholeStageCodegen (20) | 8.0 | 5632344 | 151 | true | 51 | Sort | 152 | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 104034 | 200 | true | 40 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (31) | WholeStageCodegen (31) | 8.0 | 280275 | 183 | true | 44 | Sort | 184 | false |
app-20220209230053-0028 | 24 | Exchange | null | 4.2 | 819 | 21 | true | 48:50 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (3) | WholeStageCodegen (3) | 2.9 | 548 | 54 | true | 33 | Project:Filter:ColumnarToRow | 55:56:57 | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 4.5 | 9 | 94 | true | 38 | HashAggregate | 95 | false |
app-20220209230053-0028 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 90 | true | 43 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 31 | 207 | true | 39 | null | null | false |
app-20220209230053-0028 | 24 | ReusedExchange | null | 1.0 | 0 | 185 | false | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 3.92 | 4849898 | 42 | true | 47 | HashAggregate:Project:BroadcastHashJoin:Project:BroadcastHashJoin:Filter:ColumnarToRow | 43:44:45:46:47:48:49 | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 243 | true | 52 | null | null | false |
app-20220209230053-0028 | 24 | HashAggregate | null | 1.0 | 0 | 100 | false | 37 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 197 | true | 40 | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 3.43 | 329696 | 187 | true | 42 | Project:Filter:HashAggregate | 188:189:190 | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 184 | true | 44 | null | null | false |
app-20220209230053-0028 | 24 | Scan parquet | null | 3.0 | 324 | 119 | true | 34 | null | null | false |
app-20220209230053-0028 | 22 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Filter | null | 2.8 | 0 | 56 | true | 33 | null | null | false |
app-20220209230053-0028 | 24 | Sort | null | 8.0 | 0 | 14 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 9 | true | 51 | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 61 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (16) | WholeStageCodegen (16) | 8.0 | 0 | 134 | true | 51 | Sort | 135 | false |
app-20220209230053-0028 | 19 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230053-0028 | 24 | Project | null | 3.0 | 0 | 44 | true | null | null | null | false |
app-20220209230053-0028 | 24 | WholeStageCodegen (44) | WholeStageCodegen (44) | 8.0 | 7091464 | 244 | true | 52 | Sort | 245 | false |
app-20220209230750-0036 | 24 | WholeStageCodegen (19) | WholeStageCodegen (19) | 2.8 | 113485 | 82 | true | 40 | Filter:ColumnarToRow | 83:84 | false |
app-20220209230750-0036 | 24 | Project | null | 3.0 | 0 | 5 | true | null | null | null | false |
app-20220209230750-0036 | 24 | SortMergeJoin | null | 22.7 | 0 | 23 | true | 37 | null | null | false |
app-20220209230750-0036 | 24 | ColumnarToRow | null | 1.0 | 0 | 39 | false | 32 | null | null | true |
app-20220209230750-0036 | 24 | HashAggregate | null | 4.5 | 0 | 57 | true | 41 | null | null | false |
app-20220209230750-0036 | 24 | ColumnarToRow | null | 1.0 | 0 | 90 | false | 31 | null | null | true |
app-20220209230750-0036 | 24 | Filter | null | 2.8 | 0 | 17 | true | 38 | null | null | false |
app-20220209230750-0036 | 24 | Scan parquet | null | 3.0 | 9398 | 53 | true | 33 | null | null | false |
app-20220209230750-0036 | 24 | Scan parquet | null | 3.0 | 8927 | 91 | true | 31 | null | null | false |
app-20220209230750-0036 | 24 | ReusedExchange | null | 1.0 | 0 | 34 | false | null | null | null | false |
app-20220209230750-0036 | 24 | BroadcastHashJoin | null | 5.09 | 0 | 4 | true | 42 | null | null | false |
app-20220209230750-0036 | 24 | BroadcastExchange | null | 3.0 | 1494 | 35 | true | null | null | null | false |
app-20220209230750-0036 | 14 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 24 | Sort | null | 8.0 | 0 | 55 | true | 41 | null | null | false |
app-20220209230750-0036 | 24 | Project | null | 3.0 | 0 | 71 | true | null | null | null | false |
app-20220209230750-0036 | 24 | WholeStageCodegen (11) | WholeStageCodegen (11) | 8.0 | 625159 | 67 | true | 35 | Sort | 68 | false |
app-20220209230750-0036 | 24 | Scan parquet | null | 3.0 | 62819 | 85 | true | 40 | null | null | false |
app-20220209230750-0036 | 11 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 24 | WholeStageCodegen (6) | WholeStageCodegen (6) | 10.07 | 1910905 | 20 | true | 37 | HashAggregate:Project:SortMergeJoin | 21:22:23 | false |
app-20220209230750-0036 | 24 | Filter | null | 1.0 | 0 | 56 | false | 41 | null | null | false |
app-20220209230750-0036 | 24 | SortMergeJoin | null | 22.7 | 0 | 66 | true | 35 | null | null | false |
app-20220209230750-0036 | 24 | Sort | null | 8.0 | 0 | 14 | true | 41 | null | null | false |
app-20220209230750-0036 | 24 | HashAggregate | null | 4.5 | 0 | 61 | true | 39 | null | null | false |
app-20220209230750-0036 | 24 | Sort | null | 8.0 | 0 | 25 | true | 37 | null | null | false |
app-20220209230750-0036 | 24 | Sort | null | 8.0 | 0 | 8 | true | 42 | null | null | false |
app-20220209230750-0036 | 3 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 24 | WholeStageCodegen (14) | WholeStageCodegen (14) | 10.07 | 541305 | 63 | true | 35 | HashAggregate:Project:SortMergeJoin | 64:65:66 | false |
app-20220209230750-0036 | 24 | Project | null | 3.0 | 0 | 22 | true | null | null | null | false |
app-20220209230750-0036 | 24 | ColumnarToRow | null | 1.0 | 0 | 52 | false | 33 | null | null | true |
app-20220209230750-0036 | 24 | WholeStageCodegen (7) | WholeStageCodegen (7) | 3.65 | 356825 | 16 | true | 38 | Filter:HashAggregate | 17:18 | false |
app-20220209230750-0036 | 24 | Filter | null | 2.8 | 0 | 89 | true | 31 | null | null | false |
app-20220209230750-0036 | 15 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 5 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 16 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 24 | WholeStageCodegen (2) | WholeStageCodegen (2) | 3.63 | 404429 | 27 | true | 36 | Project:BroadcastHashJoin:Filter:ColumnarToRow | 28:29:30:31 | false |
app-20220209230750-0036 | 24 | BroadcastExchange | null | 3.0 | 1494 | 41 | true | null | null | null | false |
app-20220209230750-0036 | 24 | Project | null | 3.0 | 0 | 65 | true | null | null | null | false |
app-20220209230750-0036 | 24 | HashAggregate | null | 4.5 | 0 | 21 | true | 37 | null | null | false |
app-20220209230750-0036 | 2 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 24 | Project | null | 3.0 | 0 | 37 | true | null | null | null | false |
app-20220209230750-0036 | 4 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 7 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 24 | WholeStageCodegen (18) | WholeStageCodegen (18) | 8.0 | 438264 | 7 | true | 42 | Sort | 8 | false |
app-20220209230750-0036 | 0 | Execute CreateViewCommand | null | 1.0 | 0 | 0 | false | null | null | null | false |
app-20220209230750-0036 | 24 | Exchange | null | 4.2 | 91525 | 69 | true | 34:35 | null | null | false |
app-20220209230750-0036 | 24 | HashAggregate | null | 4.5 | 0 | 64 | true | 35 | null | null | false |
app-20220209230750-0036 | 24 | WholeStageCodegen (5) | WholeStageCodegen (5) | 8.0 | 1769290 | 47 | true | 37 | Sort | 48 | false |