Repository: reef Updated Branches: refs/heads/master fb93a7ff6 -> f10bbf462
[REEF-1088] Pass through O.A.R.Client to hide unnecessarily public APIs JIRA: [REEF-1088](https://issues.apache.org/jira/browse/REEF-1088) Pull Request: This closes #746 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/f10bbf46 Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/f10bbf46 Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/f10bbf46 Branch: refs/heads/master Commit: f10bbf46209122d2ef972c315d3acdb6cc2d1a9e Parents: fb93a7f Author: Andrew Chung <[email protected]> Authored: Fri Dec 18 13:28:32 2015 -0800 Committer: Markus Weimer <[email protected]> Committed: Fri Dec 18 14:17:29 2015 -0800 ---------------------------------------------------------------------- lang/cs/Org.Apache.REEF.Client/Avro/AvroJobSubmissionParameters.cs | 2 ++ .../Avro/Local/AvroLocalJobSubmissionParameters.cs | 2 ++ .../Avro/YARN/AvroYarnClusterJobSubmissionParameters.cs | 2 ++ .../Avro/YARN/AvroYarnJobSubmissionParameters.cs | 2 ++ 4 files changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/f10bbf46/lang/cs/Org.Apache.REEF.Client/Avro/AvroJobSubmissionParameters.cs ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Client/Avro/AvroJobSubmissionParameters.cs b/lang/cs/Org.Apache.REEF.Client/Avro/AvroJobSubmissionParameters.cs index 6d545a0..96f10e8 100644 --- a/lang/cs/Org.Apache.REEF.Client/Avro/AvroJobSubmissionParameters.cs +++ b/lang/cs/Org.Apache.REEF.Client/Avro/AvroJobSubmissionParameters.cs @@ -18,6 +18,7 @@ */ using System.Runtime.Serialization; +using Org.Apache.REEF.Utilities.Attributes; namespace Org.Apache.REEF.Client.Avro { @@ -25,6 +26,7 @@ namespace Org.Apache.REEF.Client.Avro /// Used to serialize and deserialize Avro record org.apache.reef.reef.bridge.client.avro.AvroJobSubmissionParameters. /// This is a (mostly) auto-generated class. For instructions on how to regenerate, please view the README.md in the same folder. /// </summary> + [Private] [DataContract(Namespace = "org.apache.reef.reef.bridge.client.avro")] public sealed class AvroJobSubmissionParameters { http://git-wip-us.apache.org/repos/asf/reef/blob/f10bbf46/lang/cs/Org.Apache.REEF.Client/Avro/Local/AvroLocalJobSubmissionParameters.cs ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Client/Avro/Local/AvroLocalJobSubmissionParameters.cs b/lang/cs/Org.Apache.REEF.Client/Avro/Local/AvroLocalJobSubmissionParameters.cs index 7010eb0..9f4a906 100644 --- a/lang/cs/Org.Apache.REEF.Client/Avro/Local/AvroLocalJobSubmissionParameters.cs +++ b/lang/cs/Org.Apache.REEF.Client/Avro/Local/AvroLocalJobSubmissionParameters.cs @@ -18,6 +18,7 @@ */ using System.Runtime.Serialization; +using Org.Apache.REEF.Utilities.Attributes; namespace Org.Apache.REEF.Client.Avro.Local { @@ -25,6 +26,7 @@ namespace Org.Apache.REEF.Client.Avro.Local /// Used to serialize and deserialize Avro record org.apache.reef.reef.bridge.client.avro.AvroLocalJobSubmissionParameters. /// This is a (mostly) auto-generated class. For instructions on how to regenerate, please view the README.md in the same folder. /// </summary> + [Private] [DataContract(Namespace = "org.apache.reef.reef.bridge.client.avro")] public sealed class AvroLocalJobSubmissionParameters { http://git-wip-us.apache.org/repos/asf/reef/blob/f10bbf46/lang/cs/Org.Apache.REEF.Client/Avro/YARN/AvroYarnClusterJobSubmissionParameters.cs ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Client/Avro/YARN/AvroYarnClusterJobSubmissionParameters.cs b/lang/cs/Org.Apache.REEF.Client/Avro/YARN/AvroYarnClusterJobSubmissionParameters.cs index 3d09212..25b448c 100644 --- a/lang/cs/Org.Apache.REEF.Client/Avro/YARN/AvroYarnClusterJobSubmissionParameters.cs +++ b/lang/cs/Org.Apache.REEF.Client/Avro/YARN/AvroYarnClusterJobSubmissionParameters.cs @@ -18,6 +18,7 @@ */ using System.Runtime.Serialization; +using Org.Apache.REEF.Utilities.Attributes; namespace Org.Apache.REEF.Client.Avro.YARN { @@ -25,6 +26,7 @@ namespace Org.Apache.REEF.Client.Avro.YARN /// Used to serialize and deserialize Avro record org.apache.reef.reef.bridge.client.avro.AvroYarnClusterJobSubmissionParameters. /// This is a (mostly) auto-generated class. For instructions on how to regenerate, please view the README.md in the same folder. /// </summary> + [Private] [DataContract(Namespace = "org.apache.reef.reef.bridge.client.avro")] public sealed class AvroYarnClusterJobSubmissionParameters { http://git-wip-us.apache.org/repos/asf/reef/blob/f10bbf46/lang/cs/Org.Apache.REEF.Client/Avro/YARN/AvroYarnJobSubmissionParameters.cs ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Client/Avro/YARN/AvroYarnJobSubmissionParameters.cs b/lang/cs/Org.Apache.REEF.Client/Avro/YARN/AvroYarnJobSubmissionParameters.cs index 3e966ec..783b9d5 100644 --- a/lang/cs/Org.Apache.REEF.Client/Avro/YARN/AvroYarnJobSubmissionParameters.cs +++ b/lang/cs/Org.Apache.REEF.Client/Avro/YARN/AvroYarnJobSubmissionParameters.cs @@ -18,6 +18,7 @@ */ using System.Runtime.Serialization; +using Org.Apache.REEF.Utilities.Attributes; namespace Org.Apache.REEF.Client.Avro.YARN { @@ -25,6 +26,7 @@ namespace Org.Apache.REEF.Client.Avro.YARN /// Used to serialize and deserialize Avro record org.apache.reef.reef.bridge.client.avro.AvroYarnJobSubmissionParameters. /// This is a (mostly) auto-generated class. For instructions on how to regenerate, please view the README.md in the same folder. /// </summary> + [Private] [DataContract(Namespace = "org.apache.reef.reef.bridge.client.avro")] public sealed class AvroYarnJobSubmissionParameters {
