Member since
02-25-2017
50
Posts
3
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7043 | 06-13-2017 09:10 AM | |
12157 | 05-21-2017 10:15 AM | |
1072 | 05-06-2017 04:38 PM |
03-23-2017
09:29 PM
yup, i figured out, but thanks @rkandula, i tested it and it worked. But now i have 3 types of different times: 214.51 seconds from shell real 4m40.985s from Linux command user 0m19.121s from Linux command sys 0m5.181s from Linux command 2m50 seconds elapsed time from mapreduce job
What time should i consider about the real time of writing to hbase table?
... View more
03-23-2017
08:55 PM
@rkandula Shouldn't be <resourcemanagerhost>:8088/cluster/apps/FINISHED ?
... View more
03-21-2017
10:34 PM
Thanks for the suggestion @vrodionov. So, there is no other way to measure the time that sqoop spends to import data to hbase?
... View more
03-21-2017
09:38 PM
Hello guys,
I'm importing a table to Hbase via Sqoop import, and i want to do some experimentations and measure the time written, based on some options in Hbase like Number of regions, Max. file size, pre-splitting, others...
Can i rely on the number (315.1576 seconds) that i'm showing in this picture:
Thanks
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache Sqoop
03-19-2017
01:26 PM
# service shellinaboxd status Your first command returns me "is running" and the port number is 4200.
So i stopped witth:
# service shellinaboxd stop and then # service shellinaboxd start And now it works, thanks @Jay SenSharma
... View more
03-19-2017
12:50 PM
Hello guys, I have been interacting with my hortonworks sandbox through shell web client: http://127.0.0.1:4200/ Now and i don't know why it doesn't open... But through ssh using putty works. Anyone can give me an idea what could be? Thanks
... View more
03-15-2017
04:35 PM
@Josh Elser If i use Apache Phoenix to create a View over my HBase table, i don't need to care about prefixing my rowkey right? Just need to specify the SALT_BUCKETS and Pre-Splitting (if not, it's automatic).
... View more
03-14-2017
09:22 PM
Hi @Umair Khan, Explaining all the cenario, i'm doing a small project (for master thesis) in which i'm trying to use some of the capabilities of Hortonworks and the world of Hadoop. I have different types of data, and one of the types are stored in SQL Server, it's 4 or 5 simple tables, that i can model in 2 in Hbase. My ideia with this dataset is store in a non relational database like Hbase and query with Hive, exploring the capabilities of the Hbase and Hive together. I know that Hbase isn't the ideal tool to retrieve a specific record, moreover with a specific record by rowkey prefixed. But i'm trying to implement one of this techniques to optimize and prevent hotspotting regions. So, where can i do the implementation of a reversed rowkey or salted rowkey?
I can do this in Sql, but i think its very inneficient...
... View more
03-13-2017
04:41 PM
Thanks for your feedback Josh. In which phase can i implement that? I'm importing a table from Sql Server to Hbase via Sqoop.
Also, thanks for your suggestion about Apache Phoenix.
... View more
03-13-2017
04:09 PM
Hello guys, I want to salt my row key with a prefix, according this 'formula' : new_row_key = (++index % BUCKETS_NUMBER) + original_key Where can i add this prefix in my row key? It's coding some file, or it's implemented backwards in SQL? Another question related, if i have a prefix in my row key, if i want to select a specific row key in hbase i won't know
what prefix that row key have, this is a limitation or am i seeing thins wrong? Regards, Francisco
... View more
Labels:
- Labels:
-
Apache HBase
- « Previous
- Next »