You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by js...@apache.org on 2019/10/31 02:48:01 UTC

[incubator-livy] branch master updated: [MINOR][DOC] Add missing session kind in UI

This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git


The following commit(s) were added to refs/heads/master by this push:
     new c7313c5  [MINOR][DOC] Add missing session kind in UI
c7313c5 is described below

commit c7313c5648c63089413464b47f33c9749dbabb20
Author: Yishuang Lu <lu...@gmail.com>
AuthorDate: Thu Oct 31 10:47:46 2019 +0800

    [MINOR][DOC] Add missing session kind in UI
    
    ## What changes were proposed in this pull request?
    
    Add missing session kind in UI
    
    ## How was this patch tested?
    
    No need to test
    
    Author: Yishuang Lu <lu...@gmail.com>
    
    Closes #248 from lys0716/dev-1.
---
 .../org/apache/livy/server/ui/static/html/sessions-table.html         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/src/main/resources/org/apache/livy/server/ui/static/html/sessions-table.html b/server/src/main/resources/org/apache/livy/server/ui/static/html/sessions-table.html
index d832e07..6818f76 100644
--- a/server/src/main/resources/org/apache/livy/server/ui/static/html/sessions-table.html
+++ b/server/src/main/resources/org/apache/livy/server/ui/static/html/sessions-table.html
@@ -52,7 +52,7 @@
     </th>
     <th>
       <span data-toggle="tooltip"
-            title="Session kind (spark, pyspark, pyspark3, or sparkr)">
+            title="Session kind (spark, pyspark, pyspark3, sparkr or sql)">
         Session Kind
       </span>
     </th>
@@ -72,4 +72,4 @@
   </thead>
   <tbody class="sessions-table-body">
   </tbody>
-</table>
\ No newline at end of file
+</table>