I followed this instruction: https://docs.datastax.com/en/datastax_enterprise/4.5/datastax_enterprise/ana/anaSqpDemo.html
- Set HADOOP_ENABLED=1 from /etc/default/dse.
sudo service dse start
ordse cassandra -t
Now I am able to use dse hadoop
, which means Hadoop is enabled.
But When I try to run dse sqoop import help
, I got this error :
Unable to start sqoop: jobtracker not found
Then I figured out I need to add credential, I added username and password, got this help information worked:
But when I tried to use dse sqoop import, I got this error:
I think it's because dse sqoop doesn't recognize cassandra arguments, but it's dse(datastax), how can it not recognize cassandra arguments? How to make it work? Thanks