remove spark/flink examples

This commit is contained in:
CodingCat 2016-03-09 06:01:15 -05:00
parent 8cfa752fa0
commit c9830cd8b1
2 changed files with 4 additions and 5 deletions

View File

@ -13,11 +13,10 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
package ml.dmlc.xgboost4j.scala.flink.example
package ml.dmlc.xgboost4j.scala.example.flink
import ml.dmlc.xgboost4j.scala.flink.XGBoost
import org.apache.flink.api.scala._
import org.apache.flink.api.scala.ExecutionEnvironment
import org.apache.flink.api.scala.{ExecutionEnvironment, _}
import org.apache.flink.ml.MLUtils
object DistTrainWithFlink {

View File

@ -14,11 +14,11 @@
limitations under the License.
*/
package ml.dmlc.xgboost4j.scala.spark.example
package ml.dmlc.xgboost4j.scala.example.spark
import ml.dmlc.xgboost4j.scala.spark.XGBoost
import org.apache.spark.SparkContext
import org.apache.spark.mllib.util.MLUtils
import ml.dmlc.xgboost4j.scala.spark.XGBoost
object DistTrainWithSpark {
def main(args: Array[String]): Unit = {