GithubHelp home page GithubHelp logo

Comments (8)

hbutani avatar hbutani commented on July 19, 2024

Looks like the Temp Table for the embedded Hive Query got created in the default DB, whereas you are using the 'big' db in your session. This looks like a bug; will look into it in a couple of days. Can you confirm by trying your example in the default db.

from sqlwindowing.

penghao122 avatar penghao122 commented on July 19, 2024

not default db , i create a database like test db and then use test . during my session, i was not change db , so i think it like a bug

from sqlwindowing.

penghao122 avatar penghao122 commented on July 19, 2024

Looks like the Temp Table for the embedded Hive Query got created in the default DB,

not default DB, the temp table created in my test db. 'cause i type use test fro the sql windowing function test.

whereas you are using the 'big' db in your session. This looks like a bug; will look into it in a couple of days. Can you confirm by trying your example in the default db.

i don't know why useing the big db. i have no any command to use big db .so? any concern, pls tell me know thx

from sqlwindowing.

penghao122 avatar penghao122 commented on July 19, 2024

i try to use show databases command ,maybe , the defaulut use big db? it is my assumption

hive> show databases;
OK
big
default
hqg
hsq_mc
liwei
overclock
ph
test
test_js
xhh
xhh50w
xhh_big
xhh_js
Time taken: 0.051 seconds
hive>

from sqlwindowing.

hbutani avatar hbutani commented on July 19, 2024

Ok I know the bug you are running into. This is actually fixed in code; the fix is not in the download version.
Can you do a build? If not I can email you the latest jar.

from sqlwindowing.

penghao122 avatar penghao122 commented on July 19, 2024

thank u reply , i have no envrionment to build the code.so .can u send the latest jar to me? my mail:[email protected] .thx.

from sqlwindowing.

hbutani avatar hbutani commented on July 19, 2024

Its attached.

regards,
Harish.

On Thu, Aug 16, 2012 at 9:51 PM, penghao122 [email protected]:

thank u reply , i have no envrionment to build the code.so .can u send the
latest jar to me? my mail:[email protected] .thx.


Reply to this email directly or view it on GitHubhttps://github.com//issues/21#issuecomment-7808415.

from sqlwindowing.

penghao122 avatar penghao122 commented on July 19, 2024

the latest jar can fix the above issue.thx harish
the sql must specify the path

if u have requirement to insert a table fllow below sql

from part
partition by p_mfgr
order by p_mfgr, p_name desc
with
rank() as r
select p_partkey, p_mfgr,p_name, p_size, r
into path='/tmp/wout2'
load overwrite into table part_win

from sqlwindowing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.