Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged Hadoop

0 votes
518 views
1 answer
    I am using the version of Apache Oozie 4.3.0 along with Hadoop 2.7.3 I have developed a ... NodeManager 3470 SecondaryNameNode 4190 Bootstrap See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
478 views
1 answer
    I want to write a mapreduce code for counting number of records in given CSV file.I am not getting what ... this can anyone suggest something? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
641 views
1 answer
    On Hive 2.2.0, I am filling an orc table from another source table of size 1.34 GB, using the query INSERT ... files at the end of the job. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
817 views
1 answer
    I have created a table in hive as Create table(id int, Description String) My data looks something as ... newline before loading into hive. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
550 views
1 answer
    I Installed Sqoop in my local machine. Following are the config information. Bash.bashrc: export HADOOP_HOME=/home ... be the possible problem. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
582 views
1 answer
    Can I partition a Hive table upon insert by an existing field? I have a 10 GB file with a date field ... FROM staging_event evt; Thanks! Travis See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I recently upgraded my cluster from Apache Hadoop1.0 to CDH4.4.0. I have a weblogic server in another ... fine. Appreciate your timely help! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
618 views
1 answer
    Actually I am writing PIG Script and want to execute some set of statements if one of the condition is satisfied. I ... can I do this? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
808 views
1 answer
    I have already created a table in hbase using hive: hive> CREATE TABLE hbase_table_emp(id int, name string, role ... testemp; please Help ! :) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
662 views
1 answer
    I am trying to design a sort of data pipeline to migrate my Hive tables into BigQuery. Hive is running ... creating the BigQuery table twice. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
598 views
1 answer
    I'm attempting to get Apache Pig up and running on my Hadoop cluster, and am encountering a permissions problem. ... what might be going on? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
666 views
1 answer
    I have this CSV file: reference,address V7T452F4H9,"12410 W 62TH ST, AA D" The following options are being used in ... How do I fix this issue? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
574 views
1 answer
    Is it possible to tell HDFS where to store particular files? Use case I've just loaded batch #1 of files into ... does it make sense at all? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
506 views
1 answer
    Several places say the default # of reducers in a Hadoop job is 1. You can use the mapred.reduce.tasks symbol ... .reduce.tasks=<number> ... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
551 views
1 answer
    I am passing input and output folders as parameters to mapreduce word count program from webpage. Getting ... properties (respectively). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
678 views
1 answer
    Failed to set permissions of path: mphadoop-MayPaynemapredstagingMayPayne2016979439.staging to 0700 I'm getting this error ... all in advance See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
648 views
1 answer
    As the title indicates, when a client requests to write a file to the hdfs, how does the HDFS or name node ... a certain datanode as he likes? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
727 views
1 answer
    Here's the scenario: When I invoke hql as follows, it tells me that it cannot find alias for u1. hive> select ... EOF at 'where' near 'user' See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
625 views
1 answer
    i am trying to learn Hadoop and i'v reached HBase section in Hadoop Definitive Guide. i tried to start ... detailed' is there anything wrong? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
722 views
1 answer
    I don't know how to fix this error: Vertex failed, vertexName=initialmap, vertexId=vertex_1449805139484_0001_1_00, diagnostics ... 's the case? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
740 views
1 answer
    When I run a mapreduce job using hadoop command, I use -libjars to setup my jar to the cache and the ... do something like this in PIG? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
699 views
1 answer
    When I run a mapreduce job using hadoop command, I use -libjars to setup my jar to the cache and the ... do something like this in PIG? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
571 views
1 answer
    I am setting up a Hadoop YARN cluster and I am using a machine as both a master and a slave. When I ... TCP server1.mydomain.com:ampify (LISTEN See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
541 views
1 answer
    When I'm using spark, I sometimes run into one huge file in a HIVE table, and I sometimes am trying to ... of the two cases described above? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
583 views
1 answer
    I have a 6 node cloudera based hadoop cluster and I'm trying to connect to an oracle database from a sqoop ... driver jar? Thanks in advance! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
508 views
1 answer
    According to the Hadoop : The Definitive Guide. The new API supports both a push and a pull style of ... API or example for the same. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
739 views
1 answer
    I am trying to create a table using the OpenCSVSerde and some integer and date columns. But the columns get ... change of datatype to String. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
525 views
1 answer
    I have issues while creating a table in Hive by reading the .csv file from HDFS. The Query is below: CREATE EXTERNAL ... a .sql file as a job See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...