Hello,
This issue was resolved by replacing this Kylin lib version of httpclient :
$KYLIN_HOME/tomcat/webapps/kylin/WEB-INF/lib/httpclient-4.2.5.jar =>
$KYLIN_HOME/tomcat/webapps/kylin/WEB-INF/lib/httpclient-4.5.3.jar
Maven :
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.5.3</version>
</parent>
Regards,
Jamal Mameri
On 2021/09/16 08:19:18, MAMERI Jamal - externe
<[email protected]<mailto:[email protected]>> wrote:
> Hello,>
>
> I hope my email finds you well.>
>
> I have installed the Apache Kylin 4.0.0 version.>
>
> I want to use Beeline as Hive client but the following properties aren't
> existing in the file : KYLIN_HOME/conf/kylin.properties :>
>
>
> ## Hive client, valid value [cli, beeline]>
> kylin.source.hive.client=beeline>
> #>
> ## Absolute path to beeline shell, can be set to spark beeline instead of the
> default hive beeline on PATH>
> kylin.source.hive.beeline-shell=/apache/hive/bin/beeline>
> #>
> ## Parameters for beeline client, only necessary if hive client is beeline>
> kylin.source.hive.beeline-params=>
>
>
> Is it just an oversight?>
> Can we use the Beeline client for Hive with the new version 4.0.0 ?>
> Or only Hive client (cli) is available for this version ?>
>
> Thanks,>
>
> Best Regards,>
>
> Jamal Mameri>
>