Thrift file in my commit

2015-04-24 Thread THORMAN, ROBERT D
After a build how do you avoid the newly generated thrift files from the commit? v/r Bob Thorman Principal Big Data Engineer ATT Big Data CoE 2900 W. Plano Parkway Plano, TX 75075 972-658-1714

Re: Thrift file in my commit

2015-04-24 Thread Christopher
We include generated thrift files in the commits, because most of the time these don't change and people (developers, contributors) don't need to generate them on every build. To avoid generating them, don't run the build with the thrift profile enabled (e.g. don't execute with -P thrift).