Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for conandor

I compiling with Solaris 10 SPARC, jdk 1.6 from Sun, Ant 1.7.1 from OpenCSW. I have no problem running hadoop 0.17.2.1 However, I have problem compiling/integrating hive with the error 'cannot find symbol', although I followed the tutorial. I have the hive source code from SVN exactly from tutorial. How …

Member Avatar for masijade
0
921
Member Avatar for conandor

I running MySQL 5.1.30 on Solaris 10. As I have a table which I partition into 12 according to each month. The table structure as follow [CODE] mysql> desc my_events; +-----------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-----------+--------------+------+-----+---------+----------------+ | event_id | bigint(20) | …

0
152
Member Avatar for conandor

i try to complile fcgiwrap from [url]http://nginx.localdomain.pl/wiki/FcgiWrap[/url] on solaris 10 platform however i got this error msg [CODE]# make gcc -std=gnu99 -Wall -Wextra -Werror -pedantic -O2 -g3 fcgiwrap.c -o fcgiwrap -lfcgi ld: fatal: library -lfcgi: not found ld: fatal: File processing errors. No output written to fcgiwrap collect2: ld returned …

Member Avatar for babystrangeloop
0
308
Member Avatar for conandor

anyone know how can i convert bmp to jpg using php? ve play wif gf function but seem got work out

Member Avatar for helraizer
0
853
Member Avatar for conandor

i have a (process) php code which run background which listening to incoming. and i wanna have another (admin) php code for admin use which i can start and stop the 1st (process) php code. starting the (process) php code is easy with exec(/usr/php5/bin/php my_process_code.php); but how can i stop/kill …

Member Avatar for helraizer
0
127
Member Avatar for conandor

how to turn transparent png image to white background jpg? everytime i create a jpg from png seem the background is black 1. [CODE]$thumbnail = @imagecreatetruecolor ($size, size); imagealphablending($thumbnail, true); imagesavealpha($thumbnail, true); $trans_color = imagecolorallocatealpha($thumbnail, 0, 0, 0, 127); $red = imagecolorallocate($thumbnail, 255, 0, 0); imagefill($thumbnail, 0, 0, $trans_color); imagejpeg($thumbnail, …

Member Avatar for conandor
0
67
Member Avatar for conandor

how can i have a automatically check folder size and when the contain of the folder is reach to some limit it will deletes all the contains the files inside.

Member Avatar for conandor
0
84