microIBM / maxtable

Automatically exported from code.google.com/p/maxtable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. Building

If using the Kosmos file system as your back-end storage engine, you should set the MT_BACKEND with 'KFS'
	export MT_BACKEND=KFS

and set the MT_DFS_CLI_LIB_PATH and MT_DFS_INCLUDE_PATH with your path of KFS's LIB and include.
	export MT_DFS_CLI_LIB_PATH=~/kosmos/build/src/cc/libkfsClient
	export MT_DFS_INCLUDE_PATH=~/kosmos/src/cc

	cp libkfsCommon.so libkfsIO.so libqcdio.so libkfsClient.so ~/kosmos/build/src/cc/libkfsClient

else if using the local system as the storage engine, please set it as follows:
	export MT_BACKEND=LOCAL

make clean
make

./startMaster
./startRanger

2. Sample Test

./sample create
./sample insert
./sample select

About

Automatically exported from code.google.com/p/maxtable

License:GNU General Public License v3.0


Languages

Language:C 93.6%Language:Java 3.7%Language:C++ 1.8%Language:Makefile 0.5%Language:Python 0.3%Language:Shell 0.0%