hi all
when I build blur, I found some problems
1. it warns [WARNING] Using platform encoding (GBK actually) to
copy filtered resources, i.e
. build is platform dependent!
I am using windows to build it. maybe the pom.xml should
explicitly configure with utf8 or other encodings to avoid this
warning
2. can't build with jdk1.7.
I have some errors using jdk1.7. it can be correctly compiled with jdk1.6
3. can's pass test
I can only build with mvn install -DskipTests=true
maybe hadoop can't be available in windows?