Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-6994 libhdfs3 - A native C/C++ HDFS client
  3. HDFS-7022

Remove usage of boost::atomic in libhdfs3 to use old version of boost

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • hdfs-client
    • None

    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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            wangzw Zhanwei Wang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: