[jira] [Commented] (SQOOP-3427) Add Travis badge to the Readme

2019-03-18 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/SQOOP-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16794895#comment-16794895
 ] 

Hudson commented on SQOOP-3427:
---

SUCCESS: Integrated in Jenkins build Sqoop-hadoop200 #1255 (See 
[https://builds.apache.org/job/Sqoop-hadoop200/1255/])
SQOOP-3427: Add Travis badge to the Readme (vasas: 
[https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=0216f7fbb7b71f610d02dfa95dafb2c81acbc690])
* (add) README.md
* (add) COMPILING.adoc
* (delete) README.txt
* (delete) COMPILING.txt


> Add Travis badge to the Readme
> --
>
> Key: SQOOP-3427
> URL: https://issues.apache.org/jira/browse/SQOOP-3427
> Project: Sqoop
>  Issue Type: Improvement
>  Components: docs
>Reporter: Fokko Driesprong
>Assignee: Fokko Driesprong
>Priority: Major
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> We love badges



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] [sqoop] SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to the database when sqoop.mysql.e…

2019-03-18 Thread GitBox
SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to 
the database when sqoop.mysql.e…
URL: https://github.com/apache/sqoop/pull/25#issuecomment-473772468
 
 
   kindly help me out with the solution
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [sqoop] SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to the database when sqoop.mysql.e…

2019-03-18 Thread GitBox
SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to 
the database when sqoop.mysql.e…
URL: https://github.com/apache/sqoop/pull/25#issuecomment-473772409
 
 
   I have been facing with this error 
   ./bin/sqoop-import --connect jdbc:mysql://127.0.0.1/demodb --username demo 
-P --table CUSTOMERS --bindir /tmp/sqoop-hduser_/compile/ --m 1
   Warning: /usr/lib/sqoop/../hbase does not exist! HBase imports will fail.
   Please set $HBASE_HOME to the root of your HBase installation.
   Warning: /usr/lib/sqoop/../hcatalog does not exist! HCatalog jobs will fail.
   Please set $HCAT_HOME to the root of your HCatalog installation.
   Warning: /usr/lib/sqoop/../accumulo does not exist! Accumulo imports will 
fail.
   Please set $ACCUMULO_HOME to the root of your Accumulo installation.
   Warning: /usr/lib/sqoop/../zookeeper does not exist! Accumulo imports will 
fail.
   Please set $ZOOKEEPER_HOME to the root of your Zookeeper installation.
   19/03/18 01:20:22 INFO sqoop.Sqoop: Running Sqoop version: 1.4.6
   Enter password: 
   19/03/18 01:20:24 INFO manager.MySQLManager: Preparing to use a MySQL 
streaming resultset.
   19/03/18 01:20:24 INFO tool.CodeGenTool: Beginning code generation
   Mon Mar 18 01:20:24 EDT 2019 WARN: Establishing SSL connection without 
server's identity verification is not recommended. According to MySQL 5.5.45+, 
5.6.26+ and 5.7.6+ requirements SSL connection must be established by default 
if explicit option isn't set. For compliance with existing applications not 
using SSL the verifyServerCertificate property is set to 'false'. You need 
either to explicitly disable SSL by setting useSSL=false, or set useSSL=true 
and provide truststore for server certificate verification.
   19/03/18 01:20:24 INFO manager.SqlManager: Executing SQL statement: SELECT 
t.* FROM `CUSTOMERS` AS t LIMIT 1
   19/03/18 01:20:24 INFO manager.SqlManager: Executing SQL statement: SELECT 
t.* FROM `CUSTOMERS` AS t LIMIT 1
   19/03/18 01:20:24 INFO orm.CompilationManager: HADOOP_MAPRED_HOME is 
/usr/local/hadoop
   Note: /tmp/sqoop-hduser_/compile/CUSTOMERS.java uses or overrides a 
deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   19/03/18 01:20:26 INFO orm.CompilationManager: Writing jar file: 
/tmp/sqoop-hduser_/compile/CUSTOMERS.jar
   19/03/18 01:20:26 WARN manager.MySQLManager: It looks like you are importing 
from mysql.
   19/03/18 01:20:26 WARN manager.MySQLManager: This transfer can be faster! 
Use the --direct
   19/03/18 01:20:26 WARN manager.MySQLManager: option to exercise a 
MySQL-specific fast path.
   19/03/18 01:20:26 INFO manager.MySQLManager: Setting zero DATETIME behavior 
to convertToNull (mysql)
   19/03/18 01:20:26 INFO mapreduce.ImportJobBase: Beginning import of CUSTOMERS
   19/03/18 01:20:26 INFO Configuration.deprecation: mapred.job.tracker is 
deprecated. Instead, use mapreduce.jobtracker.address
   19/03/18 01:20:26 WARN util.NativeCodeLoader: Unable to load native-hadoop 
library for your platform... using builtin-java classes where applicable
   19/03/18 01:20:27 INFO Configuration.deprecation: mapred.jar is deprecated. 
Instead, use mapreduce.job.jar
   19/03/18 01:20:27 INFO Configuration.deprecation: mapred.job.tracker is 
deprecated. Instead, use mapreduce.jobtracker.address
   19/03/18 01:20:27 INFO Configuration.deprecation: mapred.map.tasks is 
deprecated. Instead, use mapreduce.job.maps
   19/03/18 01:20:27 INFO Configuration.deprecation: session.id is deprecated. 
Instead, use dfs.metrics.session-id
   19/03/18 01:20:27 INFO jvm.JvmMetrics: Initializing JVM Metrics with 
processName=JobTracker, sessionId=
   Mon Mar 18 01:20:28 EDT 2019 WARN: Establishing SSL connection without 
server's identity verification is not recommended. According to MySQL 5.5.45+, 
5.6.26+ and 5.7.6+ requirements SSL connection must be established by default 
if explicit option isn't set. For compliance with existing applications not 
using SSL the verifyServerCertificate property is set to 'false'. You need 
either to explicitly disable SSL by setting useSSL=false, or set useSSL=true 
and provide truststore for server certificate verification.
   19/03/18 01:20:28 INFO db.DBInputFormat: Using read commited transaction 
isolation
   19/03/18 01:20:28 INFO mapreduce.JobSubmitter: number of splits:1
   19/03/18 01:20:28 INFO mapreduce.JobSubmitter: Submitting tokens for job: 
job_local285413982_0001
   19/03/18 01:20:29 INFO mapred.LocalDistributedCacheManager: Creating 
symlink: /app/hadoop/tmp/mapred/local/1552886428895/libjars <- 
/usr/lib/sqoop/libjars/*
   19/03/18 01:20:29 WARN fs.FileUtil: Command 'ln -s 
/app/hadoop/tmp/mapred/local/1552886428895/libjars /usr/lib/sqoop/libjars/*' 
failed 1 with: ln: failed to create symbolic link '/usr/lib/sqoop/libjars/*': 
No such file or directory
   
   19/03/18 01:20:29 WARN mapred.LocalDistributedCacheManager: Failed to create 
symlink: /app/hadoop/tmp/mapred/local/1552886428895/libjars <- 
/usr/lib/

[GitHub] [sqoop] SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to the database when sqoop.mysql.e…

2019-03-18 Thread GitBox
SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to 
the database when sqoop.mysql.e…
URL: https://github.com/apache/sqoop/pull/25#issuecomment-472285342
 
 
   can anyone help me out here 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [sqoop] szvasas removed a comment on issue #25: Use mysql to import data from hdfs to the database when sqoop.mysql.e…

2019-03-18 Thread GitBox
szvasas removed a comment on issue #25: Use mysql to import data from hdfs to 
the database when sqoop.mysql.e…
URL: https://github.com/apache/sqoop/pull/25#issuecomment-472415519
 
 
   Hi @SUMANG484,
   I suggest continuing this discussing on the dev@ or user@ mail group.
   Please post the exact Sqoop version and Java version as well, the last 
exception suggests that you use Java >=9 which is not yet supported.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [sqoop] szvasas removed a comment on issue #25: Use mysql to import data from hdfs to the database when sqoop.mysql.e…

2019-03-18 Thread GitBox
szvasas removed a comment on issue #25: Use mysql to import data from hdfs to 
the database when sqoop.mysql.e…
URL: https://github.com/apache/sqoop/pull/25#issuecomment-472791580
 
 
   Java 11 is most probably a problem, try running it with Java 7 or 8.
   If you still get an error, please start a mail thread on dev@ or user@.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [sqoop] SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to the database when sqoop.mysql.e…

2019-03-18 Thread GitBox
SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to 
the database when sqoop.mysql.e…
URL: https://github.com/apache/sqoop/pull/25#issuecomment-473157179
 
 
   Ya thank you szvasas for the reply i will try with that and start a new 
thread if i still face problem with the installation. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [sqoop] SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to the database when sqoop.mysql.e…

2019-03-18 Thread GitBox
SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to 
the database when sqoop.mysql.e…
URL: https://github.com/apache/sqoop/pull/25#issuecomment-473772065
 
 
   Hadoop version: 2.92
   Sqoop version : 1.4.6
   JAVA version : java version "1.8.0_201"
   Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
   Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [sqoop] SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to the database when sqoop.mysql.e…

2019-03-18 Thread GitBox
SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to 
the database when sqoop.mysql.e…
URL: https://github.com/apache/sqoop/pull/25#issuecomment-472699750
 
 
   thank you for the reply
   Sqoop version : 1.4.7 
   JAVA version : OpenJDK 11.0.1
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [sqoop] SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to the database when sqoop.mysql.e…

2019-03-18 Thread GitBox
SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to 
the database when sqoop.mysql.e…
URL: https://github.com/apache/sqoop/pull/25#issuecomment-472703376
 
 
   hadoop version : 2.6.5. 
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [sqoop] SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to the database when sqoop.mysql.e…

2019-03-18 Thread GitBox
SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to 
the database when sqoop.mysql.e…
URL: https://github.com/apache/sqoop/pull/25#issuecomment-470385268
 
 
   This is the result of import kindly can anyone help 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [sqoop] SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to the database when sqoop.mysql.e…

2019-03-18 Thread GitBox
SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to 
the database when sqoop.mysql.e…
URL: https://github.com/apache/sqoop/pull/25#issuecomment-469620259
 
 
   unable to import the data from mysql to hadoop database
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [sqoop] SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to the database when sqoop.mysql.e…

2019-03-18 Thread GitBox
SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to 
the database when sqoop.mysql.e…
URL: https://github.com/apache/sqoop/pull/25#issuecomment-469969104
 
 
   kindly could any one respond for the above case 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [sqoop] SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to the database when sqoop.mysql.e…

2019-03-18 Thread GitBox
SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to 
the database when sqoop.mysql.e…
URL: https://github.com/apache/sqoop/pull/25#issuecomment-469619467
 
 
   sqoop-import --connect jdbc:mysql://localhost/demodb --username demo -P 
--table pet --m 1
   Warning: /usr/local/hbase does not exist! HBase imports will fail.
   Please set $HBASE_HOME to the root of your HBase installation.
   Warning: /usr/lib/sqoop/../hcatalog does not exist! HCatalog jobs will fail.
   Please set $HCAT_HOME to the root of your HCatalog installation.
   Warning: /usr/lib/sqoop/../accumulo does not exist! Accumulo imports will 
fail.
   Please set $ACCUMULO_HOME to the root of your Accumulo installation.
   Warning: /usr/lib/sqoop/../zookeeper does not exist! Accumulo imports will 
fail.
   Please set $ZOOKEEPER_HOME to the root of your Zookeeper installation.
   19/03/05 15:23:32 INFO sqoop.Sqoop: Running Sqoop version: 1.4.7
   Enter password: 
   19/03/05 15:23:34 INFO manager.MySQLManager: Preparing to use a MySQL 
streaming resultset.
   19/03/05 15:23:34 INFO tool.CodeGenTool: Beginning code generation
   Tue Mar 05 15:23:35 IST 2019 WARN: Establishing SSL connection without 
server's identity verification is not recommended. According to MySQL 5.5.45+, 
5.6.26+ and 5.7.6+ requirements SSL connection must be established by default 
if explicit option isn't set. For compliance with existing applications not 
using SSL the verifyServerCertificate property is set to 'false'. You need 
either to explicitly disable SSL by setting useSSL=false, or set useSSL=true 
and provide truststore for server certificate verification.
   19/03/05 15:23:35 INFO manager.SqlManager: Executing SQL statement: SELECT 
t.* FROM `pet` AS t LIMIT 1
   19/03/05 15:23:35 INFO manager.SqlManager: Executing SQL statement: SELECT 
t.* FROM `pet` AS t LIMIT 1
   19/03/05 15:23:35 INFO orm.CompilationManager: HADOOP_MAPRED_HOME is 
/usr/local/hadoop
   Note: /tmp/sqoop-root/compile/6695864bcc4b6af0f5a8c9bffd618ad2/pet.java uses 
or overrides a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   19/03/05 15:23:37 INFO orm.CompilationManager: Writing jar file: 
/tmp/sqoop-root/compile/6695864bcc4b6af0f5a8c9bffd618ad2/pet.jar
   19/03/05 15:23:37 WARN manager.MySQLManager: It looks like you are importing 
from mysql.
   19/03/05 15:23:37 WARN manager.MySQLManager: This transfer can be faster! 
Use the --direct
   19/03/05 15:23:37 WARN manager.MySQLManager: option to exercise a 
MySQL-specific fast path.
   19/03/05 15:23:37 INFO manager.MySQLManager: Setting zero DATETIME behavior 
to convertToNull (mysql)
   19/03/05 15:23:37 INFO mapreduce.ImportJobBase: Beginning import of pet
   19/03/05 15:23:37 INFO Configuration.deprecation: mapred.job.tracker is 
deprecated. Instead, use mapreduce.jobtracker.address
   WARNING: An illegal reflective access operation has occurred
   WARNING: Illegal reflective access by 
org.apache.hadoop.security.authentication.util.KerberosUtil 
(file:/usr/local/hadoop/share/hadoop/common/lib/hadoop-auth-2.6.5.jar) to 
method sun.security.krb5.Config.getInstance()
   WARNING: Please consider reporting this to the maintainers of 
org.apache.hadoop.security.authentication.util.KerberosUtil
   WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
   WARNING: All illegal access operations will be denied in a future release
   19/03/05 15:23:37 WARN util.NativeCodeLoader: Unable to load native-hadoop 
library for your platform... using builtin-java classes where applicable
   19/03/05 15:23:37 INFO Configuration.deprecation: mapred.jar is deprecated. 
Instead, use mapreduce.job.jar
   19/03/05 15:23:38 INFO Configuration.deprecation: mapred.job.tracker is 
deprecated. Instead, use mapreduce.jobtracker.address
   19/03/05 15:23:38 INFO Configuration.deprecation: mapred.map.tasks is 
deprecated. Instead, use mapreduce.job.maps
   19/03/05 15:23:38 INFO Configuration.deprecation: session.id is deprecated. 
Instead, use dfs.metrics.session-id
   19/03/05 15:23:38 INFO jvm.JvmMetrics: Initializing JVM Metrics with 
processName=JobTracker, sessionId=
   Tue Mar 05 15:23:39 IST 2019 WARN: Establishing SSL connection without 
server's identity verification is not recommended. According to MySQL 5.5.45+, 
5.6.26+ and 5.7.6+ requirements SSL connection must be established by default 
if explicit option isn't set. For compliance with existing applications not 
using SSL the verifyServerCertificate property is set to 'false'. You need 
either to explicitly disable SSL by setting useSSL=false, or set useSSL=true 
and provide truststore for server certificate verification.
   19/03/05 15:23:39 INFO db.DBInputFormat: Using read commited transaction 
isolation
   19/03/05 15:23:39 INFO mapreduce.JobSubmitter: number of splits:1
   19/03/05 15:23:39 INFO mapreduce.JobSubmitter: Submitting tokens for job: 
job_local562596839_0001
   19/03/05 15:23:40 INFO 

[GitHub] [sqoop] SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to the database when sqoop.mysql.e…

2019-03-18 Thread GitBox
SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to 
the database when sqoop.mysql.e…
URL: https://github.com/apache/sqoop/pull/25#issuecomment-470384951
 
 
   anyone please respond to the above issue


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [sqoop] SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to the database when sqoop.mysql.e…

2019-03-18 Thread GitBox
SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to 
the database when sqoop.mysql.e…
URL: https://github.com/apache/sqoop/pull/25#issuecomment-470385080
 
 
   sqoop import --connect jdbc:mysql://127.0.0.1/demodb --username demo -P 
--table pet -m 1 
   Warning: /usr/local/hbase does not exist! HBase imports will fail.
   Please set $HBASE_HOME to the root of your HBase installation.
   Warning: /usr/lib/sqoop/../hcatalog does not exist! HCatalog jobs will fail.
   Please set $HCAT_HOME to the root of your HCatalog installation.
   Warning: /usr/lib/sqoop/../accumulo does not exist! Accumulo imports will 
fail.
   Please set $ACCUMULO_HOME to the root of your Accumulo installation.
   Warning: /usr/lib/sqoop/../zookeeper does not exist! Accumulo imports will 
fail.
   Please set $ZOOKEEPER_HOME to the root of your Zookeeper installation.
   19/03/07 10:10:40 INFO sqoop.Sqoop: Running Sqoop version: 1.4.7
   Enter password: 
   19/03/07 10:10:42 INFO manager.MySQLManager: Preparing to use a MySQL 
streaming resultset.
   19/03/07 10:10:42 INFO tool.CodeGenTool: Beginning code generation
   Thu Mar 07 10:10:42 IST 2019 WARN: Establishing SSL connection without 
server's identity verification is not recommended. According to MySQL 5.5.45+, 
5.6.26+ and 5.7.6+ requirements SSL connection must be established by default 
if explicit option isn't set. For compliance with existing applications not 
using SSL the verifyServerCertificate property is set to 'false'. You need 
either to explicitly disable SSL by setting useSSL=false, or set useSSL=true 
and provide truststore for server certificate verification.
   19/03/07 10:10:43 INFO manager.SqlManager: Executing SQL statement: SELECT 
t.* FROM `pet` AS t LIMIT 1
   19/03/07 10:10:43 INFO manager.SqlManager: Executing SQL statement: SELECT 
t.* FROM `pet` AS t LIMIT 1
   19/03/07 10:10:43 INFO orm.CompilationManager: HADOOP_MAPRED_HOME is 
/usr/local/hadoop
   Note: /tmp/sqoop-root/compile/742a7d029a3b5118c72defce9d42c53c/pet.java uses 
or overrides a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   19/03/07 10:10:48 INFO orm.CompilationManager: Writing jar file: 
/tmp/sqoop-root/compile/742a7d029a3b5118c72defce9d42c53c/pet.jar
   19/03/07 10:10:48 WARN manager.MySQLManager: It looks like you are importing 
from mysql.
   19/03/07 10:10:48 WARN manager.MySQLManager: This transfer can be faster! 
Use the --direct
   19/03/07 10:10:48 WARN manager.MySQLManager: option to exercise a 
MySQL-specific fast path.
   19/03/07 10:10:48 INFO manager.MySQLManager: Setting zero DATETIME behavior 
to convertToNull (mysql)
   19/03/07 10:10:48 INFO mapreduce.ImportJobBase: Beginning import of pet
   19/03/07 10:10:48 INFO Configuration.deprecation: mapred.job.tracker is 
deprecated. Instead, use mapreduce.jobtracker.address
   WARNING: An illegal reflective access operation has occurred
   WARNING: Illegal reflective access by 
org.apache.hadoop.security.authentication.util.KerberosUtil 
(file:/usr/local/hadoop/share/hadoop/common/lib/hadoop-auth-2.6.5.jar) to 
method sun.security.krb5.Config.getInstance()
   WARNING: Please consider reporting this to the maintainers of 
org.apache.hadoop.security.authentication.util.KerberosUtil
   WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
   WARNING: All illegal access operations will be denied in a future release
   19/03/07 10:10:49 WARN util.NativeCodeLoader: Unable to load native-hadoop 
library for your platform... using builtin-java classes where applicable
   19/03/07 10:10:49 INFO Configuration.deprecation: mapred.jar is deprecated. 
Instead, use mapreduce.job.jar
   19/03/07 10:10:50 INFO Configuration.deprecation: mapred.job.tracker is 
deprecated. Instead, use mapreduce.jobtracker.address
   19/03/07 10:10:50 INFO Configuration.deprecation: mapred.map.tasks is 
deprecated. Instead, use mapreduce.job.maps
   19/03/07 10:10:50 INFO Configuration.deprecation: session.id is deprecated. 
Instead, use dfs.metrics.session-id
   19/03/07 10:10:50 INFO jvm.JvmMetrics: Initializing JVM Metrics with 
processName=JobTracker, sessionId=
   Thu Mar 07 10:10:52 IST 2019 WARN: Establishing SSL connection without 
server's identity verification is not recommended. According to MySQL 5.5.45+, 
5.6.26+ and 5.7.6+ requirements SSL connection must be established by default 
if explicit option isn't set. For compliance with existing applications not 
using SSL the verifyServerCertificate property is set to 'false'. You need 
either to explicitly disable SSL by setting useSSL=false, or set useSSL=true 
and provide truststore for server certificate verification.
   19/03/07 10:10:52 INFO db.DBInputFormat: Using read commited transaction 
isolation
   19/03/07 10:10:52 INFO mapreduce.JobSubmitter: number of splits:1
   19/03/07 10:10:53 INFO mapreduce.JobSubmitter: Submitting tokens for job: 
job_local72442586_0001
   19/03/07 10:10:54 INFO m

[GitHub] [sqoop] SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to the database when sqoop.mysql.e…

2019-03-18 Thread GitBox
SUMANG484 removed a comment on issue #25: Use mysql to import data from hdfs to 
the database when sqoop.mysql.e…
URL: https://github.com/apache/sqoop/pull/25#issuecomment-468636626
 
 
   sqoop-import --connect jdbc:mysql://localhost/classicmodels -root -root  
-authors -hadoop_store /usr/local/hadoop_store/hdfs/ -m 1
   Warning: /usr/lib/sqoop/../hbase does not exist! HBase imports will fail.
   Please set $HBASE_HOME to the root of your HBase installation.
   Warning: /usr/lib/sqoop/../hcatalog does not exist! HCatalog jobs will fail.
   Please set $HCAT_HOME to the root of your HCatalog installation.
   Warning: /usr/lib/sqoop/../accumulo does not exist! Accumulo imports will 
fail.
   Please set $ACCUMULO_HOME to the root of your Accumulo installation.
   Warning: /usr/lib/sqoop/../zookeeper does not exist! Accumulo imports will 
fail.
   Please set $ZOOKEEPER_HOME to the root of your Zookeeper installation.
   19/03/01 15:16:46 INFO sqoop.Sqoop: Running Sqoop version: 1.4.7
   19/03/01 15:16:46 ERROR tool.BaseSqoopTool: Error parsing arguments for 
import:
   19/03/01 15:16:46 ERROR tool.BaseSqoopTool: Unrecognized argument: -root
   19/03/01 15:16:46 ERROR tool.BaseSqoopTool: Unrecognized argument: -root
   19/03/01 15:16:46 ERROR tool.BaseSqoopTool: Unrecognized argument: -authors
   19/03/01 15:16:46 ERROR tool.BaseSqoopTool: Unrecognized argument: 
-hadoop_store
   19/03/01 15:16:46 ERROR tool.BaseSqoopTool: Unrecognized argument: 
/usr/local/hadoop_store/hdfs/
   19/03/01 15:16:46 ERROR tool.BaseSqoopTool: Unrecognized argument: -m
   19/03/01 15:16:46 ERROR tool.BaseSqoopTool: Unrecognized argument: 1
   
   
   
   unable to import the data from mysql database to hadoop hdfs database  


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Commented] (SQOOP-3427) Add Travis badge to the Readme

2019-03-18 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/SQOOP-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16794863#comment-16794863
 ] 

ASF subversion and git services commented on SQOOP-3427:


Commit 0216f7fbb7b71f610d02dfa95dafb2c81acbc690 in sqoop's branch 
refs/heads/trunk from Fokko Driesprong
[ https://gitbox.apache.org/repos/asf?p=sqoop.git;h=0216f7f ]

SQOOP-3427: Add Travis badge to the Readme




> Add Travis badge to the Readme
> --
>
> Key: SQOOP-3427
> URL: https://issues.apache.org/jira/browse/SQOOP-3427
> Project: Sqoop
>  Issue Type: Improvement
>  Components: docs
>Reporter: Fokko Driesprong
>Assignee: Fokko Driesprong
>Priority: Major
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> We love badges



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (SQOOP-3427) Add Travis badge to the Readme

2019-03-18 Thread Szabolcs Vasas (JIRA)


 [ 
https://issues.apache.org/jira/browse/SQOOP-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Szabolcs Vasas resolved SQOOP-3427.
---
Resolution: Fixed

HI [~Fokko],

Your patch is now committed, thank you for your contribution!



> Add Travis badge to the Readme
> --
>
> Key: SQOOP-3427
> URL: https://issues.apache.org/jira/browse/SQOOP-3427
> Project: Sqoop
>  Issue Type: Improvement
>  Components: docs
>Reporter: Fokko Driesprong
>Assignee: Fokko Driesprong
>Priority: Major
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> We love badges



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] [sqoop] szvasas merged pull request #71: SQOOP-3427 Add Travis badge to the README

2019-03-18 Thread GitBox
szvasas merged pull request #71: SQOOP-3427 Add Travis badge to the README
URL: https://github.com/apache/sqoop/pull/71
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services