Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged hive
0
votes
837
views
1
answer
hive - Multiple Spark applications with HiveContext
Having two separate pyspark applications that instantiate a HiveContext in place of a SQLContext lets one of the two ... know why that is? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
hive
0
votes
1.1k
views
1
answer
hive - HiveQL: Using query results as variables
in Hive I'd like to dynamically extract information from a table, save it in a variable and further use it. ... "select max(var) from table" though. Best Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
hive
0
votes
1.1k
views
1
answer
hive - How to control partition size in Spark SQL
I have a requirement to load data from an Hive table using Spark SQL HiveContext and load into HDFS. By ... increase the partitions size of the SQL output. Question&Answers:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
hive
0
votes
797
views
1
answer
hive - I am trying to write a query but it is not working with lag function
I need to do partition on aa bb cc columns order by date and need results like if the difference is more than 60 days ... -to-write-a-query-but-it-is-not-working-with-lag-function...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
hive
0
votes
1.0k
views
1
answer
hive - REPLACE() function for HiveSQL, REGEXP_REPLACE() not working as intended
I run the following statement to replace the characters of ".." to ".": CREATE TABLE TableA AS SELECT ... /replace-function-for-hivesql-regexp-replace-not-working-as-intended...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
hive
0
votes
1.1k
views
1
answer
hive - Percentile vs percentile_approx in SparkSQL
I am using percentile in one of my sql's but due to large data skewness, the query is failing ... /stackoverflow.com/questions/66067352/percentile-vs-percentile-approx-in-sparksql...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
hive
0
votes
942
views
1
answer
hive - oozie workflow triggering a spark action failing for local scratch dir not found error
I am trying to execute a spark action from an oozie workflow. The spark action reads a Hive table data and loads ... /localscratchdir") exists in local FS. Please help on this....
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
hive
0
votes
1.1k
views
1
answer
hive metastore - MinIO Cluster Integration with Spark
I have installed MinIO on three nodes cluster. I am trying to install Spark and Hive Metastore on top of it. In ... node3:8081. How to set this to fs.s3a.endpoint properties?...
asked
Feb 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
hive
0
votes
2.9k
views
1
answer
hive sql - how to select the first n elements in hive array column and return the selected array
Please consider a hive table - Table as mentioned below. user_id interest_array tom [a,b,c,d,g,w] bob [e,d,s,d,g ... are just corner case, I can just set them null if necessary....
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
hive
0
votes
1.4k
views
1
answer
hive - Adding partiitons to a table in GLue Catalog
I have an external partitioned table defined in Glue catalog, with data stored in S3. When I run MSCK REPAIR ... ( 'bucketing_version'='2', 'transient_lastDdlTime'='1610446119')...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
hive
0
votes
1.4k
views
1
answer
hive - Transpose and add new record in SQL
SELECT COUNT(DISTINCT CASE WHEN customer_name = 'Alex' THEN item END) AS by_Alex, COUNT(DISTINCT CASE WHEN customer_name = 'Bob' ... "by_Alex" (3) and add 5 under "Count" column?...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
hive
0
votes
1.9k
views
1
answer
hive - Transpose and add new record in SQL
SELECT COUNT(DISTINCT CASE WHEN customer_name = 'Alex' THEN item END) AS by_Alex, COUNT(DISTINCT CASE WHEN customer_name = 'Bob' ... "by_Alex" (3) and add 5 under "Count" column?...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
hive
To see more, click for the
full list of questions
or
popular tags
.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] vue 精度丢失如何处理啊
[2] sublime安装vue高亮插件后为什么标签颜色是这样的?
[3] postgresql - Dropping Postgres schema inside plpgsql function after RETURN QUERY EXECUTE on a table within that schema
[4] next.js - After build NextJS project with css.modules, styles set after composes does not work
[5] new Date()在safari浏览器里面是NAN,在安卓手机正常
[6] React Native 要保存2次才刷新模拟器数据?
[7] Firebase Authentication : is there any limits in sign in with google options
[8] nodejs的buffer数组中文编码是如何转换的?
[9] 谷歌浏览器兼容
[10] requests用IP直连时无法用代理怎么办?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...