antonymayi

Results 3 comments of antonymayi

the point was that the AvroSchemaGenerator fails generating the schema for @JsonAnyGetter fields. I would expect this results in a avro Map field representing the any params. I assume had...

ok, I managed to build it using: ``` make USE_HDFS=1 HDFS_LIB_PATH=/usr/lib64 HDFS_INC_PATH=/usr/include JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-28.b13.el6_6.x86_64 dmlc=../dmlc-core/ ``` however that makes it dependent on `libglog` so I had to hack `repo/xgboost/Makefile`: ``` @@...

so final method to get it all working without the `libglog` dependency: ``` cd repo/xgboost git clone https://github.com/dmlc/dmlc-core cd dmlc-core make USE_HDFS=1 HDFS_LIB_PATH=/usr/lib64 HDFS_INC_PATH=/usr/include JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-28.b13.el6_6.x86_64 cd .. make USE_HDFS=1 HDFS_LIB_PATH=/usr/lib64...