[ 
https://issues.apache.org/jira/browse/FLINK-6514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007669#comment-16007669
 ] 

ASF GitHub Bot commented on FLINK-6514:
---------------------------------------

Github user aljoscha commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3877#discussion_r116157591
  
    --- Diff: flink-shaded-hadoop/flink-shaded-hadoop2-uber/pom.xml ---
    @@ -0,0 +1,129 @@
    +<?xml version="1.0" encoding="UTF-8"?>
    +<!--
    +Licensed to the Apache Software Foundation (ASF) under one
    +or more contributor license agreements.  See the NOTICE file
    +distributed with this work for additional information
    +regarding copyright ownership.  The ASF licenses this file
    +to you under the Apache License, Version 2.0 (the
    +"License"); you may not use this file except in compliance
    +with the License.  You may obtain a copy of the License at
    +
    +  http://www.apache.org/licenses/LICENSE-2.0
    +
    +Unless required by applicable law or agreed to in writing,
    +software distributed under the License is distributed on an
    +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    +KIND, either express or implied.  See the License for the
    +specific language governing permissions and limitations
    +under the License.
    +-->
    +
    +<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    +   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
    +
    +   <modelVersion>4.0.0</modelVersion>
    +
    +   <parent>
    +           <groupId>org.apache.flink</groupId>
    +           <artifactId>flink-shaded-hadoop</artifactId>
    +           <version>1.4-SNAPSHOT</version>
    +           <relativePath>..</relativePath>
    +   </parent>
    +
    +   <artifactId>flink-shaded-hadoop2-uber</artifactId>
    +   <name>flink-shaded-hadoop2-uber</name>
    +
    +   <packaging>jar</packaging>
    +
    +   <!--
    +           the only dependency if the 'flink-shaded-hadoop2' artifact, out
    --- End diff --
    
    Typo: "dependency is the ..."


> Cannot start Flink Cluster in standalone mode
> ---------------------------------------------
>
>                 Key: FLINK-6514
>                 URL: https://issues.apache.org/jira/browse/FLINK-6514
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System, Cluster Management
>            Reporter: Aljoscha Krettek
>            Assignee: Stephan Ewen
>            Priority: Blocker
>             Fix For: 1.3.0
>
>
> The changes introduced for FLINK-5998 change what goes into the 
> {{flink-dost}} fat jar. As it is, this means that trying to start a cluster 
> results in a {{ClassNotFoundException}} of {{LogFactory}} in 
> {{commons-logging}}.
> One solution is to now make the shaded Hadoop jar a proper fat-jar, so that 
> we again have all the dependencies.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to