Thanks Steve
On Wed, May 31, 2017 at 4:18 AM, Steve Loughran
wrote:
> see also
>
> https://github.com/apache/hadoop/blob/trunk/hadoop-
> tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md
>
>
> On 26 May 2017, at 23:22, Vasu Kulkarni wrote:
>
> Thanks Liu
>
> On Fri, May 26, 2017 at
see also
https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md
On 26 May 2017, at 23:22, Vasu Kulkarni
mailto:vakul...@redhat.com>> wrote:
Thanks Liu
On Fri, May 26, 2017 at 2:42 PM, Mingliang Liu
mailto:lium...@apache.org>> wrote:
Thanks Liu
On Fri, May 26, 2017 at 2:42 PM, Mingliang Liu wrote:
> Hi,
>
> Many tests of S3A have been moved to “integration tests”, whose names start
> with “ITestS3A”. Moreover, the phase of Maven for those tests are “verify”
> instead of “test” now.
>
> So, you can specify the "mvn -Dit.test=‘
Hi,
Many tests of S3A have been moved to “integration tests”, whose names start
with “ITestS3A”. Moreover, the phase of Maven for those tests are “verify”
instead of “test” now.
So, you can specify the "mvn -Dit.test=‘ITestS3A*’ verify" for integration
tests (and unit tests). “mvn test” will
Sorry resending because i had problems with group subscribe
Hi,
I am trying to run hadoop s3a unit tests on 2.8.0 release(using ceph
radosgw), I notice that many tests that ran in 2.7.3 have been
skipped in 2.8.0 hadoop release,
I am following the configuration options from here that worked here