Repository: incubator-slider Updated Branches: refs/heads/feature/SLIDER-531-registry-enhancements b0c222430 -> 64836e835
SLIDER-531 -keep in sync with latest YARN changes Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/a4d156b4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/a4d156b4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/a4d156b4 Branch: refs/heads/feature/SLIDER-531-registry-enhancements Commit: a4d156b41131cd8d8deb97b31db11e93d01bb79d Parents: b0c2224 Author: Steve Loughran <[email protected]> Authored: Mon Oct 27 17:57:25 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Mon Oct 27 17:57:45 2014 +0000 ---------------------------------------------------------------------- .../server/appmaster/web/rest/registry/PathEntryMarshalling.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a4d156b4/slider-core/src/test/groovy/org/apache/slider/server/appmaster/web/rest/registry/PathEntryMarshalling.groovy ---------------------------------------------------------------------- diff --git a/slider-core/src/test/groovy/org/apache/slider/server/appmaster/web/rest/registry/PathEntryMarshalling.groovy b/slider-core/src/test/groovy/org/apache/slider/server/appmaster/web/rest/registry/PathEntryMarshalling.groovy index 937bebf..5f987c2 100644 --- a/slider-core/src/test/groovy/org/apache/slider/server/appmaster/web/rest/registry/PathEntryMarshalling.groovy +++ b/slider-core/src/test/groovy/org/apache/slider/server/appmaster/web/rest/registry/PathEntryMarshalling.groovy @@ -23,6 +23,6 @@ import org.apache.hadoop.registry.client.binding.JsonSerDeser class PathEntryMarshalling extends JsonSerDeser<PathEntryResource> { public PathEntryMarshalling() { - super(PathEntryResource.class, new byte[0]); + super(PathEntryResource.class); } } \ No newline at end of file
