c# - Run my own application on hadoop without coding mapreduce? -


maybe did not understand how complex hadoop is, if there incorrect please me out. got this:

hadoop great thing handle big amount of data. data analysis , mining. can write own mapreduce functions or using pig or hive. can use existing functions, wordcount , stuff - dont have write code.

ok, if use great power of hadoop non-analysis/mining things? example have .net application written in c# able read files , generating pdfs barcodes. application running on 1 server, because 1 server cannot handle big amount of files need more power. why not adding hadoop nodes/clusters handle job?

question: can take .net application , tell hadoop "do this, on every on nodes/cluster"? -> running these jobs without coding, possible?

if not, have throw away .net application , rewrite in pig/hive/java-mapreduce? or how people solve these issues in situation?

ps: important thing here not pdf generator , maybe not .net/c# - question is: there application in language whatever - can give hadoop that? or have rewrite in mapreduce functions?

@mongo : i'm not sure if understood correct i'd try sharing know. first of hadoop framework - not extension or plugin.

if want process files or perform task in hadoop, need make sure requirements put forward hadoop understand data. put simple, let consider same word count example. if want perform word count on file, can using language. lets have done in java, , want scale larger files- dumping same code in hadoop cluster not helpful. though java logic remains same, have write map reduce code in java understood hadoop framework.

here's example of c# map reduce program hadoop processing here's example of mapreduce without hadoop using asp.net pipeline

hope helpful. i'm assuming post adds value question. i'm sure getting better thoughts/suggestions/answers wonderful people here...

p.s: , thats related file processing/ data analysis in hadoop. depends on how :)

cheers !


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -