-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests involving Hadoop/Accumulo do not work on Windows #2717
Labels
enhancement
Improvement to existing functionality/feature
Milestone
Comments
GCHQDeveloper314
added
the
enhancement
Improvement to existing functionality/feature
label
Jul 22, 2022
lb324567
added a commit
that referenced
this issue
Sep 12, 2022
…ffer into gh-2717-tests-failing-on-windows
lb324567
added a commit
that referenced
this issue
Sep 14, 2022
…ffer into gh-2717-tests-failing-on-windows
lb324567
added a commit
that referenced
this issue
Sep 14, 2022
…ffer into gh-2717-tests-failing-on-windows
lb324567
added a commit
that referenced
this issue
Sep 15, 2022
…ffer into gh-2717-tests-failing-on-windows
lb324567
added a commit
that referenced
this issue
Sep 15, 2022
…/gchq/Gaffer into gh-2717-tests-failing-on-windows
lb324567
added a commit
that referenced
this issue
Sep 15, 2022
…/gchq/Gaffer into gh-2717-tests-failing-on-windows
lb324567
added a commit
that referenced
this issue
Sep 29, 2022
…ffer into gh-2717-tests-failing-on-windows
lb324567
added a commit
that referenced
this issue
Sep 29, 2022
…ffer into gh-2717-tests-failing-on-windows
lb324567
added a commit
that referenced
this issue
Oct 3, 2022
…/gchq/Gaffer into gh-2717-tests-failing-on-windows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While looking at #2591 it was discovered that tests involving Hadoop/Accumulo do not work on Windows.
For Hadoop "Native IO is mandatory on Windows and without it you will not be able to get your installation working" (from Hadoop Wiki). This involves installing Hadoop libraries, setting the
HADOOP_HOME
environment variable and compiling and installing Native IO for windows. The Hadoop Native IO libraries for Windows are not distributed by Apache and must either be built from source or downloaded from a 3rd party.Due to the above situation with Hadoop, all modules which have a test dependency on Hadoop fail to run tests on Windows. This includes at least
hdfs-library
,accumulo-store
,accumulo-rest
(plus most other rest modules),flink-library
and allspark
modules.In addition there is what could be a separate problem with flink and JUnit where a temp directory cannot be deleted.
There's also a potential path problem with path path processing in
common-rest
which may just be linked to Hadoop:The text was updated successfully, but these errors were encountered: