You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/13 14:17:20 UTC

[jira] [Commented] (FLINK-3666) Remove Nephele references

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

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

GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/2241

    [FLINK-3666] Remove all remaining Nephele references

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zentol/flink 3666_bye_bye_nephele

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2241.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2241
    
----
commit f1d22ed2bfb2b4ec62a1ee86c201a40a0fa97573
Author: zentol <ch...@apache.org>
Date:   2016-07-13T14:15:28Z

    [FLINK-3666] Remove all remaining Nephele references

----


> Remove Nephele references
> -------------------------
>
>                 Key: FLINK-3666
>                 URL: https://issues.apache.org/jira/browse/FLINK-3666
>             Project: Flink
>          Issue Type: Improvement
>          Components: Documentation
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Trivial
>
> There still exist a few references to nephele which should be removed:
> {code}
> flink\docs\setup\local_setup.md:
>    79  $ tail log/flink-*-jobmanager-*.log
>    80  INFO ... - Initializing memory manager with 409 megabytes of memory
>    81: INFO ... - Trying to load org.apache.flinknephele.jobmanager.scheduler.local.LocalScheduler as scheduler
>    82  INFO ... - Setting up web info server, using web-root directory ...
>    83: INFO ... - Web info server will display information about nephele job-manager on localhost, port 8081.
>    84  INFO ... - Starting web info server for JobManager on port 8081
>    85  ~~~
>    ..
>   118  $ cd flink
>   119  $ bin/start-local.sh
>   120: Starting Nephele job manager
>   121  ~~~
> {code}
> {code}
> flink\flink-runtime\src\main\java\org\apache\flink\runtime\operators\TaskContext.java:
>    70: 	AbstractInvokable getOwningNepheleTask();
> {code}
> {code}
> flink\flink-runtime\src\main\java\org\apache\flink\runtime\operators\BatchTask.java:
>  1149  	 * @param message The main message for the log.
>  1150  	 * @param taskName The name of the task.
>  1151: 	 * @param parent The nephele task that contains the code producing the message.
>  1152  	 *
>  1153  	 * @return The string for logging.
>  ....
>  1254  	 */
>  1255  	@SuppressWarnings("unchecked")
>  1256: 	public static <T> Collector<T> initOutputs(AbstractInvokable nepheleTask, ClassLoader cl, TaskConfig config,
>  1257  										List<ChainedDriver<?, ?>> chainedTasksTarget,
>  1258  										List<RecordWriter<?>> eventualOutputs,
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)