You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rya.apache.org by pu...@apache.org on 2016/05/12 16:38:36 UTC

[2/2] incubator-rya git commit: fix to set column visibility and value as the input format will read these now

fix to set column visibility and value as the input format will read these now


Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/787c4305
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/787c4305
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/787c4305

Branch: refs/heads/develop
Commit: 787c430500822bd699c6087e6a6f92c70f7bf8de
Parents: 0bdc86f
Author: jej2003 <je...@gmail.com>
Authored: Thu Apr 7 09:57:14 2016 -0400
Committer: pujav65 <pu...@gmail.com>
Committed: Thu May 12 11:46:15 2016 -0400

----------------------------------------------------------------------
 .../src/test/java/mvm/rya/accumulo/mr/RyaInputFormatTest.java      | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/787c4305/dao/accumulo.rya/src/test/java/mvm/rya/accumulo/mr/RyaInputFormatTest.java
----------------------------------------------------------------------
diff --git a/dao/accumulo.rya/src/test/java/mvm/rya/accumulo/mr/RyaInputFormatTest.java b/dao/accumulo.rya/src/test/java/mvm/rya/accumulo/mr/RyaInputFormatTest.java
index 0e03fe3..1e74e7c 100644
--- a/dao/accumulo.rya/src/test/java/mvm/rya/accumulo/mr/RyaInputFormatTest.java
+++ b/dao/accumulo.rya/src/test/java/mvm/rya/accumulo/mr/RyaInputFormatTest.java
@@ -97,6 +97,8 @@ public class RyaInputFormatTest {
             .setSubject(new RyaURI("http://www.google.com"))
             .setPredicate(new RyaURI("http://some_other_uri"))
             .setObject(new RyaURI("http://www.yahoo.com"))
+            .setColumnVisibility(new byte[0])
+            .setValue(new byte[0])
             .build();
 
         apiImpl.add(input);