[ https://issues.apache.org/jira/browse/PIG-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13748906#comment-13748906 ]
Annie Lin commented on PIG-3437: -------------------------------- using pig trunk workspace and run e2e test using hadoop23 on CI, it failed due to hadoop23.res not found, can someone point me where I can get this file? In test_harness.pl my $harnessRes = ""; if (defined($ENV{'HARNESS_RESOURCE'})) { $harnessRes = $ENV{'HARNESS_RESOURCE'}; } elsif($^O =~ /mswin/i) { $harnessRes = "$ROOT/resource/windows.res"; } elsif ($globalCfg->{'hadoopversion'} == '23') { $harnessRes = "$ROOT/resource/hadoop23.res"; <===================== } else { $harnessRes = "$ROOT/resource/default.res"; } below is error in console log from jenkins: [exec] FATAL ERROR ./test_harness.pl at 179: Can't open ./resource/hadoop23.res, No such file or directory thanks, Annie > Error while running e2e test: "Can't open ./resource/hadoop23.res, No such > file or directory " coming from test_harness.pl line #179 > ------------------------------------------------------------------------------------------------------------------------------------- > > Key: PIG-3437 > URL: https://issues.apache.org/jira/browse/PIG-3437 > Project: Pig > Issue Type: Bug > Components: e2e harness > Reporter: Annie Lin > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira