Revision a2102c81ee10527cae2ed675f50de3a1972a4cce authored by 07ARB on 04 December 2019, 18:33:43 UTC, committed by Sean Owen on 04 December 2019, 18:33:43 UTC
### What changes were proposed in this pull request?
Adding tooltip to SQL tab for better usability.

### Why are the changes needed?
There are a few common points of confusion in the UI that could be clarified with tooltips. We
 should add tooltips to explain.

### Does this PR introduce any user-facing change?
yes.
![Screenshot 2019-11-23 at 9 47 41 AM](https://user-images.githubusercontent.com/8948111/69472963-aaec5980-0dd6-11ea-881a-fe6266171054.png)

### How was this patch tested?
Manual test.

Closes #26641 from 07ARB/SPARK-29453.

Authored-by: 07ARB <ankitrajboudh@gmail.com>
Signed-off-by: Sean Owen <sean.owen@databricks.com>
1 parent 710ddab
History
File Mode Size
beeline -rwxr-xr-x 1.1 KB
beeline.cmd -rw-r--r-- 1.0 KB
docker-image-tool.sh -rwxr-xr-x 9.3 KB
find-spark-home -rwxr-xr-x 1.9 KB
find-spark-home.cmd -rw-r--r-- 2.6 KB
load-spark-env.cmd -rw-r--r-- 2.4 KB
load-spark-env.sh -rw-r--r-- 2.5 KB
pyspark -rwxr-xr-x 2.6 KB
pyspark.cmd -rw-r--r-- 1.1 KB
pyspark2.cmd -rw-r--r-- 1.5 KB
run-example -rwxr-xr-x 1.0 KB
run-example.cmd -rw-r--r-- 1.2 KB
spark-class -rwxr-xr-x 3.5 KB
spark-class.cmd -rw-r--r-- 1.1 KB
spark-class2.cmd -rw-r--r-- 2.7 KB
spark-shell -rwxr-xr-x 3.0 KB
spark-shell.cmd -rw-r--r-- 1.1 KB
spark-shell2.cmd -rw-r--r-- 1.7 KB
spark-sql -rwxr-xr-x 1.0 KB
spark-sql.cmd -rw-r--r-- 1.1 KB
spark-sql2.cmd -rw-r--r-- 1.1 KB
spark-submit -rwxr-xr-x 1.0 KB
spark-submit.cmd -rw-r--r-- 1.1 KB
spark-submit2.cmd -rw-r--r-- 1.1 KB
sparkR -rwxr-xr-x 1.0 KB
sparkR.cmd -rw-r--r-- 1.1 KB
sparkR2.cmd -rw-r--r-- 1.0 KB

back to top