Domande taggate «hadoop»


0
Puoi collegare due box GNOME tramite ssh?
Sto provando a creare un cluster Hadoop a 2 nodi usando due lap-top con box GNOME, entrambi con Ubuntu 17.10. Entrambi i laptop sono collegati allo stesso wifi ma le sole scatole GNOME non sono collegate al wifi. Ho bisogno che qualcuno mi spieghi i concetti di rete di ciò …

0
Il processo della tabella del server sql import Sqoop non mostra alcun progresso
Questo è il mio primo tentativo con Apache Sqoop per importare una tabella di SQL Server (6 colonne, 4 record) su Hive. Di seguito è riportato il codice. sqoop import --connect "jdbc:sqlserver://192.168.10.101:1433;database=Testdb" --username abc--password abc --table "DimEmployee" --create-hive-table --hive-import --hive-table DboDimEmployee L'esecuzione è andata bene ma si è fermata su …

2
Come spostare i file in hdf in hadoop usando il comando unix
Ho 2 directory "dft" e "hdfs" nella cartella Hadoop decompressa. Sto cercando di copiare il file (StartUnit.txt) in dft in hdfs. Il comando e l'eccezione corrispondenti sono indicati di seguito 313159@PC213710 ~/hadoop-0.19.1 $ bin/hadoop dfs -copyFromLocal D:/eclipse/cygwin/home/313159/hadoop-0.19.1/hdfs D:/eclipse/cygwin/home/313159/hadoop-0.19.1/dft/StartUnit.txt HADOOP_NAMENODE_OPTS=-Dcom.sun.management.jmxremote HADOOP_SECONDARYNAMENODE_OPTS=-Dcom.sun.management.jmxremote HADOOP_DATANODE_OPTS=-Dcom.sun.management.jmxremote HADOOP_BALANCER_OPTS=-Dcom.sun.management.jmxremote HADOOP_JOBTRACKER_OPTS=-Dcom.sun.management.jmxremote HADOOP_PID_DIR=-Dcom.sun.management.jmxremote copyFromLocal: Pathname /D:/eclipse/cygwin/home/313159/hadoop-0.19.1/dft/StartUnit.txt from D:/eclipse/cygwin/home/313159/hadoop-0.19.1/dft/StartUnit.txt is …


Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.