compile smc
I successfully installed the components but when it comes to compiling the smc file, i had denied permission error.
Below is the error message:
All the Social Media Connector components have been successfully downloaded.
[dbadmin@localhost SMC_Installer]$ ./compile_smc
-bash: ./compile_smc: Permission denied
Below is the error message:
All the Social Media Connector components have been successfully downloaded.
[dbadmin@localhost SMC_Installer]$ ./compile_smc
-bash: ./compile_smc: Permission denied
0
Comments
Error message:
Verifying flume.cfg file... Done
Starting Flume compilation and setup.
Messages will be stored in install.log.
Starting Flume compilation and setup.
Messages will be stored in install.log.
Running make in Social-Media-Connector-master/third-party... Done
Running make in Social-Media-Connector-master... src/TweetParser.cpp: In member function ‘virtual Vertica::UDParser* TweetParserFactory::prepare(Vertica::ServerInterface&, Vertica::PerColumnParamReader&, Vertica::PlanContext&, const Vertica::SizedColumnTypes&)’:
src/TweetParser.cpp:241: error: ‘vt_createFuncObject’ was not declared in this scope
src/TweetParser.cpp:241: error: expected primary-expression before ‘>’ token
make: *** [build/TweetParser.o] Error 1
Unable to compile TweetParser.
You can try just replacing your tweetparser.cpp with this one:
https://github.com/vertica/Social-Media-Connector/blob/vertica_6.1.x/src/TweetParser.cpp
Then trying to recompile.