<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220052#M14615</link>
    <description>not in Dynamic Settings&lt;BR /&gt;on Basic setting uncheck use default and add:&lt;BR /&gt;key=final_query value=final_query</description>
    <pubDate>Wed, 03 Oct 2018 09:24:39 GMT</pubDate>
    <dc:creator>fdenis</dc:creator>
    <dc:date>2018-10-03T09:24:39Z</dc:date>
    <item>
      <title>How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220037#M14600</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a job design as below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;tFileInputDelimited -&amp;gt; tFlowtoIterate -&amp;gt; tJavaFlex -&amp;gt;(Iterate) tFileInputDelimited -&amp;gt; tJavaRow&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;I am preparing the SQL queries dynamically from a file using the above flow and the till here the flow is working fine. Now, I want to pass the output from tJavaRow as batch(i.e. all the list of queries) to tHiveInput or tHiveRow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried..&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;..-&amp;gt; tJavaRow -&amp;gt; tForEach -&amp;gt; (OnComponentOk) -&amp;gt; tHiveConnection -&amp;gt; tHiveRow.&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;The above flow is not working for me. I am sure, I am doing something wrong here. Please correct or suggest how to proceed further.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220037#M14600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220038#M14601</link>
      <description>link for each with iterate not with OnComponentOh</description>
      <pubDate>Wed, 26 Sep 2018 10:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220038#M14601</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-26T10:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220039#M14602</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKpMAAW"&gt;@fdenis&lt;/A&gt;,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried, but its not working. Below is my job_design snapshot.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="job_snapshot.jpg" style="width: 944px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M02y.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157623i21EA0E4E6B4A1B11/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M02y.jpg" alt="0683p000009M02y.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;Also, as i need to send all the queries at once to a Hive session, will tHiveRow work ?&amp;nbsp; As i read, tHiveRow accepts one query at a time. I may be wrong. Please correct me.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 11:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220039#M14602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-26T11:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220040#M14603</link>
      <description>what exactly is your requirement?
&lt;BR /&gt;there is a lot of trouble on your graph!</description>
      <pubDate>Wed, 26 Sep 2018 12:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220040#M14603</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-26T12:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220041#M14604</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKpMAAW"&gt;@fdenis&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As i already explained, I have list of queries generated as an output from tJavaRow component.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i.e. eg:-&lt;/P&gt;
&lt;P&gt;select * from emp where emp_id = "121"&lt;/P&gt;
&lt;P&gt;select * from dept where dept_name "XYZ"&lt;/P&gt;
&lt;P&gt;..&lt;/P&gt;
&lt;P&gt;and so on..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need send those queries as batch (i.e all queries at once to the Hive session) and retrieve the result.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 12:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220041#M14604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-26T12:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220042#M14605</link>
      <description>ok so remove tforeach. 
&lt;BR /&gt;remove OnSubjobOk link from connection 
&lt;BR /&gt;add tPreJob link with onSubjobOk to connection 
&lt;BR /&gt;and a row link(orange) from tJavaRow to thiveInput 
&lt;BR /&gt;propagate output data of tJavaRow to OutputLink 
&lt;BR /&gt;and try</description>
      <pubDate>Wed, 26 Sep 2018 12:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220042#M14605</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-26T12:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220043#M14606</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="job_snapshot_1.jpg" style="width: 680px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M03D.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157111i369AFA355D592BF2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M03D.jpg" alt="0683p000009M03D.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I did the changes, as above.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;From tPrejob, I only have "OnComponentOk" link available.&amp;nbsp;&lt;/LI&gt; 
 &lt;LI&gt;From tJavaRow, i only have&amp;nbsp;&lt;SPAN&gt;"OnComponentOk" link available to connect to tHiveInput.&lt;/SPAN&gt;&lt;/LI&gt; 
 &lt;LI&gt;&lt;SPAN&gt;Under the Query field in tHiveInput i have given the (i.e.variable from tJavaRow) variable. "outputRow.final_query" (i.e. this is the variable which holds the list of queries).&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&lt;SPAN&gt;I am getting an error - "&lt;FONT color="#FF0000"&gt;output_row cannot be resolved to a variable&lt;/FONT&gt;".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 13:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220043#M14606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-26T13:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220044#M14607</link>
      <description>when you right click on tJavaRow you must have row &amp;gt; main.&lt;BR /&gt;on tJavarow click on edit schema ... show me&lt;BR /&gt;what is your code into tjavarow?&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Sep 2018 13:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220044#M14607</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-26T13:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220045#M14608</link>
      <description>&lt;P&gt;I have tJavaRow (row-&amp;gt;main) .. but i am not able to connect to tHiveInput as main&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 14:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220045#M14608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-26T14:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220046#M14609</link>
      <description>use tflow to iterate&lt;BR /&gt;tJavaRow --&amp;gt; row --&amp;gt; tFlowToIterate --&amp;gt; iterate --&amp;gt; THiveInput</description>
      <pubDate>Wed, 26 Sep 2018 14:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220046#M14609</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-26T14:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220047#M14610</link>
      <description>did you success on your task?</description>
      <pubDate>Mon, 01 Oct 2018 08:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220047#M14610</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-10-01T08:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220048#M14611</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKpMAAW"&gt;@fdenis&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Sorry for the delay in reply. Partially &lt;STRONG&gt;Yes&lt;/STRONG&gt;. I was able to pass params from tJavaRow to tHiveRow. Use below syntax..&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;(String)globalMap.get("row4.name")&lt;/PRE&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EaIAAU" target="_self"&gt;Passing-a-value-from-a-parent-Job-to-a-child-Job&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to send them as a batch (i.e. multiple queries at once). I am working on these and will reply soon. We can close the thread once that is working fine.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 11:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220048#M14611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-01T11:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220049#M14612</link>
      <description>&lt;P&gt;I am able to send a list of queries to tHiveInput. But, as i see the resultset in the tLogRow. tHiveInput returns only first column of the table. I am not seeing complete recordset/row.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any additional component should use (or) Should i use some other hivecomponent instead of tHiveInput ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 19:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220049#M14612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-02T19:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220050#M14613</link>
      <description>warning:&lt;BR /&gt;define your globalMap variable into tFlowToIterate then use this variables in THiveInput.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2018 07:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220050#M14613</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-10-03T07:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220051#M14614</link>
      <description>&lt;P&gt;Is it in the "Dynamic Settings" of tFlowtoIterate ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Like below.. ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Name&amp;nbsp; &amp;amp; Code&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;final_query   = ((String)globalMap.get("row4.final_query"))&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Oct 2018 09:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220051#M14614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-03T09:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220052#M14615</link>
      <description>not in Dynamic Settings&lt;BR /&gt;on Basic setting uncheck use default and add:&lt;BR /&gt;key=final_query value=final_query</description>
      <pubDate>Wed, 03 Oct 2018 09:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220052#M14615</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-10-03T09:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220053#M14616</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKpMAAW"&gt;@fdenis&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I did the same as above and also added the value "final_query"&amp;nbsp; (with &amp;amp; without quotes) in the Query field of tHiveInput. I see an error while running..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error Line: 2341&lt;BR /&gt;Detail Message: &lt;FONT color="#FF0000"&gt;final_query cannot be resolved to a variable&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 10:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220053#M14616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-03T10:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220054#M14617</link>
      <description>use:&lt;BR /&gt;&lt;BR /&gt;(String)globalMap.get("final_query")</description>
      <pubDate>Wed, 03 Oct 2018 10:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220054#M14617</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-10-03T10:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220055#M14618</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKpMAAW"&gt;@fdenis&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is working, but as i said in my ealier post. I am only getting data of first column in the Result Set but not the entire recordset.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, I added a new component "tParseRecordSet" and choose "final_query" for Prev.Comp.Column List drop-down.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And under Attribute table, i added as below..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Column: final_query&lt;/P&gt;
&lt;P&gt;Value : "final_query"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And i see error as below..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Exception in component tParseRecordSet_1&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;java.lang.ClassCastException: java.lang.String cannot be cast to java.sql.ResultSet&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;The datatype of "final_query" column in tHiveInput is "Object"&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;What is the data-type should i mention under tParseRecordSet to convert Object type to ResultSet ? (i.e. to display entire recordset)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 11:49:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220055#M14618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-03T11:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass tJavaRow output (i.e.sql queries) as a batch to tHiveInput or tHiveRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220056#M14619</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKpMAAW"&gt;@fdenis&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please let me know&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 06:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-pass-tJavaRow-output-i-e-sql-queries-as-a-batch-to/m-p/2220056#M14619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-04T06:15:17Z</dc:date>
    </item>
  </channel>
</rss>

