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
Posted: Thu May 05, 2022 12:49 pm
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)
‘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)