Преглед на файлове

[blog] phoenix importer integration

ayush.goyal преди 4 години
родител
ревизия
c18f331510
променени са 1 файла, в които са добавени 64 реда и са изтрити 0 реда
  1. 64 0
      docs/gethue/content/en/posts/2021-08-17-create-phoenix-tables-in-just-2-steps.md

+ 64 - 0
docs/gethue/content/en/posts/2021-08-17-create-phoenix-tables-in-just-2-steps.md

@@ -0,0 +1,64 @@
+---
+title: Create Phoenix tables in Just 2 steps
+author: Hue Team
+type: post
+date: 2021-08-17T00:00:00+00:00
+url: /blog/2021-08-17-create-phoenix-tables-in-just-2-steps
+sf_thumbnail_type:
+  - none
+sf_thumbnail_link_type:
+  - link_to_post
+sf_detail_type:
+  - none
+sf_page_title:
+  - 1
+sf_page_title_style:
+  - standard
+sf_no_breadcrumbs:
+  - 1
+sf_page_title_bg:
+  - none
+sf_page_title_text_style:
+  - light
+sf_background_image_size:
+  - cover
+sf_social_sharing:
+  - 1
+sf_related_articles:
+  - 1
+sf_sidebar_config:
+  - left-sidebar
+sf_left_sidebar:
+  - Sidebar-2
+sf_right_sidebar:
+  - Sidebar-1
+sf_caption_position:
+  - caption-right
+sf_remove_promo_bar:
+  - 1
+ampforwp-amp-on-off:
+  - default
+categories:
+  - Version 4.11
+  - Query
+
+---
+
+Hue started supporting [Phoenix](/sql-querying-apache-hbase-with-apache-phoenix/) dialect in Hue in August 2019, in the meantime, if you’ve ever struggled with creating Phoenix tables from CSV files, you’ll be happy to learn that this is now much easier.
+
+Now, you can create a Phoenix table in just 2 steps.
+- Choose a file
+- Load the data and choose a primary key
+
+
+![Phoenix importer integration](https://cdn.gethue.com/uploads/2021/08/phoenix_importer_integration1.gif)
+
+
+You can try this feature in the latest Hue version or at [demo.gethue.com](https://demo.gethue.com/hue/editor/?type=2).  
+</br>
+</br>
+For feedback, questions, or suggestions, feel free to comment here or on the [Forum](https://discourse.gethue.com/) and [quick start](https://docs.gethue.com/quickstart/) SQL querying!
+
+Onwards!
+
+Ayush from the Hue Team