[
https://issues.apache.org/jira/browse/RYA-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033824#comment-16033824
]
ASF GitHub Bot commented on RYA-285:
------------------------------------
Github user kchilton2 commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/163#discussion_r119745206
--- Diff:
dao/accumulo.rya/src/test/java/org/apache/rya/accumulo/MiniAccumuloClusterInstance.java
---
@@ -76,6 +80,34 @@ public void stopMiniAccumulo() throws IOException,
InterruptedException {
}
/**
+ * Copies the HADOOP_HOME bin directory to the {@link
MiniAccumuloCluster} temp directory.
+ * {@link MiniAccumuloCluster} expects to find bin/winutils.exe in the
MAC temp
+ * directory instead of HADOOP_HOME for some reason.
+ * @throws IOException
+ */
+ private static void copyHadoopHomeToTemp() throws IOException {
--- End diff --
So, this isn't the only class that spins up a Mini Accumulo. I think all of
the Fluo tests are using a recipe that Fluo puts out, and that also uses Mini
Accumulo. Do all of those tests pass on Windows also?
> Fix MiniAccumuloClusterInstance on Windows
> ------------------------------------------
>
> Key: RYA-285
> URL: https://issues.apache.org/jira/browse/RYA-285
> Project: Rya
> Issue Type: Bug
> Components: dao
> Affects Versions: 3.2.10
> Reporter: Eric White
> Assignee: Eric White
> Priority: Minor
> Fix For: 3.2.10
>
>
> Integration tests run from Eclipse on Windows fail if they use
> MiniAccumuloClusterInstance.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)