fixed https://issues.apache.org/jira/browse/IGNITE-2035
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7fc6d812 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/7fc6d812 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/7fc6d812 Branch: refs/heads/ignite-1537 Commit: 7fc6d812f4f94d987f0d2d92182ff85cbb7807f6 Parents: 1bc1373 Author: Yakov Zhdanov <[email protected]> Authored: Thu Dec 10 20:14:28 2015 +0300 Committer: Yakov Zhdanov <[email protected]> Committed: Thu Dec 10 20:14:28 2015 +0300 ---------------------------------------------------------------------- .../computegrid/ComputeClientBinaryTaskExecutionExample.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/7fc6d812/examples/src/main/java/org/apache/ignite/examples/binary/computegrid/ComputeClientBinaryTaskExecutionExample.java ---------------------------------------------------------------------- diff --git a/examples/src/main/java/org/apache/ignite/examples/binary/computegrid/ComputeClientBinaryTaskExecutionExample.java b/examples/src/main/java/org/apache/ignite/examples/binary/computegrid/ComputeClientBinaryTaskExecutionExample.java index 49f254a..d839c96 100644 --- a/examples/src/main/java/org/apache/ignite/examples/binary/computegrid/ComputeClientBinaryTaskExecutionExample.java +++ b/examples/src/main/java/org/apache/ignite/examples/binary/computegrid/ComputeClientBinaryTaskExecutionExample.java @@ -34,8 +34,8 @@ import org.apache.ignite.binary.BinaryObject; * Since these objects are never deserialized on remote nodes, classes are not required on classpath * of these nodes. * <p> - * Remote nodes should always be started with special configuration file which - * enables the binary marshaller: {@code 'ignite.{sh|bat} examples/config/binary/example-ignite-binary.xml'}. + * Remote nodes should always be started with the following command: + * {@code 'ignite.{sh|bat} examples/config/example-ignite.xml'}. * <p> * Alternatively you can run {@link org.apache.ignite.examples.ExampleNodeStartup} in another JVM which will * start a node with {@code examples/config/example-ignite.xml} configuration.
