[
https://issues.apache.org/jira/browse/HDFS-15843?focusedWorklogId=555160&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-555160
]
ASF GitHub Bot logged work on HDFS-15843:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Feb/21 12:17
Start Date: 20/Feb/21 12:17
Worklog Time Spent: 10m
Work Description: GauthamBanasandra opened a new pull request #2710:
URL: https://github.com/apache/hadoop/pull/2710
* Currently write from unistd.h is used
which isn't cross-platform.
* We need to use std::cout.write instead.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 555160)
Remaining Estimate: 0h
Time Spent: 10m
> Make write cross platform
> -------------------------
>
> Key: HDFS-15843
> URL: https://issues.apache.org/jira/browse/HDFS-15843
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: libhdfs++
> Affects Versions: 3.2.2
> Reporter: Gautham Banasandra
> Assignee: Gautham Banasandra
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> We're currently using the *write* function from unistd.h which isn't
> cross-platform. We need to replace this with *std::cout.write* instead.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]