You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@carbondata.apache.org by MickYuan <mi...@qq.com> on 2018/07/12 03:05:00 UTC

Re: How to set carbondata-spark-thrift port

I'v solved this problem.

step 1. Copy hive-site.xml to ${spark_home}/conf/
step 2.  Add property into hive-site.xml:
           <property>
               <name>hive.server2.thrift.port</name>
               <value>12345</value>
           </property>



--
Sent from: http://apache-carbondata-user-mailing-list.3231.n8.nabble.com/

Re:Re: How to set carbondata-spark-thrift port

Posted by 冉明轩 <mi...@163.com>.
Another solution: <br/>run <br/>export HIVE_SERVER2_THRIFT_PORT=12345<br/>before run the application
At 2018-07-12 11:05:00, "MickYuan" <mi...@qq.com> wrote:
>I'v solved this problem.
>
>step 1. Copy hive-site.xml to ${spark_home}/conf/
>step 2.  Add property into hive-site.xml:
>           <property>
>               <name>hive.server2.thrift.port</name>
>               <value>12345</value>
>           </property>
>
>
>
>--
>Sent from: http://apache-carbondata-user-mailing-list.3231.n8.nabble.com/