Used 4.8.4 installer to install Datastax Enterprise on Ubuntu 12.
On starting dse service, I get an error in the /var/log/cassandra/system.log that says, "can't find /etc/hadoop/taskcontroller.cfg".
I've set every HADOOP_CONF_DIR that I can find to /etc/dse/hadoop.
Two questions: 1) What environment variable is the code using to try to find taskcontroller.cfg
2) Where is the source code, so I could search for taskcontroller.cfg myself?
/resources/hadoop/conf/taskcontroller.cfgdirectory 2) hadoop cassandra integration in DSE is proprietary software and I wouldn't recommend trying to code dive the hadoop source for this one (I'm usually for code diving but in this case I think it's not a good use of your time). Are you actually trying to use the bundled DSE Hadoop stuff? - phact