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 "Steve Loughran (Jira)" <ji...@apache.org> on 2020/03/04 09:55:00 UTC

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

    [ https://issues.apache.org/jira/browse/HADOOP-16903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17051056#comment-17051056 ] 

Steve Loughran commented on HADOOP-16903:
-----------------------------------------

FWIW we've been looking at whether we are getting the s3a US right and if we should change it to embed information more in accordance with what's in the HTTP spec.

*we can't change the current layout as existing applications which parse logs will break*

That holds for abfs as well as s3a. All we can do is add the ability to add extra information through more opts

> 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
>            Priority: Minor
>
> 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