Create accumulo table using sqoop

0 votes
Hi. I am trying to import data into accumulo table using sqoop. Thr problem is that I don't have a table that I want to insert the data into. Is there a way I can create table in Accumulo using sqoop?
May 16, 2019 in Big Data Hadoop by Reshma
492 views

1 answer to this question.

0 votes

Yes, you can create the missing table in Accumulo using sqoop. I am guessing you are using the following command:

$ sqoop import <parameters> --accumulo-table <table>

All you have to do is add another switch to this command:

$ sqoop import <parameters> --accumulo-table <table> --accumulo-create-table
answered May 16, 2019 by Shalini

Related Questions In Big Data Hadoop

0 votes
1 answer

How to create a Table using HBase shell ?

Hey, You can create a table using the create command, ...READ MORE

answered May 23, 2019 in Big Data Hadoop by Gitika
• 65,910 points
797 views
0 votes
1 answer

create table in Hbase using Java API

Hi@akhtar, You can use the below code to ...READ MORE

answered Mar 31, 2020 in Big Data Hadoop by MD
• 95,440 points
1,357 views
0 votes
1 answer

How to transfer data from Netezza to HDFS using Apache Sqoop?

Remove the --direct option. It gives issue ...READ MORE

answered Apr 23, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
1,477 views
0 votes
1 answer

How to create smaller table from big table in HIVE?

You could probably best use Hive's built-in sampling ...READ MORE

answered Sep 24, 2018 in Big Data Hadoop by digger
• 26,740 points
1,475 views
+3 votes
1 answer

Getting Connection Error while loading data into table using cloudera hive

Hey Nafeesa, Itseems that Hive is not able ...READ MORE

answered Oct 4, 2018 in Big Data Hadoop by Vardhan
• 13,190 points
714 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,600 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,207 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,753 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,285 views
0 votes
1 answer

Sqoop import tables to Accumulo

To make sqoop import data into Accumulo, ...READ MORE

answered May 16, 2019 in Big Data Hadoop by Tina
951 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP