Skip to content

Tag: linux

Arguments mismatch using where IN clause in query

I have column in hive table like below Now I want to get the distinct values as a variable so I can use in another query. I have done like below when I do I get below error what the the mistake I am doing? What is the correct way of achieving my result? Note: I know I can use

Add Providers MSSQL Linux

i want add a new linked server in my SQL Server (14.3026.27) Linux Red Hat Enterprise 7.5, before i add a linked server to other SQL Database, but now when i want add a linked server to MySQL i cant. I check my SQl Server linux and i found that i not had any provider in the section “Server Objects&#8221…

file descriptor unable to read 1 byte

I’m a beginner in Unix/Linux, just a question on file descriptor, my textbooks asks a question: In most Unix systems, typing ctrl-d indicates EOF on standard input. What happens if you type ctrl-d to the program in Figure 12.6(just a program that use select()) to while it is blocked in the call to selec…

How create build .net with MSBuild in Jenkins on Server Linux

I tried to configure jenkins that is mounted on a server with linux, is it possible to install msbuild.exe to compile a .NET application? or is it necessary for Jenkins to be on a windows server? Answer It depends on what purpose. If it is to study, I recommend installing Jenkins on a Windows Server, then ins…

Does tar exit code 123 always mean empty archive?

The tar man page only documents return codes 0, 1, and 2 but explains further: If a subprocess that had been invoked by tar exited with a nonzero exit code, tar itself exits with that code as well. This can happen, for example, if a compression option (e.g. -z) was used and the external compressor program fai…