Created on 06-22-2016 01:55 PM - edited 09-16-2022 03:26 AM
I have an excel which has structured data, which I can take easily in Hbase. I can also do some modification as per the need. But at run time, Can i take the input from the user and then output the result based on the what user has inputted. Please guide me on this. Thanks in advance.
Created 06-23-2016 08:32 AM
You can use Hive view from Ambari and run queries on the Hive table.
As first step, hive table needs to be created on top the HDFS file.
Thanks and Regards,
Sindhu
Created 06-23-2016 03:44 AM
@rahul jain I do not understand your question. Can you specify the use case?
Created 06-23-2016 08:13 AM
ok. Say I have the data in my hadoop data base as customer id , customer name and user wants to see the data for some specific customer Id's only not all the id's. Is there any graphical user interface we can have here where we can display the output based on user input.
Created 06-23-2016 08:32 AM
You can use Hive view from Ambari and run queries on the Hive table.
As first step, hive table needs to be created on top the HDFS file.
Thanks and Regards,
Sindhu
Created 06-23-2016 08:38 AM
So in Hive user has to write the query on HDFS file everytime to get the desire result right ?
Created 06-23-2016 09:45 AM
yes, that's right.
Created 06-23-2016 08:37 AM
So in Hive user has to write the query on HDFS file everytime to get the desire result right ?
Created 06-23-2016 10:28 AM
If this is so then I got my answer..Thanks Sunile Thanks Sindhu
Created 06-23-2016 11:30 AM
Please mark the best answer to close the discussion.