<?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: java tExternalSortOutput error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/java-tExternalSortOutput-error/m-p/2328312#M97607</link>
    <description>If I leave empty the external sort command path I get this
&lt;BR /&gt;Starting job ExternalSort at 17:05 05/06/2007.
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
&lt;BR /&gt; Syntax error on token "+", ++ expected
&lt;BR /&gt; tmp cannot be resolved
&lt;BR /&gt; at bbdd_download.externalsort.ExternalSort.tFileInputDelimited_1Process(ExternalSort.java:394)
&lt;BR /&gt; at bbdd_download.externalsort.ExternalSort.main(ExternalSort.java:523)
&lt;BR /&gt;Job ExternalSort ended at 17:05 05/06/2007. 
&lt;BR /&gt;If I go to that line
&lt;BR /&gt;sb_tExternalSortOutput_1.append(" -S " + "200M"); sb_tExternalSortOutput_1.append(" -T \"" + /tmp + "\"")
&lt;BR /&gt;What it means I cannot put /tmp in the Temporary directory property. If I remove the '/' another error appears
&lt;BR /&gt;
&lt;BR /&gt;even if I write it with "" such "/tmp" I get this
&lt;BR /&gt;Starting job ExternalSort at 17:11 05/06/2007.
&lt;BR /&gt;/usr/bin/sort: open failed: "/tmp/tExternalSortOutput_17699.tmp": No such file or directory
&lt;BR /&gt;Job ExternalSort ended at 17:11 05/06/2007. 
&lt;BR /&gt;and thaolias@aolias-laptop:/tmp$ pwd
&lt;BR /&gt;/tmp
&lt;BR /&gt;aolias@aolias-laptop:/tmp$
&lt;BR /&gt;at directory exists</description>
    <pubDate>Tue, 05 Jun 2007 16:14:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-06-05T16:14:24Z</dc:date>
    <item>
      <title>java tExternalSortOutput error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-tExternalSortOutput-error/m-p/2328309#M97604</link>
      <description>Hi
&lt;BR /&gt;I am trying to use the tExternalSortOutput java component. The scenario is the following
&lt;BR /&gt;tFileInputDelimited ---- &amp;gt; tExternalSortOutput 
&lt;BR /&gt;I have created a file schema that it is used by both components. When I run the job I get the following error.
&lt;BR /&gt;Starting job ExternalSort at 11:03 05/06/2007.
&lt;BR /&gt;32 milliseconds
&lt;BR /&gt;/usr/bin/sort: open failed: "/tmp/tExternalSortOutput_143063.tmp": No such file or directory
&lt;BR /&gt;Job ExternalSort ended at 11:03 05/06/2007. 
&lt;BR /&gt;Where is set up the tmp file?</description>
      <pubDate>Sat, 16 Nov 2024 14:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-tExternalSortOutput-error/m-p/2328309#M97604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: java tExternalSortOutput error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-tExternalSortOutput-error/m-p/2328310#M97605</link>
      <description>At the end of the parameters, you have a tmp directory parameter.</description>
      <pubDate>Tue, 05 Jun 2007 15:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-tExternalSortOutput-error/m-p/2328310#M97605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-05T15:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: java tExternalSortOutput error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-tExternalSortOutput-error/m-p/2328311#M97606</link>
      <description>thx
&lt;BR /&gt;but I get this now
&lt;BR /&gt;Starting job ExternalSort at 17:03 05/06/2007.
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
&lt;BR /&gt; Syntax error on token "/", delete this token
&lt;BR /&gt; usr cannot be resolved
&lt;BR /&gt; bin cannot be resolved
&lt;BR /&gt; Syntax error on token "+", ++ expected
&lt;BR /&gt; tmp cannot be resolved
&lt;BR /&gt; at bbdd_download.externalsort.ExternalSort.tFileInputDelimited_1Process(ExternalSort.java:392)
&lt;BR /&gt; at bbdd_download.externalsort.ExternalSort.main(ExternalSort.java:523)
&lt;BR /&gt;Job ExternalSort ended at 17:03 05/06/2007. 
&lt;BR /&gt;the input file is the following
&lt;BR /&gt;1249971|25-ABR-07 12.06.25.000000 PM|1|CUENTANUM:1249971|25/04/2007|1249971
&lt;BR /&gt;1249969|25-ABR-07 12.06.42.000000 PM|3|CUENTANUM:1249969|25/04/2007|1249969
&lt;BR /&gt;1249969|25-ABR-07 12.06.59.000000 PM|5|CUENTANUM:1249969|25/04/2007|1249969
&lt;BR /&gt;1249970|25-ABR-07 12.06.25.000000 PM|1|CUENTANUM:1249970|25/04/2007|1249970
&lt;BR /&gt;1249970|25-ABR-07 12.06.33.000000 PM|2|CUENTANUM:1249970|25/04/2007|1249970
&lt;BR /&gt;1249970|25-ABR-07 12.06.51.000000 PM|4|CUENTANUM:1249970|25/04/2007|1249970
&lt;BR /&gt;1249970|25-ABR-07 12.06.59.000000 PM|5|CUENTANUM:1249970|25/04/2007|1249970
&lt;BR /&gt;1249969|25-ABR-07 12.06.51.000000 PM|4|CUENTANUM:1249969|25/04/2007|1249969
&lt;BR /&gt;1249970|25-ABR-07 12.06.42.000000 PM|3|CUENTANUM:1249970|25/04/2007|1249970
&lt;BR /&gt;1249969|25-ABR-07 12.06.33.000000 PM|2|CUENTANUM:1249969|25/04/2007|1249969</description>
      <pubDate>Tue, 05 Jun 2007 16:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-tExternalSortOutput-error/m-p/2328311#M97606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-05T16:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: java tExternalSortOutput error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-tExternalSortOutput-error/m-p/2328312#M97607</link>
      <description>If I leave empty the external sort command path I get this
&lt;BR /&gt;Starting job ExternalSort at 17:05 05/06/2007.
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
&lt;BR /&gt; Syntax error on token "+", ++ expected
&lt;BR /&gt; tmp cannot be resolved
&lt;BR /&gt; at bbdd_download.externalsort.ExternalSort.tFileInputDelimited_1Process(ExternalSort.java:394)
&lt;BR /&gt; at bbdd_download.externalsort.ExternalSort.main(ExternalSort.java:523)
&lt;BR /&gt;Job ExternalSort ended at 17:05 05/06/2007. 
&lt;BR /&gt;If I go to that line
&lt;BR /&gt;sb_tExternalSortOutput_1.append(" -S " + "200M"); sb_tExternalSortOutput_1.append(" -T \"" + /tmp + "\"")
&lt;BR /&gt;What it means I cannot put /tmp in the Temporary directory property. If I remove the '/' another error appears
&lt;BR /&gt;
&lt;BR /&gt;even if I write it with "" such "/tmp" I get this
&lt;BR /&gt;Starting job ExternalSort at 17:11 05/06/2007.
&lt;BR /&gt;/usr/bin/sort: open failed: "/tmp/tExternalSortOutput_17699.tmp": No such file or directory
&lt;BR /&gt;Job ExternalSort ended at 17:11 05/06/2007. 
&lt;BR /&gt;and thaolias@aolias-laptop:/tmp$ pwd
&lt;BR /&gt;/tmp
&lt;BR /&gt;aolias@aolias-laptop:/tmp$
&lt;BR /&gt;at directory exists</description>
      <pubDate>Tue, 05 Jun 2007 16:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-tExternalSortOutput-error/m-p/2328312#M97607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-05T16:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: java tExternalSortOutput error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-tExternalSortOutput-error/m-p/2328313#M97608</link>
      <description>Hey, I tried similar example. I Have a input as employee file. I need the output as Sorted one based on deptno.&lt;BR /&gt;When i run the job i get error like &lt;BR /&gt;Starting job job2 at 22:01 11/04/2012.&lt;BR /&gt; connecting to socket on port 3607&lt;BR /&gt; connected&lt;BR /&gt;Input file specified two times.&lt;BR /&gt; disconnected&lt;BR /&gt;Job job2 ended at 22:01 11/04/2012. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Gunaranjan</description>
      <pubDate>Wed, 11 Apr 2012 17:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-tExternalSortOutput-error/m-p/2328313#M97608</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-04-11T17:34:48Z</dc:date>
    </item>
  </channel>
</rss>

