代码拉取完成,页面将自动刷新
litealigndata is a lightweight data process tool what would help user to customize data, while users just need to provide seedfiles. As continuous expansion, it can customize any data combination methods,as well as handle any format seedfiles. build it on UNIX/LINUX, following steps: [dependence] 1. preInstall sudo apt install make -y sudo apt-get install pkg-config 2. gcc/g++ spport for building parquet(arrow) on ubuntu as below steps. you could using scl Manager if work on centos. sudo apt-get install gcc-8 g++-8 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 10 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 20 sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 10 sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 20 sudo update-alternatives --display g++ sudo update-alternatives --display gcc [build & usage] 1. get it either git clone or download from related website 2. cd litealigndata 3. build build litealigndata ./build_all.sh 4. litealigndata-package.tar.bz2 in current folder will generation once complete build 5. tar -xvf litealigndata-package.tar.bz2 6. cd litealigndata-package used following steps on UNIX/LINUX 1. get help about litealigndata tool ./litealigndata -h 2. configuration xml please Ref XML_introduction document 3. generation FILE Mode ./litealigndata -f Example/Example.xml 4. if you need random shuffle line in character FILE ./litealigndata -r * 5. generation STREAM Mode server: ./litealigndata -f Example/Example.xml -s clinet: cd tools/ ./litealigndataClient 127.0.0.1 8008 and then type below commd get [clean] ./clean_all.sh [others]
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。