Member since
11-23-2016
28
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4825 | 11-24-2016 07:47 PM |
11-27-2016
09:06 PM
select * from tweets_clean; this query is taking too long than usual and showing logs only as following INFO : Session is already open
INFO : Dag name: select * from tweets_clean(Stage-1) while select * from tweets_text/tweets_simple is working fine.
... View more
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)
11-27-2016
01:42 AM
Well Thank you very much Sir for Your Kind Assistance. @Mushtaq Rizvi
... View more
11-27-2016
01:23 AM
problem is when i reload the page i have to run @Mushtaq Rizvi ADDJAR/usr/hdp/2.5.0.0-1245/hive2/lib/json-serde-1.3.8-SNAPSHOT-jar-with-dependencies.jar; or i gets that same error
... View more
11-27-2016
01:05 AM
When i reload ambari web page then i have to run this query always before running any query - ADDJAR/usr/hdp/2.5.0.0-1245/hive2/lib/json-serde-1.3.8-SNAPSHOT-jar-with-dependencies.jar; Or i get the following error for query @Mushtaq Rizvi select * from tweets_clean; what is the cause for that ?
... View more
11-27-2016
12:54 AM
Use of solr is not mandatory here right? as its only for search and perform queries on tweets in json format? @Mushtaq Rizvi
... View more
11-27-2016
12:25 AM
I deleted all files from tweets_staging but solr still showing num docs the same number as before. @Mushtaq Rizvi
... View more
11-27-2016
12:17 AM
ok i am trying to delete all docs from solr to restart fresh downloads but can not find a working solution for that. @Mushtaq Rizvi
... View more
11-26-2016
09:46 PM
create table IF NOT EXISTS tweets_sentiment stored as orc as select
tweet_id, case
when sum( polarity ) > 0 then 'positive' when sum( polarity ) < 0 then 'negative' else 'neutral' end as sentiment from l3 group by tweet_id; Tihs query gives following error :-
... View more
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)