Member since
07-31-2014
9
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1855 | 10-21-2014 12:31 AM |
10-21-2014
12:31 AM
Impala TPC-DS test data generation by this project https://github.com/cloudera/impala-tpcds-kit
... View more
10-20-2014
07:45 PM
I've notified the Impala team about this, so I'd suggest you watch for a response at the other posting of your question: http://community.cloudera.com/t5/Interactive-Short-cycle-SQL/Why-cann-t-I-access-the-url-which-is-quot-http-util-1-ent/m-p/20466#U20466 For what it's worth, that URL is used to download the TPC-DS and TPC-H datasets, which you can get from www.tpc.org, if you'd like to try to hack around this in the mean time.
... View more
07-31-2014
08:02 PM
I have solved this problem! Follow the steps below you need to install LLVM. wget http://llvm.org/releases/3.3/llvm-3.3.src.tar.gz tar xvzf llvm-3.2.src.tar.gz cd llvm-3.2.src/tools svn co llvm-project - Revision 214475: /cfe/tags/RELEASE_33/final clang cd ../projects svn co llvm-project - Revision 214475: /compiler-rt/tags/RELEASE_33/final compiler-rt cd .. ./configure --with-pic make -j4 REQUIRES_RTTI=1 sudo make install I forget this option (REQUIRES_RTTI=1) causes the problem.
... View more