Is there a elegant c++ API to Hadoop? -


Is there a way to submit a job / reducing job to hopop from C or C ++?

Something like this but in C ++ (this is Java code):

  configuration configuration = new configuration (); JobConf Job = New JobConf (config); Job.setJarByClass (MyFirstJob.class); Job.setJobName ("My first job"); FileInputFormat.setInputPaths (jobs, new paths (args [0]); FileOutputFormat.setOutputPath (jobs, new paths (args [1]); job.setMapperClass (MyFirstJob.MyFirstMapper.class); job.setReducerClass (MyFirstJob.MyFirstReducer. Class); JobClient.runJob (work);   

Thanks.

< P> Google released an open source framework to run C or C ++ code on Hadoop.

Comments

Post a Comment

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -