Skip to content

Instantly share code, notes, and snippets.

@vithalsamp
Created February 25, 2018 11:53
Show Gist options
  • Select an option

  • Save vithalsamp/19a89e43ff56e093dfa930f352b6f9b4 to your computer and use it in GitHub Desktop.

Select an option

Save vithalsamp/19a89e43ff56e093dfa930f352b6f9b4 to your computer and use it in GitHub Desktop.
0: jdbc:hive2://192.168.0.41:10000/test_db> select * from t1;
+-------+--------+--+
| t1.x | t1.s |
+-------+--------+--+
| 1 | one |
| 3 | three |
| 2 | two |
| 1 | one |
| 1 | four |
| 3 | five |
| 2 | six |
| 7 | seven |
+-------+--------+--+
8 rows selected (0.189 seconds)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment