Login  Register

Re: [Discussion]Simplify the deployment of carbondata

Posted by Liang Chen on Dec 26, 2016; 7:55am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/Discussion-Simplify-the-deployment-of-carbondata-tp5000p5006.html

Hi

Thanks you started a good discussion.

For 1 and 2, i agree.  In 1.0.0 version, will support it.
For 3 : Need keep the parameter, users can specify carbon's store location.  If users don't specify the carbon store location, can use the default location what you suggested: "spark.sql.warehouse.dir"(spark2) or "hive.metastore.warehouse.dir"(spark1)

Regards
Liang
QiangCai wrote
hi all,
 
  I suggest to simplify deployment of CarbonData as following.
  1. remove kettle dependency completely, no need to deploy "carbonplugins" folder on each node, no need to set "carbhon.kettle.home"
  2. remove carbon.properties file from executor side, pass CarbonData configuration to executor side from driver side
  3. use "spark.sql.warehouse.dir"(spark2) or "hive.metastore.warehouse.dir"(spark1) instead of "carbon.storelocation"

  So we will just need to deploy CarbonData jars on cluster mode in the future.

  What's your opinion?

Best Regards
David Cai