# compute **Repository Path**: juice/compute ## Basic Information - **Project Name**: compute - **Description**: 公司内部分布式计算平台,提供统一的接口,Scala作为主体语音,java作为辅助 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-09-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.打包生成compute.jar,指定main 方法所在类为com.dtxy.data.ComputeServer,将该jar包上传到服务器SW/spark/dtxyLib 2.启动thrift服务 bin/spark-submit --class com.dtxy.data.ComputeServer ./dtxyLib/compute.jar & 3.通过thrift client调用服务compe方法,如: compClient.compe("hdfs://h86:9000/input/Exp100w.txt",24,"6g")