-
hi~,dear lilyco :
I had installed the sector-sphere at one computer(Ubuntu9.10 ,512M)
When I am trying the examples of testdc,there are some problem such as:
scanning /home/superman/sector/data/slave/
This Sector slave is successfully initialized and running now.
slave process: GMP 50594 DATA 33084
recv cmd 122.205.15.159 6600 type 105
recv cmd 122.205.15.159 6600 type 204
recv...
2009-12-30 12:08:32 UTC by zilaiye
-
You can use resizeIdxBuf() to resize index and bucket ID buffer sizes. This function resizes both buffers.
2009-12-25 22:05:22 UTC by lilyco
-
Hello,
I am trying to run wordcount with just one slave configured, and end up getting the following segmentation fault:
#0 0x0000003b067702ce in strcpy () from /lib64/tls/libc.so.6
#1 0x0000002a95a02254 in wordbucket (input=0x4200ee70, output=0x4200ee30, file=Variable "file" is not available.
) at wordbucket.cpp:111
#2 0x000000000041855f in Slave::processData (this=0x7fbfffe130...
2009-12-25 21:20:05 UTC by saurabh_sehgal
-
When you compile the UDF .so, include /lib/libcommon.a. This should work.
2009-12-14 17:20:27 UTC by lilyco
-
Hi,
I am trying to call the SOutput->resizeResBuf() function from the UDF. However, the slave traps giving a "symbol lookup error" for this function. Am i supposed to be uploading/linking this library to something else ? The UDF I am modifying is "wordbucket.so" supplied with the examples.
Thank you,
Saurabh.
2009-12-14 06:38:51 UTC by saurabh_sehgal
-
I ran into this same issue tonight. Basically, with version 1.24, I tried to test uploading of very small sizes - from 4 bytes to 8 bytes. The upload tool would hang and not respond. It should not take more than a minute to upload files of 4 bytes, even when I had my replication set to 2. I downgraded to 1.23 , and tried again with the small files, which were uploaded successfully.
I tried...
2009-12-07 07:42:47 UTC by saurabh_sehgal
-
lilyco committed revision 345 to the SECTOR SVN repository, changing 7 files.
2009-11-07 16:26:27 UTC by lilyco
-
lilyco committed revision 344 to the SECTOR SVN repository, changing 4 files.
2009-11-04 04:42:50 UTC by lilyco
-
lilyco committed revision 343 to the SECTOR SVN repository, changing 1 files.
2009-11-03 04:35:05 UTC by lilyco
-
lilyco committed revision 342 to the SECTOR SVN repository, changing 4 files.
2009-10-31 02:25:34 UTC by lilyco