[ 
https://issues.apache.org/jira/browse/IMPALA-8979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149250#comment-17149250
 ] 

Donghui Xu commented on IMPALA-8979:
------------------------------------

Thanks. I have used linux to git clone code.
There is another problem. When I downloaded toolchain and the corresponding 
kudu code, the compilation was successful. However, if the OpenSSL version that 
kudu depends on is changed to 1.1.1, the compilation error is as follows:

CMake Error at 
thirdparty/installed/common/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake:137
 (message):
  Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
  system variable OPENSSL_ROOT_DIR: Found unsuitable version "1.0.2k", but
  required is at least "1.1.1" (found /usr/lib64/libcrypto.so)
Call Stack (most recent call first):
  
thirdparty/installed/common/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake:375
 (_FPHSA_FAILURE_MESSAGE)
  thirdparty/installed/common/share/cmake-3.9/Modules/FindOpenSSL.cmake:377 
(find_package_handle_standard_args)
  CMakeLists.txt:1112 (find_package)


> Fail to obtain kudu toolchain
> -----------------------------
>
>                 Key: IMPALA-8979
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8979
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 3.3.0
>            Reporter: Donghui Xu
>            Priority: Major
>
> When I downloaded the tool chain using bootstrap_toolchain.py, the 
> acquisition of the kudu tool chain failed. The information is as follows:
> https://native-toolchain.s3.amazonaws.com/build/51-03506fd053/kudu/988296d-gcc-4.9.2/kudu-988296d-gcc-4.9.2-ec2-package-centos-6.tar.gz
>  to 
> /media/B/impala/apache/Impala_compile/toolchain/kudu-988296d-gcc-4.9.2-ec2-package-centos-6.tar.gz)
> Traceback (most recent call last):
>   File "bootstrap_toolchain.py", line 568, in <module>
>     bootstrap(toolchain_root, packages)
>   File "bootstrap_toolchain.py", line 230, in bootstrap
>     execute_many(handle_package, packages)
>   File "bootstrap_toolchain.py", line 406, in execute_many
>     return pool.map(f, args, 1)
>   File "/usr/lib64/python2.7/multiprocessing/pool.py", line 251, in map
>     return self.map_async(func, iterable, chunksize).get()
>   File "/usr/lib64/python2.7/multiprocessing/pool.py", line 558, in get
>     raise self._value
> Exception: Unable to find Kudu client lib under 
> '/media/B/impala/apache/Impala_compile/toolchain/kudu-988296d'



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to