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
600 views
1 answer
    I am unable to append data to tables that contain an array column using insert into statements; the data type ... into columns using jdbc ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
968 views
1 answer
    Given a table that contains a column of JSON like this: {"payload":[{"type":"b","value":"9"}, {" ... expand all array elements and select them? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
503 views
1 answer
    I am using sqoop 1.4.2 version. I am trying to change the sqoop metastore from default hsqldb to mysql. I ... than hsql db? Please suggest. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    The documentation says that timestamps support the following conversion: ?Floating point numeric types: Interpreted ... additional information. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
562 views
1 answer
    I am trying to write a snappy block compressed sequence file from a map-reduce job. I am using hadoop 2.0.0- ... to me what I am doing wrong? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
736 views
1 answer
    I'm having a problem trying to copy a directory from my local system to HDFS using java code. I'm able to ... me with that? Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
538 views
1 answer
    I have two tables A and B that both have a column id. I wish to obtain ids from A that are not present in B. ... is not equal to any id in A. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
978 views
1 answer
    I am getting this error when I try and boot up a DataNode. From what I have read, the RPC paramters are ... ? EDIT: Just use Cloudera manager. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
933 views
1 answer
    I tried to run simple word count as MapReduce job. Everything works fine when run locally (all work done on ... not in Yarn ResourceManager ) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
528 views
1 answer
    I am trying to find the sum of any given points using hadoop, The issue I am having is on getting all values from ... is the right way to do it. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
533 views
1 answer
    thanks in advance for any help I am running the following versions: Hadoop 2.2 zookeeper 3.4.5 Hbase 0.96 Hive ... -1:8033</value> </property> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
520 views
1 answer
    Suddenly, my YARN cluster has stopped working, everything I submit fails with "Exit code 1". I want to track ... YARN to keep these log files? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
722 views
1 answer
    This is what I saw on Web UI recently Configured Capacity : 232.5 GB DFS Used : 112.44 GB Non DFS Used : ... . What happend? Did I made mistake? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
506 views
1 answer
    Background I have been working on getting a flexible setup for myself to use spark on aws with docker swarm mode ... being used for some reason. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
509 views
1 answer
    I am new to Hadoop and Hive world. I have a strange problem. When I was working on hive prompt. I have ... Can you please help me on this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have changed permission using hdfs command. Still it showing same error. The root scratch dir: /tmp/hive on HDFS ... are: rwx------ See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
604 views
1 answer
    This is our first steps using big data stuff like apache spark and hadoop. We have a installed Cloudera CDH 5. ... run the application I got the See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
663 views
1 answer
    I am trying to run SparkSQL : val sqlContext = new org.apache.spark.sql.hive.HiveContext(sc) But the ... the error shows as derby execption See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
665 views
1 answer
    following is already been achieved Kafka Producer pulling data from twitter using Spark Streaming. Kafka Consumer ingesting ... in one file? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
541 views
1 answer
    As per definition "The Combiner may be called 0, 1, or many times on each key between the mapper and ... many times cobiner will be launched. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
642 views
1 answer
    I am trying to connect to hive installed in my machine through Beeline client. when I give the 'beeline' ... ) in some configuration file? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
468 views
1 answer
    I started a hadoop cluster. I get this warning message: $HADOOP_HOME is deprecated I already add export ... , It shows again. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
993 views
1 answer
    I have HIVE table structured like this:- Create table test_stg(employee_id INT, name STRING, abu ARRAY <String>, ... array. Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
653 views
1 answer
    From this: (1, {(1,2), (1,3), (1,4)} ) (2, {(2,5), (2,6), (2,7)} ) ...How ... over many rows AND manipulate internal groups at the same time. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
840 views
1 answer
    Can someone example the computation of median/quantiles in map reduce? My understanding of Datafu's median is that ... the final task. Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
633 views
1 answer
    I've basic understanding on what Pig, Hive abstractions are. But I don't have a clear idea on the scenarios ... Hive but in native map reduce? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
739 views
1 answer
    I have a file on HDFS that I want to know how many lines are. (testfile) In linux, I can do: wc -l < ... I have to use -text instead of -cat See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have orc table in hive I want to drop column from this table ALTER TABLE table_name drop col_name; but I am getting ... , I am using hive 0.14 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

...