[ 
https://issues.apache.org/jira/browse/HDFS-7022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zhanwei Wang updated HDFS-7022:
-------------------------------
    Description: 
Libhdfs3 use boost to provide some basic functions in C++ if it is build with 
old C++ compiler.

But boost::atomic is added in boost version 1.53 and it may bring the trouble 
to  the application which already use the old version boost to use libhdfs3.

Removing the usage of boost::atomic can make libhdfs3 to compile on older 
version boost.

> Remove usage of boost::atomic in libhdfs3 to use old version of boost
> ---------------------------------------------------------------------
>
>                 Key: HDFS-7022
>                 URL: https://issues.apache.org/jira/browse/HDFS-7022
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: hdfs-client
>            Reporter: Zhanwei Wang
>
> Libhdfs3 use boost to provide some basic functions in C++ if it is build with 
> old C++ compiler.
> But boost::atomic is added in boost version 1.53 and it may bring the trouble 
> to  the application which already use the old version boost to use libhdfs3.
> Removing the usage of boost::atomic can make libhdfs3 to compile on older 
> version boost.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to