Hi Henry

Yes, this problem will be solved automatically once the release is done.
After release, users can directly use the command "mvn clean install".
Only before finalizing release to repository center, need to install
thrift(0.9.3) locally for building with "mvn clean -Pbuild-with-format
install".

BTW, for snapshot version at master, we uploaded the carbondata-format jar
to snapshot repository, so normally for developers and users also can
directly use "mvn clean install" to build.

Regards
Liang


Henry Saputra wrote
> So, with this release, the carbondata-format module is pre-built and
> pushed
> to maven repo so when someone run carbondata mvn install it should pull it
> from central?
> 
> - Henry
> 
> On Sun, Nov 13, 2016 at 8:39 PM, ravipesala <

> ravi.pesala@

> > wrote:
> 
>> Hi
>>
>> Using the command "mvn clean install" does not build the
>> carbondata-format
>> jar but it will try to get it from repository. Since release is not yet
>> happen it could not get dependency from repository. This problem will be
>> solved automatically once the release is done. There would not be any
>> impact
>> on user.
>>
>> Why  carbondata-format jar is not built with command "mvn clean install"
>> ?
>> It is because carbondata-format is less likely to change and moreover it
>> depends upon the Apache Thrift, so user needs to install Apache Thrift
>> first
>> before building this jar. For user convenience we have removed the
>> building
>> of this jar from maven default command  "mvn clean install".
>> If any developer wants to change carbondata-format he can build it using
>> maven command "mvn clean -Pbuild-with-format install", but he needs to
>> install Apache Thrift in his machine before.And the modified jar will be
>> uploaded to snapshot repository by committer.
>>
>> So for your case you should use command "mvn clean -Pbuild-with-format
>> install" but Apache Thrift 0.9.3 needs to be installed in your machine
>> before. Anyway this is temporary problem until release happen.
>>
>> Regards,
>> Ravindra
>>
>>
>>
>>
>> --
>> View this message in context: http://apache-incubator-
>> general.996316.n3.nabble.com/VOTE-Apache-CarbonData-0-2-0-
>> incubating-release-tp52465p52483.html
>> Sent from the Apache Incubator - General mailing list archive at
>> Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: 

> general-unsubscribe@.apache

>> For additional commands, e-mail: 

> general-help@.apache

>>
>>





--
View this message in context: 
http://apache-incubator-general.996316.n3.nabble.com/VOTE-Apache-CarbonData-0-2-0-incubating-release-tp52465p52485.html
Sent from the Apache Incubator - General mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to