unsubscribe
On 1/19/16, 9:21 AM, "ASF GitHub Bot (JIRA)" <[email protected]> wrote: > > [ >https://issues.apache.org/jira/browse/APEXCORE-304?page=com.atlassian.jira >.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15106782#c >omment-15106782 ] > >ASF GitHub Bot commented on APEXCORE-304: >----------------------------------------- > >Github user chinmaykolhatkar commented on a diff in the pull request: > > >https://github.com/apache/incubator-apex-core/pull/208#discussion_r5011653 >6 > > --- Diff: >engine/src/main/java/com/datatorrent/stram/StramLocalCluster.java --- > @@ -318,6 +329,18 @@ public StramLocalCluster(LogicalPlan dag) throws >IOException, ClassNotFoundExcep > } > } > > + private void addToClasspath(String jar) > --- End diff -- > > @vrozov Moved that common code that should be done only once to >caller of this method. > > >> Ability to add jars to classpath in populateDAG >> ----------------------------------------------- >> >> Key: APEXCORE-304 >> URL: https://issues.apache.org/jira/browse/APEXCORE-304 >> Project: Apache Apex Core >> Issue Type: Improvement >> Reporter: Chinmay Kolhatkar >> Assignee: Chinmay Kolhatkar >> >> This will have following functionality: >> 1) In populateDAG one would be allowed to add given local jar path to >>classpath of the application. >> 2) Optionally delete the given jar file after copying to HDFS is done. > > > >-- >This message was sent by Atlassian JIRA >(v6.3.4#6332) ________________________________________________________ The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates and may only be used solely in performance of work or services for Capital One. The information transmitted herewith is intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.
