Hi, I get the latest code from GitHub(https://github.com/apache/incubator-trafodion), and compile trafodion core follow the steps:
cd $HOME/trafodion_build/incubator-trafodion-master/core/sqf source ./sqenv.sh cd $MY_SQROOT/.. make all Build is successful, but I find in the directory:core/sqf/export/lib there's not jdbcT2.jar and hbase-trx*.jar. Only jdbcT4.jar is compiled. I must enter conn/jdbc_type2 and run 'ant' to compile jdbcT2.jar and enter sqf/src/seatrans/hbase-trx and run 'make all' to compile hbase-trx*.jar. I don't know whether this is a problem. Thanks!
