twitter / hadoop-lzo

Refactored version of code.google.com/hadoop-gpl-compression for hadoop 0.20
GNU General Public License v3.0
545 stars 328 forks source link

where is /build.properties generated #123

Closed cevaris closed 7 years ago

cevaris commented 7 years ago

/build.properties hadoop-lzo resource file is currently conflicting with our pants build system.

Any thoughts on where /build.properties is generated?

We see a single use case here

sjlee commented 7 years ago

The build.properties file is generated by the maven pom (https://github.com/twitter/hadoop-lzo/blob/master/pom.xml#L219). Build.properties has always been there (ivy prior to maven). What kind of issues are you seeing?

cevaris commented 7 years ago

pants generates the same /build.properties file. When we import hadoop-lzo, those two /build.properties files conflict. Depending on build, we read one vs the other.

hadoop-lzo seems to be the only library that this is an issue with.

sjlee commented 7 years ago

Fixed by #124 .