I need to process Hive table’s column, URL, with its value
‘http://www.example.com/click.php?A=42&Z=105’, how can I read
the string ’
www.example.com’?
a. PARSE_URL(URL, 'HOST')
b. PARSE_URL(URL)
c. PARSE_URL(HOST)
d. PARSE_HOST(URL)
I need to process Hive table’s column, URL, with its value ‘http://www.example.com/click.php?A=42&Z=105’, how can I read
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
I need to process Hive table’s column, URL, with its value ‘http://www.example.com/click.php?A=42&Z=105’, how can I read
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!