jixuan1989 opened a new pull request #63: enable users define the location of 
their thrift compiler
URL: https://github.com/apache/incubator-iotdb/pull/63
 
 
   This is a better way to implement #62 .
   
   Now users can define their location of the thrift compiler:
   `mvn clean package -DskipTests -Dthrift.download-url="<any file you like>" 
-Dthrift.exec.absolute.path="<Your thrift compiler>"`
   
   For example, on my Mac, I have installed thrift by:
   `brew install [email protected]`
   and 
   `echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.bash_profile`
   
   Then we can skip downloading a thrift compiler again by:
   `mvn clean package -DskipTests 
-Dthrift.download-url="http://w.apache.org/licenses/LICENSE-2.0.txt"; 
-Dthrift.exec.absolute.path="/usr/local/opt/[email protected]/bin/thrift"`
   

----------------------------------------------------------------
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