jixuan1989 opened a new pull request #62: add a new parameter for maven: 
-Duse.local.thrift.compiler (false by default)
URL: https://github.com/apache/incubator-iotdb/pull/62
 
 
   Now downloading a thrift compiler using maven-exec-plugin is too slow for 
Unix (40MB size). 
   
   If someone has installed thrift-compiler by `apt install 
thrift-compiler=0.9.1-2.1` (which is far faster...), there is no need to 
download the thrift compiler again.
   
   So, I add a new parameter, ${use.local.thrift.compiler} to skip the 
downloading process.
   
   By default, it is false, which means maven will download the correct 
compiler and use it. So everything runs well as normal.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to