[
https://issues.apache.org/jira/browse/HADOOP-15740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16611070#comment-16611070
]
Da Zhou edited comment on HADOOP-15740 at 9/11/18 8:19 PM:
-----------------------------------------------------------
+1. If this is your first time to run tests, you might want to follow below
steps:
1. Go to Hadoop project root dir, and run:
{code:java}
mvn clean install -DskipTests
{code}
Without installing first, you might meet some "unknown schema: abfs" exception
when running tests.
2. Go to Hadoop Azure module dir, run:
{code:java}
mvn -T 1C -Dparallel-tests-abfs -Dscale -DtestsThreadCount=8 clean verify
{code}
was (Author: danielzhou):
+1. If this is your first time to run tests, you might want to follow below
steps:
1. got to Hadoop root dir, and run:
{code:java}
mvn clean install -DskipTests
{code}
Without installing first, you might meet some "unknown schema: abfs" exception
when running tests.
2. got to hadoop azure dir, run:
{code:java}
mvn -T 1C -Dparallel-tests-abfs -Dscale -DtestsThreadCount=8 clean verify
{code}
> ABFS: Check variable names during initialization of
> AbfsClientThrottlingIntercept
> ----------------------------------------------------------------------------------
>
> Key: HADOOP-15740
> URL: https://issues.apache.org/jira/browse/HADOOP-15740
> Project: Hadoop Common
> Issue Type: Sub-task
> Reporter: Sneha Varma
> Assignee: Sneha Varma
> Priority: Minor
> Attachments: HADOOP-15740-HADOOP-15407-001.patch
>
>
> In the initializeSingleton function of the AbfsClientThrottlingIntercept the
> local variable name is same as global variable isAutoThrottlingEnabled
> because of which the global isAutoThrottlingEnabled is not being set to true.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]