@@ -23,10 +23,18 @@ export default {
2323 kyuubi_instance : 'Kyuubi Instance' ,
2424 session_id : 'Session ID' ,
2525 operation_id : 'Operation ID' ,
26+ batch_id : 'Batch ID' ,
27+ batch_name : 'Batch Name' ,
28+ batch_type : 'Batch Type' ,
2629 create_time : 'Create Time' ,
30+ end_time : 'End Time' ,
2731 start_time : 'State Time' ,
2832 complete_time : 'Completed Time' ,
2933 state : 'State' ,
34+ app_id : 'Application ID' ,
35+ app_url : 'Application URL' ,
36+ app_state : 'Application State' ,
37+ app_diagnostic : 'Application Diagnostic' ,
3038 duration : 'Duration' ,
3139 statement : 'Statement' ,
3240 engine_address : 'Engine Address' ,
@@ -39,6 +47,11 @@ export default {
3947 session_properties : 'Session Properties' ,
4048 no_data : 'No data' ,
4149 no_log : 'No log' ,
50+ follow : 'Follow' ,
51+ refresh : 'Refresh' ,
52+ log_truncated : 'Only the latest {count} lines are shown' ,
53+ previous : 'Previous' ,
54+ next : 'Next' ,
4255 run_sql_tips : 'Run a SQL to get result' ,
4356 result : 'Result' ,
4457 log : 'Log' ,
@@ -60,7 +73,9 @@ export default {
6073 cancel_succeeded : 'Cancel {name} Succeeded' ,
6174 cancel_failed : 'Cancel {name} Failed' ,
6275 run_sql_failed : 'Run SQL Failed' ,
76+ get_batches_failed : 'Get Batches Failed' ,
6377 get_sql_log_failed : 'Get SQL Log Failed' ,
78+ get_batch_log_failed : 'Get Batch Log Failed' ,
6479 get_sql_result_failed : 'Get SQL Result Failed' ,
6580 get_sql_metadata_failed : 'Get SQL Metadata Failed'
6681 }
0 commit comments