[jira] [Commented] (HUDI-1148) Revisit log messages seen when wiriting or reading through Hudi

2021-06-12 Thread Vinay (Jira)


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

Vinay commented on HUDI-1148:
-

Fixed - f3d7b49bfea0630dcf488c087755485d8d088270

> Revisit log messages seen when wiriting or reading through Hudi
> ---
>
> Key: HUDI-1148
> URL: https://issues.apache.org/jira/browse/HUDI-1148
> Project: Apache Hudi
>  Issue Type: Improvement
>  Components: Writer Core
>Affects Versions: 0.9.0
>Reporter: Balaji Varadarajan
>Assignee: Vinay
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 0.9.0
>
>
> [https://github.com/apache/hudi/issues/1906]
>  
> Some of these Log messages can be made debug. We need to generally see the 
> verbosity of log messages when running hudi operations.



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


[jira] [Commented] (HUDI-1148) Revisit log messages seen when wiriting or reading through Hudi

2021-06-02 Thread Vinay (Jira)


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

Vinay commented on HUDI-1148:
-

[~vbalaji] I can take a look at this, looking at the code we printing the 
entire hadoop conf

```

LOG.info(String.format("Hadoop Configuration: fs.defaultFS: [%s], Config:[%s], 
FileSystem: [%s]",
 conf.getRaw("fs.defaultFS"), conf.toString(), fs.toString()));

```

Will make this a debug log. Also, will check the logs while running with 
HudiDeltaStreamer and writing to CoW/MoR table

> Revisit log messages seen when wiriting or reading through Hudi
> ---
>
> Key: HUDI-1148
> URL: https://issues.apache.org/jira/browse/HUDI-1148
> Project: Apache Hudi
>  Issue Type: Improvement
>  Components: Writer Core
>Affects Versions: 0.9.0
>Reporter: Balaji Varadarajan
>Assignee: Vinay
>Priority: Minor
> Fix For: 0.9.0
>
>
> [https://github.com/apache/hudi/issues/1906]
>  
> Some of these Log messages can be made debug. We need to generally see the 
> verbosity of log messages when running hudi operations.



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