Member since
04-16-2017
26
Posts
1
Kudos Received
0
Solutions
09-17-2017
11:52 PM
A hive table consists the following: 1. metadata info (all table and column definitions and HDFS location) 2. actual HDFS data stored in HDFS If you delete a managed table, both 1 and 2 will be deleted. However, if you delete an external table, then only 1 will be deleted, meaning, the table reference will be removed in Hive's backend database (show tables will not return the table and you can't query the table any more). The underlining HDFS file will remain on HDFS path untouched. To confirm this, you can check where the backend database is stored. If it is mysql, simply login and check the table under TBLS and check if you can query the table (mysql table, not hive table): SELECT * FROM TBLS WHERE TBL_NAME = "{your_table_name}"; Hope above helps.
... View more
06-16-2017
06:20 PM
@Geek007 in other words in SQL We say “what” is to be accomplished in Pig, we mention “how” a task is to be performed. when to go for Pig - When we want to process larget set of unorganized, unstructured and decentralized data Pig doesnt need to have a schema , it will consume unstructured data with delimiters . please look in to this example . https://martin.atlassian.net/wiki/pages/viewpage.action?pageId=23494745 let me know if this suffice
... View more
05-06-2017
05:38 AM
My understanding is that the Quickstart VM will not change the icon and it will remain with the new wording. The only changes will be to the download page and other documentation that reference launching Cloudera Manager in the VM. You only need to use those icons if you wish to use Cloudera Manager otherwise you simply use CDH manually. Here is a page explaining the differences between Cloudera Express and Cloudera Enterprise. Keep in mind that the Cloudera Enterprise icon only e nables the additional features for a trial period. If you only need to use Cloudera Manager the Cloudera Express route is your most likely route. Also keep in mind that when using Cloudera Manager there is a greater need for resources to be allocated to the VM to handle it. You can read about it in the How to setup a Cloudera Quickstart Virtual Machine article.
... View more
05-02-2017
10:39 AM
Hi Mathieu, Thanks for the response. My system configuration is Intel i3 Processor with 8GB RAM. I have installed VMware Player & then add CDH 5.10 as a new virtual machine. But I am unable to find Cloudera Manager icon on the desktop. Could you please assist. Thank you.
... View more