Member since
04-30-2017
7
Posts
0
Kudos Received
0
Solutions
03-27-2018
03:17 AM
Problem resolved when I freed out the memory, but appreciate your tip.
... View more
03-26-2018
03:10 AM
Thank you; figured that out as I was going through the tutorial.
... View more
03-26-2018
03:07 AM
Thanks for the tip. New to the community and that "Accept" link is pretty small and hidden. 😄
... View more
03-25-2018
11:03 PM
Hi, I am following https://hortonworks.com/tutorial/how-to-process-data-with-apache-hive/ using Hive View 2.0. I copied the exact query, running on Virtual Box (see the query commend below); however, the query keeps hanging. Anyone else has the same issue? insert overwrite table drivers
SELECT
regexp_extract(col_value,'^(?:([^,]*),?){1}',1) driverId,
regexp_extract(col_value,'^(?:([^,]*),?){2}',1) name,
regexp_extract(col_value,'^(?:([^,]*),?){3}',1) ssn,
regexp_extract(col_value,'^(?:([^,]*),?){4}',1) location,
regexp_extract(col_value,'^(?:([^,]*),?){5}',1) certified,
regexp_extract(col_value,'^(?:([^,]*),?){6}',1) wageplan
from temp_drivers;
... View more
Labels:
- Labels:
-
Apache Hive
03-25-2018
12:49 AM
I was following the tutorial to create a table Truck_Mileage from Existing Trucking Data, using the Ambari Hive View 2.0, executing the following query (see attachment). However, received a status 500 error. Please see attachment for details. Any ideas?
... View more
Labels:
- Labels:
-
Apache Hive