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

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

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

    https://github.com/apache/flink/pull/5580#discussion_r176658632
  
    --- Diff: flink-end-to-end-tests/pom.xml ---
    @@ -78,6 +78,27 @@ under the License.
                                                        </includes>
                                                </configuration>
                                        </execution>
    +                                   <execution>
    +                                           
<id>DistributedCacheViaBlobTestProgram</id>
    +                                           <phase>package</phase>
    +                                           <goals>
    +                                                   <goal>jar</goal>
    +                                           </goals>
    +                                           <configuration>
    +                                                   
<classifier>DistributedCacheViaBlobTestProgram</classifier>
    +
    +                                                   <archive>
    +                                                           
<manifestEntries>
    +                                                                   
<program-class>org.apache.flink.streaming.tests.DistributedCacheViaBlobTestProgram</program-class>
    +                                                           
</manifestEntries>
    +                                                   </archive>
    +
    +                                                   <includes>
    +                                                           
<include>org/apache/flink/streaming/tests/DistributedCacheViaBlobTestProgram.class</include>
    --- End diff --
    
    This can use wildcards, no? 
`org/apache/flink/streaming/tests/DistributedCacheViaBlobTestProgram* `


> Enable shipping custom artifacts to BlobStore and accessing them through 
> DistributedCache
> -----------------------------------------------------------------------------------------
>
>                 Key: FLINK-8620
>                 URL: https://issues.apache.org/jira/browse/FLINK-8620
>             Project: Flink
>          Issue Type: New Feature
>            Reporter: Dawid Wysakowicz
>            Assignee: Dawid Wysakowicz
>            Priority: Major
>
> We should be able to distribute custom files to taskmanagers. To do that we 
> can store those files in BlobStore and later on access them in TaskManagers 
> through DistributedCache.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to