| commit | aa96e31807f5e384b5475ab6a017ca006790c46d | [log] [tgz] | 
|---|---|---|
| author | Jeff Zhang <zjffdu@apache.org> | Thu Jul 01 18:00:33 2021 +0800 | 
| committer | Jeff Zhang <zjffdu@apache.org> | Thu Aug 05 10:21:43 2021 +0800 | 
| tree | 38e10876149472daf9952ff4cdf47a23d7db3406 | |
| parent | 470ba4533930f2eec1770d491a2fe34fbb2f3c47 [diff] | 
[ZEPPELIN-5439] Improve the logic of extract hive job url in JdbcInterpreter ### What is this PR for? Previously we extract hive job url from hive jdbc job log, but it seems the in the latest hive, there's no job url info in log. This PR is use another approach to do that, we use the paragraphId as the hive job yarn tag, after hive sql execution is started, we look at the yarn app that has this tag. ### What type of PR is it? [Improvement] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-5439 ### How should this be tested? * CI pass ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang <zjffdu@apache.org> Closes #4166 from zjffdu/ZEPPELIN-5439 and squashes the following commits: c88c528299 [Jeff Zhang] [ZEPPELIN-5439] Improve the logic of extract hive job url in JdbcInterpreter
Documentation: User Guide
 Mailing Lists: User and Dev mailing list
 Continuous Integration:  
 
 
 Contributing: Contribution Guide
 Issue Tracker: Jira
 License: Apache 2.0
Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
Core features:
To know more about Zeppelin, visit our web site https://zeppelin.apache.org
Please go to install to install Apache Zeppelin from binary package.
Please check Build from source to build Zeppelin from source.