<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Infobright.org Forums</title>
    <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/" />
    <link rel="self" type="application/atom+xml" href="http://www.infobright.org/Forums/atom/" />
    <updated>2010-03-23T17:01:28Z</updated>
    <rights>Copyright (c) 2010</rights>
    <generator uri="http://expressionengine.com/" version="1.6.7">ExpressionEngine</generator>
    <id>tag:infobright.org,2010:07:29</id>


    <entry>
      <title>Infobright 3.3.1 install fails on Ubuntu Lucid Lynx 64bit</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/1442/" />      
      <id>tag:infobright.org,2010:Forums/viewthread/.1442</id>
      <published>2010-03-23T14:13:12Z</published>
      <updated>2010-03-23T17:01:28Z</updated>
      <author><name>yurx</name></author>
      <content type="html">
      <![CDATA[
        <p>I am getting an error when executing (as root) install script:<br />
======================================================<br />
/usr/local/infobright/install-infobright.sh&#8212;datadir=&#8221;/home/mysql/data/db1&#8221;&#8212;cachedir=&#8221;/home/mysql/data/cache1&#8221;&#8212;port=3306&#8212;config=&#8221;/etc/my-ib.cnf&#8221;&#8212;socket=&#8221;/tmp/mysql-ib.sock&#8221;&#8212;user=mysql&#8212;group=mysql<br />
Infobright installation script is running&#8230;<br />
Checking system configuration&#8230;<br />
Infobright license agreement&#8230;<br />
System tool &#8216;Less&#8217; - a text file viewer will be used to display license agreement.<br />
Please only use up/down arrow keys for scrolling license text and press Q when finished reading.<br />
Press R -Read license agreement, N -Exit the installation [R/N]:r<br />
Press Y -I agree, Any other key -I do not agree [Y/*]:y<br />
Creating user mysql&#8230;<br />
useradd: user &#8216;mysql&#8217; already exists<br />
Failed on /usr/sbin/useradd mysql [ignored]<br />
Installing default databases&#8230;<br />
Installing MySQL system tables&#8230;<br />
<b>mysqld: relocation error: /lib/libnss_compat.so.2: symbol strcmp, version GLIBC_2.2.5 not defined in file libc.so.6 with link time reference</b></p>

<p>Installation of system tables failed!&nbsp; Examine the logs in<br />
/home/mysql/data/db1 for more information.</p>

<p>You can try to start the mysqld daemon with:</p>

<p>&nbsp;   shell&gt; /usr/local/infobright/bin/mysqld&#8212;skip-grant &amp;</p>

<p>and use the command line tool /usr/local/infobright/bin/mysql<br />
to connect to the mysql database and look at the grant tables:</p>

<p>&nbsp;   shell&gt; /usr/local/infobright/bin/mysql -u root mysql<br />
&nbsp;   mysql&gt; show tables</p>

<p>Try &#8216;mysqld&#8212;help&#8217; if you have problems with paths.&nbsp; Using&#8212;log<br />
gives you a log in /home/mysql/data/db1 that may be helpful.</p>

<p>The latest information about MySQL is available on the web at<br />
<a href="http://www.mysql.com/">http://www.mysql.com/</a>.&nbsp; Please consult the MySQL manual section<br />
&#8216;Problems running mysql_install_db&#8217;, and the manual section that<br />
describes problems on your OS.&nbsp; Another information source are the<br />
MySQL email archives available at <a href="http://lists.mysql.com/">http://lists.mysql.com/</a>.</p>

<p>Please check all of the above before mailing us!&nbsp; And remember, if<br />
you do mail us, you MUST use the /usr/local/infobright/scripts/mysqlbug script!</p>

<p>Failed on: scripts/mysql_install_db &#8212;defaults-file=/etc/my-ib.cnf &#8212;user=mysql &#8212;basedir=/usr/local/infobright &#8212;datadir=/home/mysql/data/db1 &#8212;cachedir=/home/mysql/data/cache1<br />
Rolling back the installation due to unexpected failure&#8230;<br />
Installation failed! Please investigate the error messages.<br />
=========================================<br />
I am using the latest Ubuntu Lucid Lynx 64bit Beta1.<br />
I realize that it is a beta OS though the release is only a month away and I am curious if this problem will persist into the final release.</p>

<p>Thank you,<br />
Yurx
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Error on load</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/810/" />      
      <id>tag:infobright.org,2009:Forums/viewthread/.810</id>
      <published>2009-06-04T14:20:18Z</published>
      <updated></updated>
      <author><name>ap_grifffiths</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,</p>

<p>Just stumbled across Infobright and am really interested to see if if can replace my MyISAM based database. But at the moment I&#8217;m having problems trying to load some test data.</p>

<p>I am trying to load a very large datafile &#40;~25GB&#41;.</p>

<p>My table is </p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">CREATE&nbsp;TABLE&nbsp;</span><span style="color: #007700">`</span><span style="color: #0000BB">ifInOctets</span><span style="color: #007700">`&nbsp;(<br />&nbsp;&nbsp;`</span><span style="color: #0000BB">iid</span><span style="color: #007700">`&nbsp;</span><span style="color: #0000BB">mediumint</span><span style="color: #007700">(</span><span style="color: #0000BB">9</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">NOT&nbsp;NULL</span><span style="color: #007700">,<br />&nbsp;&nbsp;`</span><span style="color: #0000BB">dtime</span><span style="color: #007700">`&nbsp;</span><span style="color: #0000BB">datetime&nbsp;NOT&nbsp;NULL</span><span style="color: #007700">,<br />&nbsp;&nbsp;`</span><span style="color: #0000BB">rate</span><span style="color: #007700">`&nbsp;</span><span style="color: #0000BB">bigint</span><span style="color: #007700">(</span><span style="color: #0000BB">20</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">NOT&nbsp;NULL</span><span style="color: #007700">,<br />&nbsp;&nbsp;`</span><span style="color: #0000BB">counter</span><span style="color: #007700">`&nbsp;</span><span style="color: #0000BB">bigint</span><span style="color: #007700">(</span><span style="color: #0000BB">20</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">NOT&nbsp;NULL<br /></span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">ENGINE</span><span style="color: #007700">=</span><span style="color: #0000BB">BRIGHTHOUSE&nbsp;</span><span style="color: #007700">DEFAULT&nbsp;</span><span style="color: #0000BB">CHARSET</span><span style="color: #007700">=</span><span style="color: #0000BB">ascii&nbsp;COLLATE</span><span style="color: #007700">=</span><span style="color: #0000BB">ascii_bin&nbsp;</span>
</span>
</code></div>

<p>and I&#8217;m loading with </p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">load&nbsp;data&nbsp;infile&nbsp;</span><span style="color: #DD0000">'/home/griffa10/ifInOctets.dmp.1'&nbsp;</span><span style="color: #0000BB">into&nbsp;table&nbsp;ifInOctets&nbsp;fields&nbsp;terminated&nbsp;by&nbsp;</span><span style="color: #DD0000">'\t'</span><span style="color: #007700">;&nbsp;</span>
</span>
</code></div>

<p>And I get the error</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">ERROR&nbsp;2&nbsp;</span><span style="color: #007700">(</span><span style="color: #0000BB">HY000</span><span style="color: #007700">):&nbsp;</span><span style="color: #0000BB">Wrong&nbsp;data&nbsp;</span><span style="color: #007700">or&nbsp;</span><span style="color: #0000BB">column&nbsp;definition</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">Row</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">7474146</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">field</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">3.&nbsp;</span>
</span>
</code></div>

<p>However, if I load a file with a single row in it and then retry the larger file - it errors on a different line</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">ERROR&nbsp;2&nbsp;</span><span style="color: #007700">(</span><span style="color: #0000BB">HY000</span><span style="color: #007700">):&nbsp;</span><span style="color: #0000BB">Wrong&nbsp;data&nbsp;</span><span style="color: #007700">or&nbsp;</span><span style="color: #0000BB">column&nbsp;definition</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">Row</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">7483133</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">field</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">3.&nbsp;</span>
</span>
</code></div>

<p>Which suggests to me that the problem is not with the data, at least not a specific line.</p>

<p>Would be grateful for any suggestions.</p>

<p>RHEL 5.3 x86_64, 2 x Intel E5450, 8GB RAM.<br />
ServerMainHeapSize=3000<br />
ServerCompressedHeapSize=400<br />
LoaderMainHeapSize=400</p>

<p>Thanks,</p>

<p>Alan
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>UNION performance</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/1532/" />      
      <id>tag:infobright.org,2010:Forums/viewthread/.1532</id>
      <published>2010-05-06T10:54:55Z</published>
      <updated></updated>
      <author><name>Trogdor</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello Infobright community,</p>

<p>I&#8217;m at a point where I don&#8217;t know if I should partition my tables into months, weeks or days. Doing by day would require many unions when querying a large date range, but would reduce the rows on a single table. Is there any performance degradation for doing multiple unions in one query?</p>

<p>Thank you for your input</p>

<p>-Eric
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Forum Activation Link  seems broken</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/251/" />      
      <id>tag:infobright.org,2008:Forums/viewthread/.251</id>
      <published>2008-10-22T07:04:35Z</published>
      <updated></updated>
      <author><name>cvh@LE (Chris)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,</p>

<p>this is some info for the webdev team: It seems that the activation link, which is embedded in the activation email, is broken. When clicking on the mail in my email-app (Evolution on Ubuntu 8.04) the link is url_encoded: &amp;&#8216;s are represented as &amp;&#8216;s . I dont know if this is linux/evolution specific but I figured you guys wanted to be informed ...</p>

<p>CVH
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Predictive Analytics World Conference Oct 19&#45;20, 2010 &#45; Washington, DC</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/1563/" />      
      <id>tag:infobright.org,2010:Forums/viewthread/.1563</id>
      <published>2010-05-26T14:20:57Z</published>
      <updated></updated>
      <author><name>Predictive Analytics World</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi Everyone,</p>

<p>Just a reminder to save the date:&nbsp; Predictive Analytics World conference, October 19-20, 2010 in Washington, D.C. </p>

<p>Includes keynote speakers Piyanka Jain of PayPal, Andrew Pole of Target and Program Chair Eric Siegel, Ph.D.&#8212;plus special sessions from industry heavy-weights Usama Fayyad, Ph.D. and John F. Elder, Ph.D.</p>

<p>Three pre- and post-event workshops complement the core conference program.</p>

<p>For a complete overview of the conference agenda, see:<br />
<a href="http://www.predictiveanalyticsworld.com/sanfrancisco/2010/agenda_overview.php">http://www.predictiveanalyticsworld.com/sanfrancisco/2010/agenda_overview.php</a></p>

<p>For more info, visit <a href="http://www.pawcon.com">http://www.pawcon.com</a>, e-mail us at <br />
registration at predictiveanalyticsworld dot com or call (718) 577-1202.</p>

<p>Thanks—Bobbe Cook, Predictive Analytics World
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Quality of data on database</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/1553/" />      
      <id>tag:infobright.org,2010:Forums/viewthread/.1553</id>
      <published>2010-05-19T10:17:01Z</published>
      <updated>2010-05-19T10:21:13Z</updated>
      <author><name>qrmikwen</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello,</p>

<p>Thanks for the help on the last question. <br />
We have looked at several open source offers in the field of data integration. We are now wanting data quality software to complete our data integration program.</p>

<p>Do packages exist to suit our needs? Would you know of innovative data quality programs?</p>

<p>Thanks to all!
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Brighthouse specific error: Write operation to file or pipe failed.</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/1549/" />      
      <id>tag:infobright.org,2010:Forums/viewthread/.1549</id>
      <published>2010-05-16T05:36:00Z</published>
      <updated></updated>
      <author><name>Thanh Nguyen</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all,</p>

<p>Today, my service threw an error look like:
</p><blockquote><p>Brighthouse specific error: Write operation to file or pipe failed.<br />
&nbsp;  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()<br />
&nbsp;  at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32&amp; affectedRow, Int32&amp; insertedId)<br />
&nbsp;  at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32&amp; affectedRows, Int32&amp; insertedId)<br />
&nbsp;  at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId)<br />
&nbsp;  at MySql.Data.MySqlClient.MySqlDataReader.NextResult()<br />
&nbsp;  at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)<br />
&nbsp;  at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()<br />
&nbsp;  at VC.Analytic.Loyalty.Service.VCALoyaltyService.ExecMySQL(MySqlCommand cmd)
</p></blockquote>

<p>my query look like (executed in store procedure): 
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">SET&nbsp;</span><span style="color: #007700">@</span><span style="color: #0000BB">bh_dataformat&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'txt_variable'</span><span style="color: #007700">;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">SET&nbsp;</span><span style="color: #007700">@</span><span style="color: #0000BB">sql&nbsp;</span><span style="color: #007700">=</span><span style="color: #DD0000">'SELECT&nbsp;0,&nbsp;bannerId,&nbsp;guid,&nbsp;SUM(view)v,''00-00-00'''</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">SET&nbsp;</span><span style="color: #007700">@</span><span style="color: #0000BB">sql&nbsp;</span><span style="color: #007700">=</span><span style="color: #0000BB">CONCAT</span><span style="color: #007700">(@</span><span style="color: #0000BB">sql</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'&nbsp;FROM&nbsp;`loyalty_visitor_view_sum`'</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">SET&nbsp;</span><span style="color: #007700">@</span><span style="color: #0000BB">sql&nbsp;</span><span style="color: #007700">=</span><span style="color: #0000BB">CONCAT</span><span style="color: #007700">(@</span><span style="color: #0000BB">sql</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'&nbsp;WHERE&nbsp;bannerId&nbsp;IN&nbsp;(SELECT&nbsp;bannerId&nbsp;FROM&nbsp;`activebanners`)'</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">SET&nbsp;</span><span style="color: #007700">@</span><span style="color: #0000BB">sql&nbsp;</span><span style="color: #007700">=</span><span style="color: #0000BB">CONCAT</span><span style="color: #007700">(@</span><span style="color: #0000BB">sql</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'&nbsp;GROUP&nbsp;BY&nbsp;bannerId,&nbsp;guid'</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">SET&nbsp;</span><span style="color: #007700">@</span><span style="color: #0000BB">sql&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">CONCAT</span><span style="color: #007700">(@</span><span style="color: #0000BB">sql</span><span style="color: #007700">,</span><span style="color: #DD0000">'&nbsp;INTO&nbsp;OUTFILE&nbsp;'''</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">pathOutFile</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'''&nbsp;FIELDS&nbsp;TERMINATED&nbsp;BY&nbsp;&nbsp;'',''&nbsp;ENCLOSED&nbsp;BY&nbsp;''NULL'''</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">PREPARE&nbsp;stmt&nbsp;FROM&nbsp;</span><span style="color: #007700">@</span><span style="color: #0000BB">sql</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">EXECUTE&nbsp;stmt</span><span style="color: #007700">;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">DEALLOCATE&nbsp;PREPARE&nbsp;stmt</span><span style="color: #007700">;&nbsp;</span>
</span>
</code></div>

<p>The <b>loyalty_visitor_view_sum </b>table structure:
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">CREATE&nbsp;TABLE&nbsp;</span><span style="color: #007700">`</span><span style="color: #0000BB">loyalty_visitor_view_sum</span><span style="color: #007700">`&nbsp;(<br />&nbsp;&nbsp;`</span><span style="color: #0000BB">campaignId</span><span style="color: #007700">`&nbsp;</span><span style="color: #0000BB">INTEGER</span><span style="color: #007700">(</span><span style="color: #0000BB">11</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">NOT&nbsp;NULL&nbsp;</span><span style="color: #007700">DEFAULT&nbsp;</span><span style="color: #DD0000">'0'</span><span style="color: #007700">,<br />&nbsp;&nbsp;`</span><span style="color: #0000BB">bannerId</span><span style="color: #007700">`&nbsp;</span><span style="color: #0000BB">INTEGER</span><span style="color: #007700">(</span><span style="color: #0000BB">11</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">NOT&nbsp;NULL&nbsp;</span><span style="color: #007700">DEFAULT&nbsp;</span><span style="color: #DD0000">'0'</span><span style="color: #007700">,<br />&nbsp;&nbsp;`</span><span style="color: #0000BB">guid</span><span style="color: #007700">`&nbsp;</span><span style="color: #0000BB">BIGINT</span><span style="color: #007700">(</span><span style="color: #0000BB">20</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">NOT&nbsp;NULL&nbsp;</span><span style="color: #007700">DEFAULT&nbsp;</span><span style="color: #DD0000">'0'</span><span style="color: #007700">,<br />&nbsp;&nbsp;`</span><span style="color: #0000BB">view</span><span style="color: #007700">`&nbsp;</span><span style="color: #0000BB">INTEGER</span><span style="color: #007700">(</span><span style="color: #0000BB">11</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">NOT&nbsp;NULL&nbsp;</span><span style="color: #007700">DEFAULT&nbsp;</span><span style="color: #DD0000">'0'</span><span style="color: #007700">,<br />&nbsp;&nbsp;`</span><span style="color: #0000BB">dt</span><span style="color: #007700">`&nbsp;</span><span style="color: #0000BB">DATE&nbsp;NOT&nbsp;NULL&nbsp;</span><span style="color: #007700">DEFAULT&nbsp;</span><span style="color: #DD0000">'0000-00-00'<br /></span><span style="color: #007700">)</span><span style="color: #0000BB">ENGINE</span><span style="color: #007700">=</span><span style="color: #0000BB">brighthouse<br />CHARACTER&nbsp;SET&nbsp;</span><span style="color: #DD0000">'ascii'&nbsp;</span><span style="color: #0000BB">COLLATE&nbsp;</span><span style="color: #DD0000">'ascii_bin'</span><span style="color: #007700">;&nbsp;</span>
</span>
</code></div>

<p>the table has got 202,171,270 data rows with  597 distinct Ad bannerIds and 5,579,521 distinct guid</p>

<p>The <b>activebanners</b> table structure:
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">CREATE&nbsp;TABLE&nbsp;</span><span style="color: #007700">`</span><span style="color: #0000BB">activebanners</span><span style="color: #007700">`&nbsp;(&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;`</span><span style="color: #0000BB">campaignId</span><span style="color: #007700">`&nbsp;</span><span style="color: #0000BB">INTEGER</span><span style="color: #007700">(</span><span style="color: #0000BB">11</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">NOT&nbsp;NULL&nbsp;</span><span style="color: #007700">DEFAULT&nbsp;</span><span style="color: #DD0000">'0'</span><span style="color: #007700">,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;`</span><span style="color: #0000BB">bannerId</span><span style="color: #007700">`&nbsp;</span><span style="color: #0000BB">INTEGER</span><span style="color: #007700">(</span><span style="color: #0000BB">11</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">NOT&nbsp;NULL&nbsp;</span><span style="color: #007700">DEFAULT&nbsp;</span><span style="color: #DD0000">'0'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /></span><span style="color: #007700">)</span><span style="color: #0000BB">ENGINE</span><span style="color: #007700">=</span><span style="color: #0000BB">brighthouse<br />CHARACTER&nbsp;SET&nbsp;</span><span style="color: #DD0000">'ascii'&nbsp;</span><span style="color: #0000BB">COLLATE&nbsp;</span><span style="color: #DD0000">'ascii_bin'</span><span style="color: #007700">;&nbsp;</span>
</span>
</code></div><p>
the table has got only 598 data rows and 598 distinct active Ad bannerId too.</p>

<p>After about 2h querying time, the error thew like above. I&#8217;d know why the error threw and how to fix. </p>

<p>My server:<br />
machine_type x86_64  <br />
os_name Linux  <br />
os_release 2.6.18-128.el5  <br />
cpu_num 8 CPUs <br />
cpu_speed 2333 MHz <br />
mem_total 32963028 KB <br />
swap_total 9437176 KB </p>

<p>I&#8217;ll attach the brighhouse.ini &amp; brighhouse.err later (I have no permission to access on these files) .</p>

<p>Thanks,<br />
Thanh Nguyen.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>mysql InnoDB and Infobright coexist in same server</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/1518/" />      
      <id>tag:infobright.org,2010:Forums/viewthread/.1518</id>
      <published>2010-04-28T12:56:08Z</published>
      <updated></updated>
      <author><name>evergeldedios</name></author>
      <content type="html">
      <![CDATA[
        <p>Can we install a MySQL community server and the Infobright MySQL on one server?<br />
We are assuming that this is the only way we can have InnoDB tables for transactions and the Brighthouse tables for the warehouse.</p>

<p>Thanks.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Use LOAD DATA INFILE with Named Pipes in Java/Scala</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/1496/" />      
      <id>tag:infobright.org,2010:Forums/viewthread/.1496</id>
      <published>2010-04-14T18:13:08Z</published>
      <updated></updated>
      <author><name>Russ</name></author>
      <content type="html">
      <![CDATA[
        <p>I am trying to set up using named pipes to load data into the db using the java connector.&nbsp; I am stuck at the fact that if I try to start writing to the pipe it waits for the read to finish, or if i start reading from the pipe first, it hangs waiting for the input.&nbsp; I have y sample code in scala below:
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">val&nbsp;query&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"LOAD&nbsp;DATA&nbsp;INFILE&nbsp;'/ebs_raid/pipes/date_dim.pipe'&nbsp;INTO&nbsp;TABLE&nbsp;"&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">DB</span><span style="color: #007700">.</span><span style="color: #0000BB">t</span><span style="color: #007700">(</span><span style="color: #DD0000">"tmp_date_dim"</span><span style="color: #007700">)&nbsp;+&nbsp;</span><span style="color: #DD0000">"&nbsp;FIELDS&nbsp;TERMINATED&nbsp;BY&nbsp;'|';"&nbsp;&nbsp;&nbsp;<br /></span><span style="color: #0000BB">val&nbsp;out&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">OutputStreamWriter</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">FileOutputStream</span><span style="color: #007700">(</span><span style="color: #DD0000">"/ebs_raid/pipes/date_dim.pipe"</span><span style="color: #007700">))&nbsp;&nbsp;&nbsp;&nbsp;<br /></span><span style="color: #0000BB">out</span><span style="color: #007700">.</span><span style="color: #0000BB">write</span><span style="color: #007700">(</span><span style="color: #0000BB">values</span><span style="color: #007700">)<br /></span><span style="color: #0000BB">out</span><span style="color: #007700">.</span><span style="color: #0000BB">flush</span><span style="color: #007700">();<br /></span><span style="color: #0000BB">out</span><span style="color: #007700">.</span><span style="color: #0000BB">close</span><span style="color: #007700">();&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /></span><span style="color: #0000BB">st</span><span style="color: #007700">.</span><span style="color: #0000BB">asInstanceOf&#91;com</span><span style="color: #007700">.</span><span style="color: #0000BB">mysql</span><span style="color: #007700">.</span><span style="color: #0000BB">jdbc</span><span style="color: #007700">.</span><span style="color: #0000BB">Statement&#93;</span><span style="color: #007700">.</span><span style="color: #0000BB">executeUpdate</span><span style="color: #007700">(</span><span style="color: #0000BB">query</span><span style="color: #007700">)&nbsp;</span>
</span>
</code></div>
      ]]>
      </content>
    </entry>

    <entry>
      <title>errorcode 13 problem</title>
      <link rel="alternate" type="text/html" href="http://www.infobright.org/Forums/viewthread/357/" />      
      <id>tag:infobright.org,2008:Forums/viewthread/.357</id>
      <published>2008-12-11T10:01:44Z</published>
      <updated></updated>
      <author><name>uwegeercken</name></author>
      <content type="html">
      <![CDATA[
        <p>I have my brandnew redhat 64bit server running, which my provider setup for me. I have basic access and infobright 64 enterprise is installed and running.</p>

<p>I was able to access the database server, create a database and table and wanted to load data from a file &#40;1million generated lines of ascii data seperated by ;&#41;. </p>

<p>mysql&gt; load data infile &#8216;/home/SP_admin/tools/datagenerator/generated_data.csv&#8217; into table test1 fields terminated by &#8216;;&#8217;;</p>

<p>when I do so, I get following error:</p>

<p>ERROR 13 (HY000): Can&#8217;t get stat of &#8216;/home/SP_admin/tools/datagenerator/generated_data.csv&#8217; (Errorcode: 13)</p>

<p>can somebody point me to the error, please.</p>

<p>rgds,</p>

<p>uwe geercken
</p>
      ]]>
      </content>
    </entry>


</feed>