You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/06/08 12:05:29 UTC

[GitHub] [incubator-doris] yangzhg opened a new pull request, #10018: [enhancement] support build libhdfs in arm cpus

yangzhg opened a new pull request, #10018:
URL: https://github.com/apache/incubator-doris/pull/10018

   # Proposed changes
   
   Issue Number: close #10011 
   
   ## Problem Summary:
   
   Supports native hdfs functionality on arm cpu 
   This pr mainly upgrades libdfs3 and supports running on arm,and make libhdfs3 with kerberos as default
   
   ## Checklist(Required)
   
   1. Does it affect the original behavior: (No)
   2. Has unit tests been added: (No Need)
   3. Has document been added or modified: (No Need)
   4. Does it need to update dependencies: (Yes)
   5. Are there any changes that cannot be rolled back: (No)
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman merged pull request #10018: [dependency][enhancement] support build libhdfs in arm cpus

Posted by GitBox <gi...@apache.org>.
morningman merged PR #10018:
URL: https://github.com/apache/incubator-doris/pull/10018


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10018: [dependency][enhancement] support build libhdfs in arm cpus

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #10018:
URL: https://github.com/apache/incubator-doris/pull/10018#issuecomment-1152109321

   PR approved by at least one committer and no changes requested.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10018: [dependency][enhancement] support build libhdfs in arm cpus

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #10018:
URL: https://github.com/apache/incubator-doris/pull/10018#issuecomment-1152251581

   PR approved by at least one committer and no changes requested.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman commented on a diff in pull request #10018: [enhancement] support build libhdfs in arm cpus

Posted by GitBox <gi...@apache.org>.
morningman commented on code in PR #10018:
URL: https://github.com/apache/incubator-doris/pull/10018#discussion_r893058406


##########
be/src/io/CMakeLists.txt:
##########
@@ -31,16 +31,21 @@ set(EXEC_FILES
      s3_writer.cpp
      hdfs_reader_writer.cpp
      file_factory.cpp
+     hdfs_file_reader.cpp
+     hdfs_writer.cpp
+     buffered_reader.cpp
+     local_file_reader.cpp
+     local_file_writer.cpp
+     broker_reader.cpp

Review Comment:
   a lot duplicate files?



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10018: [dependency][enhancement] support build libhdfs in arm cpus

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #10018:
URL: https://github.com/apache/incubator-doris/pull/10018#issuecomment-1152109361

   PR approved by anyone and no changes requested.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org