Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i have a job which includes Kafka input to HBase output. What i'm trying to achieve is every Kafka input i give will be stored in HBase. i could do this in LocalHost perfectly (Target Exec: LocalHost). So every time i give Kafka an input, it will be stored in HBase Smoothly.
But every time i run the job remotely (Target Exec: Job Server), i noticed that every time i send Kafka an input, it will not trigger anything on the Job, hence, there will be no data stored in HBase. Do i have to set another configuration on the TAC and Hadoop Ambari itself? or am i making a mistake?
Thank you in advance!
Hello,
Would you mind posting your current workflow screenshots on community which will be helpful for us to understand your job requirement very well.
Best regards
Sabrina
@Jonathan Christianto
Hi,
Were you able to achieve this?
How did your job design look?
I am trying to implement similar scenario.
Any help would be appreciated.