python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
HBase to Delta Tables
We are in the process of migrating a Hadoop Workload to Azure Databricks. In the existing Hadoop ecosystem, we have some HBase tables which contains some data(not big). Since, Azure Databricks does no...

Hillol Saha
Votes: 0
Answers: 1
Why I'm getting "Permission denied " error HADOOP? And Why I'm unbale to import .csv file?
I have this table called 'emp' in hbase.
hbase(main):006:0> create 'emp', 'personel data'
0 row(s) in 1.3110 seconds
I've inserted 2 rows in it via put command.
hbase(main):020:0> scan 'emp'
RO...
Pratik Bawane
Votes: 0
Answers: 1
Using HBase put command in airflow bashOperator
I'm trying to insert some data into a Hbase table with a Airflow BashOperator task. I try to first call the hbase shell and then insert some data into my table:
logg_data_to_hbase = BashOperator(
...

Alex K
Votes: 0
Answers: 1