Taiwan Hadoop Forum http://forum.hadoop.tw/ |
|
IBM Quest data generator http://forum.hadoop.tw/viewtopic.php?f=7&t=38335 |
第 1 頁 (共 1 頁) |
發表人: | scc880314 [ 2016-09-20, 09:55 ] |
文章主題 : | IBM Quest data generator |
這可能跟程式設計無關,但我還是想請教一下IBM的資料料產生器該怎麼使用? http://forum.ai-directory.com/read.php?5,33 我載上面的網址的IBM的產生器卻不能執行 還是有其他的載點跟使用步驟 麻煩各位大大可以教學一下 |
發表人: | jazz [ 2016-10-02, 18:11 ] |
文章主題 : | Re: IBM Quest data generator |
scc880314 寫: 這可能跟程式設計無關,但我還是想請教一下IBM的資料料產生器該怎麼使用? http://forum.ai-directory.com/read.php?5,33 我載上面的網址的IBM的產生器卻不能執行 還是有其他的載點跟使用步驟 麻煩各位大大可以教學一下 看了一下 IBM_Quest_data_generator.zip 的內容,是一個 EXE 檔。 代碼: jazz@jazzbook:~/temp$ unzip ~/work/IBM_Quest_data_generator.zip Archive: /home/jazz/work/IBM_Quest_data_generator.zip inflating: GENERATE_DATASET.bat extracting: HELP_SEQ.bat inflating: README.txt inflating: seq_data_generator inflating: seq_data_generator.exe jazz@jazzbook:~/temp$ file seq_data_generator seq_data_generator: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not stripped jazz@jazzbook:~/temp$ file seq_data_generator.exe seq_data_generator.exe: PE32 executable (console) Intel 80386, for MS Windows jazz@jazzbook:~/temp$ ldd seq_data_generator linux-gate.so.1 => (0xf7779000) libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7713000) libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7564000) /lib/ld-linux.so.2 (0xf777a000) jazz@jazzbook:~/temp$ chmod a+x seq_data_generator jazz@jazzbook:~/temp$ ./seq_data_generator Segmentation fault 看起來是很久以前的東西了,Linux 要 2.2.5 版的 32 位元作業系統。 Windows 應該也要找 32 位元的作業系統,所以如果您使用 Win7 以上 64 位元的版本,確實是無法執行的。 - Jazz |
發表人: | jazz [ 2016-10-02, 19:01 ] |
文章主題 : | Re: IBM Quest data generator |
現在要找 32 位元的作業系統有點麻煩,就只好借重虛擬化技術了。 這裡使用 VirtualBox 搭配 Vagrant 直接取用 Ubuntu Precise 32 位元的映像檔來作測試。 代碼: jazz@jazzbook:~$ vagrant init hashicorp/precise32
A `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first virtual environment! Please read the comments in the Vagrantfile as well as documentation on `vagrantup.com` for more information on using Vagrant. jazz@jazzbook:~$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'hashicorp/precise32' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 ==> default: Loading metadata for box 'hashicorp/precise32' default: URL: https://atlas.hashicorp.com/hashicorp/precise32 ==> default: Adding box 'hashicorp/precise32' (v1.0.0) for provider: virtualbox default: Downloading: https://atlas.hashicorp.com/hashicorp/boxes/precise32/versions/1.0.0/providers/virtualbox.box |
發表人: | jazz [ 2016-10-02, 19:18 ] |
文章主題 : | Re: IBM Quest data generator |
Ubuntu Precise 32 位元也沒辦法跑 ![]() 代碼: vagrant@precise32:/vagrant$ ldd seq_data_generator linux-gate.so.1 => (0xb76ee000) libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb76ba000) libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb7515000) /lib/ld-linux.so.2 (0xb76ef000) vagrant@precise32:/vagrant$ ./seq_data_generator Segmentation fault vagrant@precise32:/vagrant$ uname -a Linux precise32 3.2.0-23-generic-pae #36-Ubuntu SMP Tue Apr 10 22:19:09 UTC 2012 i686 i686 i386 GNU/Linux - Jazz |
發表人: | jazz [ 2016-10-02, 19:33 ] | ||
文章主題 : | Re: IBM Quest data generator | ||
Windows XP 可以跑。 附加檔案: 這個附加檔案 VirtualBox_WinXP_02_10_2016_19_30_31.png 已經無效
|
第 1 頁 (共 1 頁) | 所有顯示的時間為 UTC + 8 小時 |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |