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 2021/11/08 09:31:58 UTC

[GitHub] [incubator-doris] morningman commented on a change in pull request #7048: [Compile] Fix spark-connector compile problem

morningman commented on a change in pull request #7048:
URL: https://github.com/apache/incubator-doris/pull/7048#discussion_r744543775



##########
File path: thirdparty/build-thirdparty.sh
##########
@@ -256,6 +256,8 @@ build_thrift() {
     fi
 
     make -j $PARALLEL && make install
+    # Create soft link under `/usr/bin`
+    ln -s /var/local/thirdparty/installed/bin/thrift /usr/bin/thrift

Review comment:
       Is there any other options?
   Actually this would require `root` permission to do so...
   How about adding `/var/local/thirdparty/installed/bin/` to env `PATH`?




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