You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/01/09 15:18:20 UTC

[knox] branch master updated: KNOX-1733 - Spark History UI Version is Not Correct in the XML

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

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 67e6e9d  KNOX-1733 - Spark History UI Version is Not Correct in the XML
67e6e9d is described below

commit 67e6e9d165ddf92ad41072da9141b92210cf0543
Author: Billy Watson <wi...@gmail.com>
AuthorDate: Wed Jan 9 09:50:08 2019 -0500

    KNOX-1733 - Spark History UI Version is Not Correct in the XML
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 .../src/main/resources/services/sparkhistoryui/2.3.0/service.xml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gateway-service-definitions/src/main/resources/services/sparkhistoryui/2.3.0/service.xml b/gateway-service-definitions/src/main/resources/services/sparkhistoryui/2.3.0/service.xml
index 2468b6c..0ff40b3 100644
--- a/gateway-service-definitions/src/main/resources/services/sparkhistoryui/2.3.0/service.xml
+++ b/gateway-service-definitions/src/main/resources/services/sparkhistoryui/2.3.0/service.xml
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<service role="SPARKHISTORYUI" name="sparkhistory" version="1.4.0">
+<service role="SPARKHISTORYUI" name="sparkhistory" version="2.3.0">
     <routes>
         <route path="/sparkhistory/">
             <rewrite apply="SPARKHISTORYUI/sparkhistory/outbound/rqheaders" to="request.headers"/>