{"id":1866,"date":"2019-05-31T07:35:35","date_gmt":"2019-05-31T07:35:35","guid":{"rendered":"https:\/\/prwatech.in\/blog\/?p=1866"},"modified":"2024-04-06T09:54:28","modified_gmt":"2024-04-06T09:54:28","slug":"hadoop-hive-test-case","status":"publish","type":"post","link":"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/","title":{"rendered":"Hadoop Hive Test case"},"content":{"rendered":"<h1 style=\"text-align: center;\"><strong>Hadoop Hive Test Case<\/strong><\/h1>\n<p>&nbsp;<\/p>\n<p><strong>Hadoop Hive Test Case<\/strong>, Welcome to the world of advanced Tutorials on test cases on <a href=\"https:\/\/prwatech.in\/hadoop-training-institute-in-bangalore\/\">Hadoop<\/a> Hive. Are you looking forward to the <a href=\"https:\/\/www.youtube.com\/watch?v=_qS3oObqE-I\">Hadoop Hive test case<\/a> Platform? Or looking for some help on the Hive client test case? Then you\u2019ve landed on the Right Path which providing advanced tutorial Based concepts on the Hadoop Hive. In this tutorial, one can easily explore apache Hadoop Hive test cases with step by step explanation.<\/p>\n<p>If you are the one who wanted to become an expert in Hadoop technology? Or the one who wanted to explore the technology like a Pro under the certified experts with world-class classroom training environment, then asks your <a href=\"https:\/\/prwatech.in\/hadoop-training-institute-in-bangalore\/\">Hadoop Training institute<\/a> experts who offer Advanced advanced Hadoop training. Follow the below-mentioned Hadoop Hive test case tutorial and enhance your skills to become a professional <a href=\"https:\/\/prwatech.in\/hadoop-training-institute-in-bangalore\/\">Hadoop Developer<\/a>.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Description:<\/strong>\u00a0The basic objective of this project is to create a petrol consumption database using Hive in such a way that we can easily extract data for a particular set of instructions on the basis of the column. Using this technique we can easily sort and extract data from our database using a particular column as a reference.<\/p>\n<p>&nbsp;<\/p>\n<h3><strong>Columns to Create<\/strong><\/h3>\n<p>&nbsp;<\/p>\n<p><strong>\u00a01. Column 1: <\/strong>Pump ID<\/p>\n<p><strong>2. Column 2:<\/strong> Distributor Name<\/p>\n<p><strong>3. Column 3:<\/strong> Buy Rate(Per million)<\/p>\n<p><strong>4. Column 4:<\/strong> Sell Rate(Per million)<\/p>\n<p><strong>5. Column 5:<\/strong> VolumeIN(million cubic litter)<\/p>\n<p><strong>6. Column 6:<\/strong> VolumeOUT(million cubic litter)<\/p>\n<p><strong>7. Column 7:<\/strong> Year<\/p>\n<p>&nbsp;<\/p>\n<h3><strong>Create table<\/strong>: Create a table with above-mentioned column names<\/h3>\n<p>&nbsp;<\/p>\n<p><strong>CREATE TABLE if not exists petrol_info (distributer_id STRING,distributer_name STRING,amt_IN STRING,amy_OUT STRING,vol_IN INT,vol_OUT INT,year INT)<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong>ROW FORMAT DELIMITED<\/strong><\/p>\n<p><strong>FIELDS TERMINATED BY \u2018,\u2019<\/strong><\/p>\n<p><strong>LINES TERMINATED BY \u2018\\n\u2019<\/strong><\/p>\n<p><strong>STORED AS TEXTFILE;<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1867\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/1-10.png\" alt=\"Hadoop Hive Test Case\" width=\"850\" height=\"181\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/1-10.png 624w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/1-10-300x64.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/p>\n<p>&nbsp;<\/p>\n<h3><strong>Load Data from an external source:<\/strong> Load data into a table from an external source into the above-created table.<\/h3>\n<p>&nbsp;<\/p>\n<p><strong>LOAD DATA LOCAL INPATH \u2018\/home\/cloudera\/Desktop\/petrol.txt\u2019 into table petrol_info;<\/strong><\/p>\n<p>&nbsp;<\/p>\n<h3><strong>Data Source: <\/strong><\/h3>\n<p><a href=\"https:\/\/drive.google.com\/file\/d\/11Yle65LsT5H5uRAHrhgSRZHaZSTiUbH-\/view?usp=sharing\"><strong>https:\/\/drive.google.com\/file\/d\/11Yle65LsT5H5uRAHrhgSRZHaZSTiUbH-\/view?usp=sharing<\/strong><\/a><\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1868\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/2-10.png\" alt=\"Hadoop Hive Test Case\" width=\"850\" height=\"252\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/2-10.png 625w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/2-10-300x89.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p><strong>Case 1:<\/strong> What is the total amount of petrol in volume sold by every distributor<\/p>\n<h3><strong>SOLUTION : SELECT distributer_name,SUM(vol_OUT) FROM petrol_info GROUP BY distributer_name;<\/strong><\/h3>\n<p>&nbsp;<\/p>\n<p><strong>\u00a0<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1869\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/3-10.png\" alt=\"Hadoop Hive Test Case\" width=\"850\" height=\"93\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/3-10.png 623w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/3-10-300x33.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/strong><\/p>\n<p><strong> <img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1870\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/4-10.png\" alt=\"Hadoop Hive Test Case\" width=\"850\" height=\"317\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/4-10.png 623w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/4-10-300x112.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong>Case 2: <\/strong>Which are the top 10 distributors ID for selling petrol and also display the amount of petrol sold in volume by them individually?<\/p>\n<p>&nbsp;<\/p>\n<h3><strong>SOLUTION: SELECT distributer_id,vol_OUT FROM petrol_info order by vol_OUT desc limit 10;<\/strong><\/h3>\n<p>&nbsp;<\/p>\n<p><strong>\u00a0<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1871\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/5-10.png\" alt=\"Hadoop Hive Test Case\" width=\"850\" height=\"93\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/5-10.png 624w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/5-10-300x33.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/strong><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1872\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/6-10.png\" alt=\"Hadoop Hive Test Case\" width=\"850\" height=\"426\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/6-10.png 624w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/6-10-300x150.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p><strong>Case 3: <\/strong>Find 10 distributor name who sold petrol in the least amount.<\/p>\n<p>&nbsp;<\/p>\n<h3><strong>SOLUTION: SELECT distributer_id,vol_OUT FROM petrol_info order by vol_OUT limit 10;<\/strong><\/h3>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1873\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/7-10.png\" alt=\"Hadoop Hive Test Case\" width=\"850\" height=\"496\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/7-10.png 626w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/7-10-300x175.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/p>\n<p>&nbsp;<\/p>\n<h2 style=\"text-align: left;\"><strong>Hadoop Hive Test Case 2<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<p><strong>Description:<\/strong>\u00a0The basic objective of this project is to create an IPL statistic database using Hive in such a way that we can easily extract data for a particular set of instructions on the basis of the column. Using this technique we can easily sort and extract data from our database using a particular column as a reference.<\/p>\n<h3><strong>Columns to Create<\/strong><\/h3>\n<p>Player id<\/p>\n<p>Jersey number<\/p>\n<p>Player name<\/p>\n<p>DOB<\/p>\n<p>Handed<\/p>\n<p>Matched Played<\/p>\n<p>Run Rate<\/p>\n<p>Runs<\/p>\n<p>Country<\/p>\n<p>&nbsp;<\/p>\n<h3><strong>Create table<\/strong>: Create a table with above-mentioned column names<\/h3>\n<p>&nbsp;<\/p>\n<p><strong>CREATE TABLE if not exists ipl_info (player id INT,jersy_number INT,name STRING,DOB STRING,handed STRING,matches_played INT,run_rate INT,runs INT,country STRING)<\/strong><\/p>\n<p><strong>ROW FORMAT DELIMITED<\/strong><\/p>\n<p><strong>FIELDS TERMINATED BY \u2018,\u2019<\/strong><\/p>\n<p><strong>LINES TERMINATED BY \u2018\\n\u2019<\/strong><\/p>\n<p><strong>STORED AS TEXTFILE;<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong>\u00a0<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1886\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/1-12.png\" alt=\"Hadoop Hive Test Case\" width=\"850\" height=\"165\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/1-12.png 643w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/1-12-300x58.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/strong><\/p>\n<p><strong>\u00a0<\/strong><\/p>\n<h3><strong>Load Data from an external source:<\/strong>\u00a0Load data into the table from an external source into the above-created table.<\/h3>\n<p>&nbsp;<\/p>\n<p><strong>LOAD DATA LOCAL INPATH \u2018\/home\/cloudera\/Desktop\/IPL.txt\u2019 into table ipl_info;<\/strong><\/p>\n<h3>Data Source:<\/h3>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/drive.google.com\/file\/d\/1rFQzqbS6CEqrM0TMrDMQBEP4sRm1yoCc\/view?usp=sharing\">https:\/\/drive.google.com\/file\/d\/1rFQzqbS6CEqrM0TMrDMQBEP4sRm1yoCc\/view?usp=sharing<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1887\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/2-12.png\" alt=\"Hadoop Hive Test Case\" width=\"850\" height=\"50\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/2-12.png 641w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/2-12-300x18.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p><strong>Case 1: <\/strong>Display name and runs of all batsmen with right-handed<\/p>\n<h3><strong>Solution: select name,runs from ipl_info where handed = &#8216;Right-hand bat&#8217;;<\/strong><\/h3>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1888\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/1-13.png\" alt=\"Hadoop Hive Test Case\" width=\"850\" height=\"77\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/1-13.png 626w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/1-13-300x27.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1889\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/2-13.png\" alt=\"Hadoop Hive Test Case\" width=\"850\" height=\"268\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/2-13.png 640w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/2-13-300x95.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p><strong>Case 2: <\/strong>Display the detail of all batsmen with strike rate greater than 130<\/p>\n<h3><strong>Solution : select jersy_number,country from ipl_info where run_rate &gt; 130;<\/strong><\/h3>\n<p>&nbsp;<\/p>\n<p><strong>\u00a0<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1890\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/3-12.png\" alt=\"Hadoop Hive Test Case\" width=\"850\" height=\"71\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/3-12.png 646w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/3-12-300x25.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/> <\/strong><\/p>\n<p><strong><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1891\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/4-12.png\" alt=\"Hadoop Hive Test Case\" width=\"850\" height=\"251\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/4-12.png 641w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/4-12-300x88.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong>Case 3: <\/strong>Display the name,runs scored by batsman of the same country<\/p>\n<h3><strong>Solution : select jersy_number,runs from ipl_info where country = &#8216;India&#8217;;<\/strong><\/h3>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1892\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/5-12.png\" alt=\"Hadoop Hive Test Case\" width=\"850\" height=\"67\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/5-12.png 632w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/5-12-300x24.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1893\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/6-12.png\" alt=\"Hadoop Hive Test Case\" width=\"850\" height=\"254\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/6-12.png 647w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/6-12-300x89.png 300w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>Get success in your career as a <a href=\"https:\/\/prwatech.in\/hadoop-training-institute-in-bangalore\/\">Hadoop developer<\/a> by being a part of the <a href=\"https:\/\/prwatech.com\/\">Prwatech<\/a>, India&#8217;s leading <a href=\"https:\/\/prwatech.in\/hadoop-training-institute-in-bangalore\/\">Hadoop training institute in Bangalore<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hadoop Hive Test Case &nbsp; Hadoop Hive Test Case, Welcome to the world of advanced Tutorials on test cases on Hadoop Hive. Are you looking forward to the Hadoop Hive test case Platform? Or looking for some help on the Hive client test case? Then you\u2019ve landed on the Right Path which providing advanced tutorial [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17,1643],"tags":[1855,342,1857,1854,1856],"class_list":["post-1866","post","type-post","status-publish","format-standard","hentry","category-hadoop","category-hive","tag-automated-testing-in-apache-hive","tag-hadoop-hive-test-case","tag-hadoop-hive-test-case-hive-tutorial-on-testcase","tag-hadoop-test-case-scenarios","tag-unit-testing-with-hive-file-based"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Hadoop Hive Test Case | Hive tutorial on testcase | Prwatech<\/title>\n<meta name=\"description\" content=\"Explore the Hadoop Hive test case tutorial with detailed information, one can Learn Advanced Tutorials on Hadoop Hive from Prwatech\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hadoop Hive Test Case | Hive tutorial on testcase | Prwatech\" \/>\n<meta property=\"og:description\" content=\"Explore the Hadoop Hive test case tutorial with detailed information, one can Learn Advanced Tutorials on Hadoop Hive from Prwatech\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/\" \/>\n<meta property=\"og:site_name\" content=\"Prwatech\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prwatech.in\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-05-31T07:35:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-06T09:54:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/1-10.png\" \/>\n<meta name=\"author\" content=\"Prwatech\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Eduprwatech\" \/>\n<meta name=\"twitter:site\" content=\"@Eduprwatech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prwatech\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/\",\"url\":\"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/\",\"name\":\"Hadoop Hive Test Case | Hive tutorial on testcase | Prwatech\",\"isPartOf\":{\"@id\":\"https:\/\/prwatech.in\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/1-10.png\",\"datePublished\":\"2019-05-31T07:35:35+00:00\",\"dateModified\":\"2024-04-06T09:54:28+00:00\",\"author\":{\"@id\":\"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3\"},\"description\":\"Explore the Hadoop Hive test case tutorial with detailed information, one can Learn Advanced Tutorials on Hadoop Hive from Prwatech\",\"breadcrumb\":{\"@id\":\"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/#primaryimage\",\"url\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/1-10.png\",\"contentUrl\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/1-10.png\",\"width\":624,\"height\":133},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/prwatech.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hadoop Hive Test case\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/prwatech.in\/blog\/#website\",\"url\":\"https:\/\/prwatech.in\/blog\/\",\"name\":\"Prwatech\",\"description\":\"Share Ideas, Start Something Good.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/prwatech.in\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3\",\"name\":\"Prwatech\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prwatech.in\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g\",\"caption\":\"Prwatech\"},\"url\":\"https:\/\/prwatech.in\/blog\/author\/prwatech123\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hadoop Hive Test Case | Hive tutorial on testcase | Prwatech","description":"Explore the Hadoop Hive test case tutorial with detailed information, one can Learn Advanced Tutorials on Hadoop Hive from Prwatech","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Hadoop Hive Test Case | Hive tutorial on testcase | Prwatech","og_description":"Explore the Hadoop Hive test case tutorial with detailed information, one can Learn Advanced Tutorials on Hadoop Hive from Prwatech","og_url":"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/","og_site_name":"Prwatech","article_publisher":"https:\/\/www.facebook.com\/prwatech.in\/","article_published_time":"2019-05-31T07:35:35+00:00","article_modified_time":"2024-04-06T09:54:28+00:00","og_image":[{"url":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/1-10.png","type":"","width":"","height":""}],"author":"Prwatech","twitter_card":"summary_large_image","twitter_creator":"@Eduprwatech","twitter_site":"@Eduprwatech","twitter_misc":{"Written by":"Prwatech","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/","url":"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/","name":"Hadoop Hive Test Case | Hive tutorial on testcase | Prwatech","isPartOf":{"@id":"https:\/\/prwatech.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/#primaryimage"},"image":{"@id":"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/#primaryimage"},"thumbnailUrl":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/1-10.png","datePublished":"2019-05-31T07:35:35+00:00","dateModified":"2024-04-06T09:54:28+00:00","author":{"@id":"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3"},"description":"Explore the Hadoop Hive test case tutorial with detailed information, one can Learn Advanced Tutorials on Hadoop Hive from Prwatech","breadcrumb":{"@id":"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/#primaryimage","url":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/1-10.png","contentUrl":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2019\/05\/1-10.png","width":624,"height":133},{"@type":"BreadcrumbList","@id":"https:\/\/prwatech.in\/blog\/hadoop\/hive\/hadoop-hive-test-case\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/prwatech.in\/blog\/"},{"@type":"ListItem","position":2,"name":"Hadoop Hive Test case"}]},{"@type":"WebSite","@id":"https:\/\/prwatech.in\/blog\/#website","url":"https:\/\/prwatech.in\/blog\/","name":"Prwatech","description":"Share Ideas, Start Something Good.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/prwatech.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3","name":"Prwatech","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prwatech.in\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g","caption":"Prwatech"},"url":"https:\/\/prwatech.in\/blog\/author\/prwatech123\/"}]}},"_links":{"self":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts\/1866","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/comments?post=1866"}],"version-history":[{"count":10,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts\/1866\/revisions"}],"predecessor-version":[{"id":11281,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts\/1866\/revisions\/11281"}],"wp:attachment":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/media?parent=1866"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/categories?post=1866"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/tags?post=1866"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}