Hi, I am trying to execute Hadoop's WordCount using Pipes but have an issue
compiling it.
I get the following error:
Undefined symbols:
"HadoopUtils::toString(int)", referenced from:
WordCountReducer::reduce(HadoopPipes::ReduceContext&) in
ccYJiEZw.o
WordCountMapper::map(HadoopPipes::MapContext&) in ccYJiEZw.o
"HadoopUtils::splitString(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&, char const*)", referenced from:
WordCountMapper::map(HadoopPipes::MapContext&) in ccYJiEZw.o
"HadoopUtils::toInt(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)", referenced from:
WordCountReducer::reduce(HadoopPipes::ReduceContext&) in
ccYJiEZw.o
"HadoopPipes::runTask(HadoopPipes::Factory const&)", referenced from:
_main in ccYJiEZw.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [WordCountC] Error 1
Any help would be greatly appreciated!
--
View this message in context:
http://old.nabble.com/Hadoop-Pipes-WordCount-Compilation-Issues...-tp33307961p33307961.html
Sent from the Hadoop core-dev mailing list archive at Nabble.com.