You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Arun Ravi M V (Jira)" <ji...@apache.org> on 2020/03/04 08:46:00 UTC

[jira] [Created] (HADOOP-16903) fs.azure.user.agent.prefix adds customisation as suffix.

Arun Ravi M V created HADOOP-16903:
--------------------------------------

             Summary: fs.azure.user.agent.prefix adds customisation as suffix.
                 Key: HADOOP-16903
                 URL: https://issues.apache.org/jira/browse/HADOOP-16903
             Project: Hadoop Common
          Issue Type: Improvement
          Components: fs/azure
    Affects Versions: 3.2.0
            Reporter: Arun Ravi M V


Setting fs.azure.user.agent.prefix adds customization as suffix

eg: when I set `fs.azure.user.agent.prefix` to my email the user agent value is 
Azure Blob FS/1.0 (DBFS) (JavaJRE 1.8.0_232; Linux 4.15.0-1050-azure; SunJSSE-1.8) arunravimv@gmail.com
 I believe this is inconsistent with the similar setting in AWS S3 fs.s3a.user.agent.prefix where the customization is added as a prefix. I believe that it would be great if we make this consistent with configuration name.

 

The proposed change is to fix the AbfsClient.initializeUserAgent.

 

We use a user agent information available in cloud service logs for extended tracking. 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org